public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-easy-karma] rawhide: fedora-easy-karma, release 1.0
Date: Mon, 03 Aug 2026 14:04:36 GMT [thread overview]
Message-ID: <178576587668.1.8129658708443081212.rpms-fedora-easy-karma-392852d21226@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-easy-karma
Branch : rawhide
Commit : 392852d21226706dc42fbe64bc93c74a703f0cd1
Author : Lukáš Růžička <lruzicka@redhat.com>
Date : 2026-08-03T16:03:09+02:00
Stats : +29/-20 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-easy-karma/c/392852d21226706dc42fbe64bc93c74a703f0cd1?branch=rawhide
Log:
fedora-easy-karma, release 1.0
---
diff --git a/.gitignore b/.gitignore
index e10b347..af88664 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,5 +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-v0.57.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 590c618..cbe1fb0 100644
--- a/fedora-easy-karma.spec
+++ b/fedora-easy-karma.spec
@@ -1,52 +1,61 @@
Name: fedora-easy-karma
-Version: 0.57
+Version: 1.0
Release: 1%{?dist}
Summary: Fedora update feedback made easy
License: GPL-3.0-or-later
-URL: https://fedoraproject.org/wiki/Fedora_Easy_Karma
-# 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)
Requires: python3dist(dnf)
Requires: python3dist(munch)
Requires: python3dist(requests)
-Requires: python3dist(ipdb)
-
%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-3.0.txt
+
+%files -f %{pyproject_files}
+%license LICENSE.txt
%doc README.md
%{_bindir}/fedora-easy-karma
%changelog
-* Mon Jul 27 2026 Lukas Ruzicka <lruzicka@redhat.con> - 0.57-1
-- release 0.57
+
+* 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
diff --git a/sources b/sources
index 49da605..3d93cf9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fedora-easy-karma-0.57.tar.gz) = 8acefb81c937a2ca27cc9ba79b899bbed0652c4b73b8d4d27461e39d59783632b407157d71c85f7d013dd31ecee759d59e28da868079a88529daf075cec88987
+SHA512 (fedora-easy-karma-1.0.tar.gz) = 07e9ee6c332969668c1098b9f0feca2001f0206dba81efa20cf279159e2d9aa1d40cfc7b0838dc4b96c3eeb3c0492e056534342ae8cc70ea1bc16f94dddd2c7b
reply other threads:[~2026-08-03 14:04 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=178576587668.1.8129658708443081212.rpms-fedora-easy-karma-392852d21226@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