public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Haikel Guemar <hguemar@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-barbicanclient] epel10: Rebuild for Mitaka
Date: Sun, 30 Aug 2026 14:20:28 GMT	[thread overview]
Message-ID: <178809962854.1.13812092270052138155.rpms-python-barbicanclient-8ae42b6fb7ce@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-barbicanclient
Branch : epel10
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

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

                 reply	other threads:[~2026-08-30 14:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178809962854.1.13812092270052138155.rpms-python-barbicanclient-8ae42b6fb7ce@fedoraproject.org \
    --to=hguemar@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox