public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedfind] test-pr-branch-2: New release 4.1.0, update python2 requirement format
@ 2026-06-19 22:31 Adam Williamson
  0 siblings, 0 replies; only message in thread
From: Adam Williamson @ 2026-06-19 22:31 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/fedfind
Branch : test-pr-branch-2
Commit : b8bccc674ebe8096f36a56ffbadbf19c3368a418
Author : Adam Williamson <awilliam@redhat.com>
Date   : 2018-02-20T14:09:08-08:00
Stats  : +11/-8 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/fedfind/c/b8bccc674ebe8096f36a56ffbadbf19c3368a418?branch=test-pr-branch-2

Log:
New release 4.1.0, update python2 requirement format

---
diff --git a/.gitignore b/.gitignore
index 739b17f..fe4a9eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,3 +64,4 @@
 /fedfind-3.8.2.tar.gz
 /fedfind-3.8.3.tar.gz
 /fedfind-4.0.0.tar.gz
+/fedfind-4.1.0.tar.gz

diff --git a/fedfind.spec b/fedfind.spec
index d6fc362..165d84f 100644
--- a/fedfind.spec
+++ b/fedfind.spec
@@ -8,14 +8,14 @@
 %endif
 
 # packages required at both test time and run time
-%global test_requires2 python2-cached_property python2-productmd python-six python-setuptools
+%global test_requires2 python2-cached_property python2-productmd python2-six python2-setuptools
 %global test_requires3 python%{python3_pkgversion}-cached_property python%{python3_pkgversion}-productmd python%{python3_pkgversion}-six python%{python3_pkgversion}-setuptools
 
 %global srcname fedfind
 
 Name:           fedfind
-Version:        4.0.0
-Release:        2%{?dist}
+Version:        4.1.0
+Release:        1%{?dist}
 Summary:        Fedora compose and image finder
 
 Group:          Applications/Productivity
@@ -25,10 +25,8 @@ Source0:        https://files.pythonhosted.org/packages/source/f/%{srcname}/%{sr
 BuildArch:      noarch
 
 BuildRequires:  python2-devel
-# No python2-pytest on EL or F22
-BuildRequires:  pytest
-# No python2-mock on EL or F22
-BuildRequires:  python-mock
+BuildRequires:  python2-pytest
+BuildRequires:  python2-mock
 BuildRequires:  %{test_requires2}
 %if 0%{?with_python3}
 BuildRequires:  python%{python3_pkgversion}-devel
@@ -145,6 +143,10 @@ popd
 
 
 %changelog
+* Tue Feb 20 2018 Adam Williamson <awilliam@redhat.com> - 4.1.0-1
+- New release 4.1.0: add `get_package_nevras_pdc`
+- Update all Python 2 dependencies to 'python2-foo' format
+
 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
 

diff --git a/sources b/sources
index c408ea2..3c7bdc5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fedfind-4.0.0.tar.gz) = a1a6cc7b509ec20d953fcda4c50f6e5177e9feb2d083707d17af9547ff72b28a319372bdce086d360fac993bb04aacd0c4ccd067ae8c86c3b516ccdb3d46020d
+SHA512 (fedfind-4.1.0.tar.gz) = 5a5258a6f53fd6ccf927ee8047568c242ceb67ae2ff61b045bc8354f784b99265c35e58304b2167213cda7c68fd142f1209c92d63c4bac3013d1f9d83f9c0da7

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

only message in thread, other threads:[~2026-06-19 22:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19 22:31 [rpms/fedfind] test-pr-branch-2: New release 4.1.0, update python2 requirement format Adam Williamson

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