public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-copr-common] f43: Update python-copr-common to 1.8-1
@ 2026-08-11 22:36 Jakub Kadlcik
  0 siblings, 0 replies; only message in thread
From: Jakub Kadlcik @ 2026-08-11 22:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-copr-common
Branch : f43
Commit : 5516a5824388e236a80d3b3c96f88c8fb0ea3a72
Author : Jakub Kadlcik <frostyx@email.cz>
Date   : 2026-08-12T00:35:56+02:00
Stats  : +11/-10 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/python-copr-common/c/5516a5824388e236a80d3b3c96f88c8fb0ea3a72?branch=f43

Log:
Update python-copr-common to 1.8-1

---
diff --git a/python-copr-common.spec b/python-copr-common.spec
index 34d819c..52df965 100644
--- a/python-copr-common.spec
+++ b/python-copr-common.spec
@@ -1,8 +1,8 @@
 %global srcname copr-common
 
 Name:       python-copr-common
-Version:    1.7
-Release:    3%{?dist}
+Version:    1.8
+Release:    1%{?dist}
 Summary:    Python code used by Copr
 
 License:    GPL-2.0-or-later
@@ -22,9 +22,10 @@ BuildRequires: python3-devel
 BuildRequires: python3-setuptools
 %endif
 BuildRequires: python3-pytest
+BuildRequires: python3-redis
 BuildRequires: python3-requests
-BuildRequires: python3-filelock
 BuildRequires: python3-setproctitle
+BuildRequires: redis
 
 %global _description\
 COPR is lightweight build system. It allows you to create new project in WebUI,\
@@ -69,7 +70,7 @@ version=%version %py3_install
 %endif
 
 %check
-%{_bindir}/python3 -m pytest -vv tests
+./run_tests.sh -vv --no-cov
 
 
 %files -n python3-%{srcname}
@@ -79,11 +80,11 @@ version=%version %py3_install
 
 
 %changelog
-* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
-
-* Thu Jun 04 2026 Python Maint <python-maint@redhat.com> - 1.7-2
-- Rebuilt for Python 3.15
+* Wed Aug 12 2026 Jakub Kadlcik <frostyx@email.cz> 1.8-1
+- Add direct RPM upload build type
+- Efactor lock() function into Lock class
+- Fair FIFO locking via Redis queue
+- Fix container-based unit test workflow
 
 * Wed Apr 15 2026 Jakub Kadlcik <frostyx@email.cz> 1.7-1
 - Fix test_posix_live_output_cut test for s390x

diff --git a/sources b/sources
index 35a32fb..e54dc3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (python-copr-common-1.7.tar.gz) = 73fb38f989a9b3a46c65217409da270c62875bea35ffffc3d4b328f5a3bf9b2a3308d4141b147b8410222f69d3efcfdd6d722acde0fd069fec5cd4cbd74219cc
+SHA512 (python-copr-common-1.8.tar.gz) = ea7fd72a8928601b6a92e917879d17262320ec534e253716dac71ef39a46f4569eeed38e3b84d35785cd9d10780b8995c1adc64d78195202ff88743396377aa1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-11 22:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-11 22:36 [rpms/python-copr-common] f43: Update python-copr-common to 1.8-1 Jakub Kadlcik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox