public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-barbicanclient] epel10.3: Update to 4.6.0
@ 2026-08-30 14:21 Haikel Guemar
0 siblings, 0 replies; only message in thread
From: Haikel Guemar @ 2026-08-30 14:21 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-barbicanclient
Branch : epel10.3
Commit : 4bbcf0678c74df42f134a5b3f9a799a0156ac51c
Author : Haikel Guemar <hguemar@fedoraproject.org>
Date : 2018-08-27T11:14:31+02:00
Stats : +65/-80 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/python-barbicanclient/c/4bbcf0678c74df42f134a5b3f9a799a0156ac51c?branch=epel10.3
Log:
Update to 4.6.0
---
diff --git a/.gitignore b/.gitignore
index 0e5fdfc..4db5064 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/python-barbicanclient-3.3.0.tar.gz
/python-barbicanclient-4.0.0.tar.gz
/python-barbicanclient-4.1.0.tar.gz
+/python-barbicanclient-4.6.0.tar.gz
diff --git a/Changelog.old b/Changelog.old
index 5cdfb68..f2e8dae 100644
--- a/Changelog.old
+++ b/Changelog.old
@@ -1,3 +1,24 @@
+* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 4.1.0-6
+- Rebuilt for Python 3.7
+
+* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 4.1.0-2
+- Rebuild for Python 3.6
+
+* Mon Sep 12 2016 Haikel Guemar <hguemar@fedoraproject.org> 4.1.0-1
+- Update to 4.1.0
+
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.0-3
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
diff --git a/python-barbicanclient.spec b/python-barbicanclient.spec
index 3c480e3..0f9f959 100644
--- a/python-barbicanclient.spec
+++ b/python-barbicanclient.spec
@@ -5,57 +5,53 @@
%global with_python3 1
%endif
+%global common_desc \
+This is a client for the Barbican Key Management API. There is a \
+Python library for accessing the API (barbicanclient module), and \
+a command-line script (barbican).
Name: python-barbicanclient
-Version: 4.1.0
-Release: 7%{?dist}
+Version: 4.6.0
+Release: 1%{?dist}
Summary: Client Library for OpenStack Barbican Key Management API
License: ASL 2.0
-URL: https://pypi.io/pypi/python-barbicanclient
-Source0: https://pypi.io/packages/source/p/%{name}/%{name}-%{version}%{?milestone}.tar.gz
+URL: https://pypi.python.org/pypi/python-barbicanclient
+Source0: https://tarballs.openstack.org/%{name}/%{name}-%{upstream_version}.tar.gz
BuildArch: noarch
%description
-This is a client for the Barbican Key Management API. There is a
-Python library for accessing the API (barbicanclient module), and
-a command-line script (barbican).
+%{common_desc}
%package -n python2-%{sname}
Summary: Client Library for OpenStack Barbican Key Management API
BuildRequires: python2-devel
-BuildRequires: python-pbr
-BuildRequires: python-setuptools
-
-Requires: python-setuptools
-Requires: python-requests
-Requires: python-six >= 1.9.0
-Requires: python-keystoneclient
+BuildRequires: python2-pbr
+BuildRequires: python2-setuptools
+BuildRequires: git
+
+Requires: python2-requests
+Requires: python2-six >= 1.10.0
+Requires: python2-oslo-i18n >= 3.15.3
+Requires: python2-oslo-serialization >= 2.18.0
+Requires: python2-oslo-utils >= 3.33.0
+Requires: python2-prettytable
+Requires: python2-keystoneauth1 >= 3.3.0
+Requires: python2-pbr >= 2.0.0
+%if 0%{?fedora} > 0
+Requires: python2-cliff
+%else
Requires: python-cliff
-Requires: python-oslo-i18n
-Requires: python-oslo-serialization
-Requires: python-oslo-utils
-Requires: python-iso8601
-Requires: python-babel
-Requires: python-oslo-config
-Requires: python-netaddr
-Requires: python-prettytable
-Requires: python-stevedore
-Requires: pyparsing
-Requires: python-cmd2
-Requires: pytz
-Requires: python-msgpack
+%endif
%{?python_provide:%python_provide python2-%{sname}}
%description -n python2-%{sname}
-This is a client for the Barbican Key Management API. There is a
-Python library for accessing the API (barbicanclient module), and
-a command-line script (barbican).
+%{common_desc}
%if 0%{?with_python3}
@@ -66,50 +62,38 @@ BuildRequires: python3-devel
BuildRequires: python3-pbr
BuildRequires: python3-setuptools
-Requires: python3-setuptools
Requires: python3-requests
-Requires: python3-six >= 1.9.0
-Requires: python3-keystoneclient
+Requires: python3-six >= 1.10.0
Requires: python3-cliff
-Requires: python3-oslo-i18n
-Requires: python3-oslo-serialization
-Requires: python3-oslo-utils
-Requires: python3-iso8601
-Requires: python3-babel
-Requires: python3-oslo-config
-Requires: python3-netaddr
+Requires: python3-oslo-i18n >= 3.15.3
+Requires: python3-oslo-serialization >= 2.18.0
+Requires: python3-oslo-utils >= 3.33.0
Requires: python3-prettytable
-Requires: python3-stevedore
-Requires: python3-pyparsing
-Requires: python3-cmd2
-Requires: python3-pytz
-Requires: python3-msgpack
+Requires: python3-keystoneauth1 >= 3.3.0
+Requires: python3-pbr >= 2.0.0
%{?python_provide:%python_provide python3-%{sname}}
%description -n python3-%{sname}
-This is a client for the Barbican Key Management API. There is a
-Python library for accessing the API (barbicanclient module), and
-a command-line script (barbican).
+%{common_desc}
%endif
%package doc
Summary: Documentation for OpenStack Barbican API client
-BuildRequires: python-sphinx
-BuildRequires: python-oslo-sphinx
-BuildRequires: python-oslo-utils
+BuildRequires: python2-sphinx
+BuildRequires: python2-openstackdocstheme
+BuildRequires: python2-oslo-utils
BuildRequires: dos2unix
-BuildRequires: python-oslo-i18n
-BuildRequires: python-prettytable
-BuildRequires: python-keystoneclient
+BuildRequires: python2-oslo-i18n
+BuildRequires: python2-prettytable
%description doc
Documentation for the barbicanclient module
%prep
-%setup -q -n %{name}-%{upstream_version}
+%autosetup -n %{name}-%{upstream_version} -S git
# let RPM handle deps
sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py
@@ -122,10 +106,7 @@ rm -rf {test-,}requirements.txt
%endif
# doc
-export PYTHONPATH="$( pwd ):$PYTHONPATH"
-pushd doc
-sphinx-build -b html -d build/doctrees source build/html
-popd
+%{__python2} setup.py build_sphinx -b html
# Fix hidden-file-or-dir warnings
rm -fr doc/build/html/.buildinfo
@@ -167,24 +148,6 @@ dos2unix doc/build/html/_static/jquery.js
%license LICENSE
%changelog
-* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 4.1.0-6
-- Rebuilt for Python 3.7
-
-* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.1.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
-* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 4.1.0-2
-- Rebuild for Python 3.6
-
-* Mon Sep 12 2016 Haikel Guemar <hguemar@fedoraproject.org> 4.1.0-1
-- Update to 4.1.0
+* Sat Feb 10 2018 RDO <dev@lists.rdoproject.org> 4.6.0-1
+- Update to 4.6.0
diff --git a/sources b/sources
index 419b58d..c5d0af8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-19ec0216318d42522ed504303b2f865a python-barbicanclient-4.1.0.tar.gz
+SHA512 (python-barbicanclient-4.6.0.tar.gz) = c114dc4b706eda9ea3efc961e1c30471f64e90f6e0b39271a5670e4e086e3e9dd26afcaa5fd3695187c60c30878bb75d10526d10a809f71e0310a2c05268695a
^ 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.3: Update to 4.6.0 Haikel Guemar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox