public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-easy-karma] f44: fedora-easy-karma, release 1.0
@ 2026-08-03 14:18
0 siblings, 0 replies; only message in thread
From: @ 2026-08-03 14:18 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 14:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 14:18 [rpms/fedora-easy-karma] f44: fedora-easy-karma, release 1.0
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox