public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-easy-karma] f44: fedora-easy-karma, release 1.0
Date: Mon, 03 Aug 2026 14:18:05 GMT [thread overview]
Message-ID: <178576668561.1.5954596915832340317.rpms-fedora-easy-karma-4a2ebd667540@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-easy-karma
Branch : f44
Commit : 4a2ebd6675406a2fa6607a19a8561a66740faa7b
Author : Lukáš Růžička <lruzicka@redhat.com>
Date : 2026-08-03T16:17:34+02:00
Stats : +36/-18 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-easy-karma/c/4a2ebd6675406a2fa6607a19a8561a66740faa7b?branch=f44
Log:
fedora-easy-karma, release 1.0
---
diff --git a/.gitignore b/.gitignore
index 205ef43..af88664 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@
/fedora-easy-karma-0.54.tar.gz
/fedora-easy-karma-0.55.tar.gz
/fedora-easy-karma-0.56.tar.gz
+/fedora-easy-karma-0.57.tar.gz
+/fedora-easy-karma-1.0.tar.gz
diff --git a/fedora-easy-karma.spec b/fedora-easy-karma.spec
index 595995e..cbe1fb0 100644
--- a/fedora-easy-karma.spec
+++ b/fedora-easy-karma.spec
@@ -1,20 +1,17 @@
Name: fedora-easy-karma
-Version: 0.56
-Release: 3%{?dist}
+Version: 1.0
+Release: 1%{?dist}
Summary: Fedora update feedback made easy
-License: GPL-2.0-or-later
-URL: https://fedoraproject.org/wiki/Fedora_Easy_Karma
+License: GPL-3.0-or-later
-# git clone https://pagure.io/fedora-easy-karma.git
-# cd fedora-easy-karma
-# export PROJ=fedora-easy-karma VER=0.57
-# git archive -o "$PROJ-$VER.tar.gz" --prefix "$PROJ-$VER/" v$VER
-Source0: %{name}-%{version}.tar.gz
+URL: https://forge.fedoraproject.org/quality/fedora-easy-karma
+Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
-BuildRequires: make
+BuildRequires: python3-dnf
+BuildRequires: pyproject-rpm-macros
Requires: python3dist(bodhi-client) >= 6
Requires: python3dist(colored)
@@ -22,28 +19,47 @@ Requires: python3dist(dnf)
Requires: python3dist(munch)
Requires: python3dist(requests)
-
%description
-Fedora-easy-karma helps you to easily and fast provide feedback for all testing
-updates that you have currently installed.
+Fedora Easy Karma is a command-line tool to submit feedback
+for Fedora updates installed from the updates-testing repository.
+
+The application finds testing packages installed on the local system,
+fetches corresponding updates from Bodhi, displays their information,
+and allows users to submit karma and comments.
%prep
-%autosetup -p1
+%autosetup -n fedora-easy-karma -p1
%py3_shebang_fix fedora-easy-karma.py
+%generate_buildrequires
+%pyproject_buildrequires
+
+%build
+%pyproject_wheel
%install
-%make_install prefix=%{_prefix}
+%pyproject_install
+%pyproject_save_files fedora_easy_karma
+
+%check
+%pyproject_check_import
-%files
-%license gpl-2.0.txt gpl-3.0.txt
+%files -f %{pyproject_files}
+%license LICENSE.txt
%doc README.md
%{_bindir}/fedora-easy-karma
%changelog
+
+* Mon Aug 3 2026 Lukas Ruzicka <lruzicka@redhat.con> - 1.0-1
+- release 1.0
+
+* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.56-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.56-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/sources b/sources
index 38c1170..3d93cf9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fedora-easy-karma-0.56.tar.gz) = a2df02158876579e1f12a0a355e14443011b69731afa57d62ea632f4982251a59184ce19af086d55e56bbd5af96768bbc630c8c430fe25f60731c262115fc44f
+SHA512 (fedora-easy-karma-1.0.tar.gz) = 07e9ee6c332969668c1098b9f0feca2001f0206dba81efa20cf279159e2d9aa1d40cfc7b0838dc4b96c3eeb3c0492e056534342ae8cc70ea1bc16f94dddd2c7b
reply other threads:[~2026-08-03 14:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178576668561.1.5954596915832340317.rpms-fedora-easy-karma-4a2ebd667540@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox