public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-magnumclient] epel10: Sync from RDO victoria release from python-magnumclient-3.2.1-2.el8
@ 2026-08-10  9:49 Alfredo Moralejo
  0 siblings, 0 replies; only message in thread
From: Alfredo Moralejo @ 2026-08-10  9:49 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-magnumclient
Branch : epel10
Commit : cc12d4deae5d2b110f54b69d30531065a9669eaf
Author : Alfredo Moralejo <amoralej@redhat.com>
Date   : 2020-10-28T19:13:46+01:00
Stats  : +26/-3 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-magnumclient/c/cc12d4deae5d2b110f54b69d30531065a9669eaf?branch=epel10

Log:
Sync from RDO victoria release from python-magnumclient-3.2.1-2.el8

---
diff --git a/.gitignore b/.gitignore
index c6be76e..dc973e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,6 @@
 /python-magnumclient-2.12.0.tar.gz
 /python-magnumclient-2.15.0.tar.gz
 /python-magnumclient-3.0.0.tar.gz
+/python-magnumclient-3.2.1.tar.gz
+/0x2426b928085a020d8a90d0d879ab7008d0896c8a.txt
+/python-magnumclient-3.2.1.tar.gz.asc

diff --git a/python-magnumclient.spec b/python-magnumclient.spec
index 5bbc555..cb8d094 100644
--- a/python-magnumclient.spec
+++ b/python-magnumclient.spec
@@ -1,3 +1,5 @@
+%{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} }
+%global sources_gpg_sign 0x2426b928085a020d8a90d0d879ab7008d0896c8a
 %{!?upstream_version: %global upstream_version %{version}%{?milestone}}
 %global sname python-magnumclient
 %global pname magnumclient
@@ -11,15 +13,25 @@ command-line tool (magnum).
 %global common_desc_tests Python-magnumclient test subpackage
 
 Name:           python-%{pname}
-Version:        3.0.0
+Version:        3.2.1
 Release:        2%{?dist}
 Summary:        Client library for Magnum API
 
 License:        ASL 2.0
 URL:            https://launchpad.net/python-magnumclient
 Source0:        https://tarballs.openstack.org/%{sname}/%{sname}-%{upstream_version}.tar.gz
+# Required for tarball sources verification
+%if 0%{?sources_gpg} == 1
+Source101:        https://tarballs.openstack.org/%{sname}/%{sname}-%{upstream_version}.tar.gz.asc
+Source102:        https://releases.openstack.org/_static/%{sources_gpg_sign}.txt
+%endif
 BuildArch:      noarch
 
+# Required for tarball sources verification
+%if 0%{?sources_gpg} == 1
+BuildRequires:  /usr/bin/gpgv2
+%endif
+
 %description
 %{common_desc}
 
@@ -62,7 +74,6 @@ Requires:    python3-osc-lib >= 1.8.0
 Requires:    python3-os-client-config >= 1.28.0
 Requires:    python3-pbr
 Requires:    python3-prettytable
-Requires:    python3-six
 
 Requires:    python3-decorator
 
@@ -102,6 +113,10 @@ Requires:  python3-stestr
 %{common_desc_tests}
 
 %prep
+# Required for tarball sources verification
+%if 0%{?sources_gpg} == 1
+%{gpgverify}  --keyring=%{SOURCE102} --signature=%{SOURCE101} --data=%{SOURCE0}
+%endif
 %autosetup -n %{name}-%{upstream_version} -S git
 
 # let RPM handle deps
@@ -147,6 +162,9 @@ PYTHON=%{__python3} stestr run --slowest || true
 %{python3_sitelib}/%{pname}/tests
 
 %changelog
+* Wed Oct 28 2020 Alfredo Moralejo <amoralej@redhat.com> 3.2.1-2
+- Update to upstream version 3.2.1
+
 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
 

diff --git a/sources b/sources
index 05d6374..8a38752 100644
--- a/sources
+++ b/sources
@@ -1 +1,3 @@
-SHA512 (python-magnumclient-3.0.0.tar.gz) = 6d0eae6ed5232409adeb71cc3cbdf74e3d60dbde9034bf114ebd9d31f76776c413f163838055f74d137459a8d5812b3a375df01ec11923aafd8e08a769469a84
+SHA512 (python-magnumclient-3.2.1.tar.gz) = 9c84e382e0be411100648ba4a33f33e45133dbfc75bf28945b97064998fe8c1bb0149970a8938498aefd322c87b87d6fa7b69286bb7ec336b40f6fbc9e31dbbc
+SHA512 (0x2426b928085a020d8a90d0d879ab7008d0896c8a.txt) = b7e6d9d398c3d0a825919714e15a4165aecc19107ca04a8e9435f5ce3b57d87255154d2c9a0bc83798580385e62e7b0cd57d8b0e7cb92950371ee36e31759cee
+SHA512 (python-magnumclient-3.2.1.tar.gz.asc) = 1104cbd57b329cc2c257cb3c7be47bcca7cd159c809dddb017b2e38fdd7165815523c4e5ba22052d13cc2e6629cd289442551b4a20f1398f050292db9b66f7b1

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

only message in thread, other threads:[~2026-08-10  9:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10  9:49 [rpms/python-magnumclient] epel10: Sync from RDO victoria release from python-magnumclient-3.2.1-2.el8 Alfredo Moralejo

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