public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-barbicanclient] epel10.2: Sync from RDO zed release from python-barbicanclient-5.4.0-1.el9s
@ 2026-08-30 14:21 Alfredo Moralejo
  0 siblings, 0 replies; only message in thread
From: Alfredo Moralejo @ 2026-08-30 14:21 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-barbicanclient
Branch : epel10.2
Commit : 8c971a72c6b3d9c8678f1c24917b6d58bca0132f
Author : Alfredo Moralejo <amoralej@redhat.com>
Date   : 2022-11-17T15:25:41+01:00
Stats  : +12/-8 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/python-barbicanclient/c/8c971a72c6b3d9c8678f1c24917b6d58bca0132f?branch=epel10.2

Log:
Sync from RDO zed release from python-barbicanclient-5.4.0-1.el9s

---
diff --git a/.gitignore b/.gitignore
index 0d56aa0..f3379bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,6 @@
 /python-barbicanclient-5.3.0.tar.gz
 /0x01527a34f0d0080f8a5db8d6eb6c5df21b4b6363.txt
 /python-barbicanclient-5.3.0.tar.gz.asc
+/python-barbicanclient-5.4.0.tar.gz
+/0xa63ea142678138d1bb15f2e303bdfd64dd164087.txt
+/python-barbicanclient-5.4.0.tar.gz.asc

diff --git a/python-barbicanclient.spec b/python-barbicanclient.spec
index 8db23ba..48abc0f 100644
--- a/python-barbicanclient.spec
+++ b/python-barbicanclient.spec
@@ -1,6 +1,5 @@
-%{?python_enable_dependency_generator}
 %{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} }
-%global sources_gpg_sign 0x01527a34f0d0080f8a5db8d6eb6c5df21b4b6363
+%global sources_gpg_sign 0xa63ea142678138d1bb15f2e303bdfd64dd164087
 %{!?upstream_version: %global upstream_version %{version}%{?milestone}}
 
 %global with_doc 1
@@ -13,8 +12,8 @@ Python library for accessing the API (barbicanclient module), and \
 a command-line script (barbican).
 
 Name:           python-barbicanclient
-Version:        5.3.0
-Release:        3%{?dist}
+Version:        5.4.0
+Release:        1%{?dist}
 Summary:        Client Library for OpenStack Barbican Key Management API
 
 License:        ASL 2.0
@@ -46,7 +45,6 @@ BuildRequires:  python3-devel
 BuildRequires:  python3-pbr
 BuildRequires:  python3-setuptools
 Requires:       python3-requests >= 2.14.2
-Requires:       python3-six >= 1.10.0
 Requires:       python3-oslo-i18n >= 3.15.3
 Requires:       python3-oslo-serialization >= 2.18.0
 Requires:       python3-oslo-utils >= 3.33.0
@@ -113,6 +111,9 @@ ln -s ./barbican %{buildroot}%{_bindir}/barbican-3
 %endif
 
 %changelog
+* Thu Nov 17 2022 Alfredo Moralejo <amoralej@redhat.com> 5.4.0-1
+- Update to upstream version 5.4.0
+
 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
 

diff --git a/sources b/sources
index 24feb51..4f15768 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (python-barbicanclient-5.3.0.tar.gz) = 3d9ee7e812e3b52e5cedc654ba1e49cdd2764998cf7a296af8df70effd572d2f8adf351155324168d512f56a1386093bfbcb25fff14350a33b4e90e358a47d25
-SHA512 (0x01527a34f0d0080f8a5db8d6eb6c5df21b4b6363.txt) = 0f766a8289bc839b4cb55d8f632bbb8e3c33b85cde646b39a2c79d3a8bc2c95f59b494284940de279bf6adc14ec901200f3c03ac1ab16754395725d86c35963e
-SHA512 (python-barbicanclient-5.3.0.tar.gz.asc) = 84e656e9ac0656930799724b0a6e7d71da71ab8c0f4361fe508ba63b8d146366198990b81410ac05447c2356bbbc7ba10802f92256fa1b0eadc2f5a39bce8ebe
+SHA512 (python-barbicanclient-5.4.0.tar.gz) = 29697032f2df8f463875550ed8454d9d9cd8bb5ad2b9e7432f527d1c8581ee4c1457eee4c11b71d5103b2036de0e7c41f5857d7aff393a87495f9f7a4bdbfd90
+SHA512 (0xa63ea142678138d1bb15f2e303bdfd64dd164087.txt) = 2701e33e10913b01b0537b7a8f7ace21c2aa40fa8e9ea3f88d0ba7d1543d97bbcca3c8301fa04f1376a46fabbbc4a9d2da5b667ca2bbf1874a3de8d49b4322c7
+SHA512 (python-barbicanclient-5.4.0.tar.gz.asc) = 2e8bfe66684fe8fbc2e64e6d126ba419784d9a24256e4d1281c7dc5c4332379e482f8a685b1b422ae94f9c40ff62997dc6acb4b849888049cd357e60cbb68628

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

only message in thread, other threads:[~2026-08-30 14:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-30 14:21 [rpms/python-barbicanclient] epel10.2: Sync from RDO zed release from python-barbicanclient-5.4.0-1.el9s Alfredo Moralejo

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