public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-barbicanclient] epel10.3: Rebuild for Mitaka
@ 2026-08-30 14:20 Haikel Guemar
  0 siblings, 0 replies; only message in thread
From: Haikel Guemar @ 2026-08-30 14:20 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-barbicanclient
Branch : epel10.3
Commit : 8ae42b6fb7cec3a701abe4faa340fa9c7c6cca80
Author : Haikel Guemar <hguemar@fedoraproject.org>
Date   : 2016-04-15T23:01:55+02:00
Stats  : +23/-21 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/python-barbicanclient/c/8ae42b6fb7cec3a701abe4faa340fa9c7c6cca80?branch=epel10.3

Log:
Rebuild for Mitaka

---
diff --git a/.gitignore b/.gitignore
index c70b727..936da80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /python-barbicanclient-3.0.3.tar.gz
 /python-barbicanclient-3.3.0.tar.gz
+/python-barbicanclient-4.0.0.tar.gz

diff --git a/Changelog.old b/Changelog.old
new file mode 100644
index 0000000..b149b09
--- /dev/null
+++ b/Changelog.old
@@ -0,0 +1,11 @@
+* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Wed Sep 09 2015 Alan Pevec <alan.pevec@redhat.com> 3.3.0-1
+- Update to upstream 3.3.0
+
+* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Thu Apr 02 2015 Chandan Kumar <chkumar246@gmail.com> - 3.0.3-1
+- Initial package.

diff --git a/python-barbicanclient.spec b/python-barbicanclient.spec
index 24f1a76..ead12e5 100644
--- a/python-barbicanclient.spec
+++ b/python-barbicanclient.spec
@@ -1,3 +1,4 @@
+%{!?upstream_version: %global upstream_version %{version}%{?milestone}}
 %if 0%{?rhel} && 0%{?rhel} <= 6
 %{!?__python2:        %global __python2 /usr/bin/python2}
 %{!?python2_sitelib:  %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
@@ -6,13 +7,13 @@
 %{!?_licensedir:%global license %%doc}
 
 Name:           python-barbicanclient
-Version:        3.3.0
-Release:        2%{?dist}
+Version:        4.0.0
+Release:        1%{?dist}
 Summary:        Client Library for OpenStack Barbican Key Management API
 
 License:        ASL 2.0
 URL:            https://pypi.python.org/pypi/python-barbicanclient
-Source0:        https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
+Source0:        https://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}%{?milestone}.tar.gz
 
 BuildArch:      noarch
 
@@ -52,18 +53,16 @@ BuildRequires:  python-oslo-sphinx
 BuildRequires:  python-oslo-utils
 BuildRequires:  dos2unix
 BuildRequires:  python-oslo-i18n
+BuildRequires:  python-prettytable
+BuildRequires:  python-keystoneclient
 
 %description doc
 Documentation for the barbicanclient module
 
 %prep
-%setup -q -n %{name}-%{version}
-# Remove bundled egg-info
-rm -rf %{name}.egg-info
+%setup -q -n %{name}-%{upstream_version}
 # let RPM handle deps
 sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py
-# make doc build compatible with python-oslo-sphinx RPM
-sed -i 's/oslosphinx/oslo.sphinx/' doc/source/conf.py
 
 rm -rf {test-,}requirements.txt
 
@@ -87,21 +86,12 @@ dos2unix doc/build/html/_static/jquery.js
 %doc AUTHORS CONTRIBUTING.rst README.rst PKG-INFO ChangeLog
 %{_bindir}/barbican
 %{python2_sitelib}/barbicanclient
-%{python2_sitelib}/python_barbicanclient-%{version}-py?.?.egg-info
+%{python2_sitelib}/python_barbicanclient-%{upstream_version}-py?.?.egg-info
 
 %files doc
 %doc doc/build/html
 %license LICENSE
 
 %changelog
-* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
-* Wed Sep 09 2015 Alan Pevec <alan.pevec@redhat.com> 3.3.0-1
-- Update to upstream 3.3.0
-
-* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Thu Apr 02 2015 Chandan Kumar <chkumar246@gmail.com> - 3.0.3-1
-- Initial package.
+* Wed Mar 23 2016 RDO <rdo-list@redhat.com> 4.0.0-0.1
+-  Rebuild for Mitaka 

diff --git a/sources b/sources
index a66b255..ce5eead 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9378d8eaca601050b3144d786e28cd49  python-barbicanclient-3.3.0.tar.gz
+792d46fcca97232cc6d5580264deec65  python-barbicanclient-4.0.0.tar.gz

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

only message in thread, other threads:[~2026-08-30 14:20 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:20 [rpms/python-barbicanclient] epel10.3: Rebuild for Mitaka Haikel Guemar

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