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-magnumclient] epel10: Update to 2.9.1
Date: Mon, 10 Aug 2026 09:49:46 GMT	[thread overview]
Message-ID: <178635538638.1.12656888872015991151.rpms-python-magnumclient-97f1d99d3c18@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-magnumclient
Branch : epel10
Commit : 97f1d99d3c1838634db6c41c7a3331a4a856348f
Author : Haikel Guemar <hguemar@fedoraproject.org>
Date   : 2018-08-23T16:54:42+02:00
Stats  : +123/-78 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/python-magnumclient/c/97f1d99d3c1838634db6c41c7a3331a4a856348f?branch=epel10

Log:
Update to 2.9.1

---
diff --git a/.gitignore b/.gitignore
index 03e6468..adb8539 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /python-magnumclient-1.1.0.tar.gz
 /python-magnumclient-2.0.0.tar.gz
 /python-magnumclient-2.3.0.tar.gz
+/python-magnumclient-2.9.1.tar.gz

diff --git a/Changelog.old b/Changelog.old
index f05657e..7717846 100644
--- a/Changelog.old
+++ b/Changelog.old
@@ -1,3 +1,24 @@
+* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.3.0-6
+- Rebuilt for Python 3.7
+
+* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.3.0-2
+- Rebuild for Python 3.6
+
+* Mon Sep 12 2016 Haikel Guemar <hguemar@fedoraproject.org> 2.3.0-1
+- Update to 2.3.0
+
 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-2
 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
 

diff --git a/python-magnumclient.spec b/python-magnumclient.spec
index 310fb34..909fc5c 100644
--- a/python-magnumclient.spec
+++ b/python-magnumclient.spec
@@ -9,51 +9,70 @@
 %global default_python 2
 %endif
 
+%global common_desc \
+This is a client library for Magnum built on the Magnum API. \
+It provides a Python API (the magnumclient module) and a \
+command-line tool (magnum).
+
+%global common_desc_tests Python-magnumclient test subpackage
+
 Name:           python-%{pname}
-Version:        2.3.0
-Release:        7%{?dist}
+Version:        2.9.1
+Release:        1%{?dist}
 Summary:        Client library for Magnum API
 
 License:        ASL 2.0
 URL:            https://launchpad.net/python-magnumclient
-Source0:        https://pypi.io/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz
+Source0:        https://tarballs.openstack.org/%{sname}/%{sname}-%{upstream_version}.tar.gz
 BuildArch:      noarch
 
 %description
-This is a client library for Magnum built on the Magnum API.
-It provides a Python API (the magnumclient module) and a
-command-line tool (magnum).
+%{common_desc}
 
 %package -n     python2-%{pname}
 Summary:        Client library for Magnum API
 %{?python_provide:%python_provide python2-%{pname}}
 
 BuildRequires:  python2-devel
-BuildRequires:  python-setuptools
-BuildRequires:  python-pbr
+BuildRequires:  python2-setuptools
+BuildRequires:  python2-pbr
+BuildRequires:  git
 
 # test dependencies
-BuildRequires:  python-oslo-utils
-BuildRequires:  python-stevedore
-BuildRequires:  python-requests
-BuildRequires:  python-oslo-i18n
-BuildRequires:  python-fixtures
-BuildRequires:  python-mock
-BuildRequires:  python-testtools
-BuildRequires:  python-keystoneauth1
-BuildRequires:  python-prettytable
-
-Requires:    python-babel
-Requires:    python-oslo-i18n
-Requires:    python-oslo-serialization
-Requires:    python-oslo-utils
-Requires:    python-os-client-config
-Requires:    python-prettytable
+BuildRequires:  python2-oslo-utils
+BuildRequires:  python2-openstackclient
+BuildRequires:  python2-oslo-serialization
+BuildRequires:  python2-oslo-log
+BuildRequires:  python2-osprofiler
+BuildRequires:  python2-stevedore
+BuildRequires:  python2-requests
+BuildRequires:  python2-oslo-i18n
+BuildRequires:  python2-fixtures
+BuildRequires:  python2-mock
+BuildRequires:  python2-testtools
+BuildRequires:  python2-keystoneauth1
+BuildRequires:  python2-prettytable
+
+Requires:    python2-babel
+Requires:    python2-cryptography
+Requires:    python2-keystoneauth1 >= 3.3.0
+Requires:    python2-oslo-i18n >= 3.15.3
+Requires:    python2-oslo-log >= 3.36.0
+Requires:    python2-oslo-serialization >= 2.18.0
+Requires:    python2-oslo-utils >= 3.33.0
+Requires:    python2-osc-lib >= 1.8.0
+Requires:    python2-os-client-config >= 1.28.0
+Requires:    python2-pbr
+Requires:    python2-prettytable
+Requires:    python2-six
+%if 0%{?fedora} > 0
+Requires:    python2-decorator
+%else
+Requires:    python-decorator
+%endif
 
 %description -n python2-%{pname}
-This is a client library for Magnum built on the Magnum API.
-It provides a Python API (the magnumclient module) and a
-command-line tool (magnum).
+%{common_desc}
 
 %if 0%{?with_python3}
 %package -n     python3-%{pname}
@@ -66,6 +85,10 @@ BuildRequires:  python3-pbr
 
 # test dependencies
 BuildRequires:  python3-oslo-utils
+BuildRequires:  python3-openstackclient
+BuildRequires:  python3-oslo-serialization
+BuildRequires:  python3-oslo-log
+BuildRequires:  python3-osprofiler
 BuildRequires:  python3-stevedore
 BuildRequires:  python3-requests
 BuildRequires:  python3-oslo-i18n
@@ -76,42 +99,54 @@ BuildRequires:  python3-keystoneauth1
 BuildRequires:  python3-prettytable
 
 Requires:    python3-babel
-Requires:    python3-oslo-i18n
-Requires:    python3-oslo-serialization
-Requires:    python3-oslo-utils
-Requires:    python3-os-client-config
+Requires:    python3-cryptography
+Requires:    python3-decorator
+Requires:    python3-keystoneauth1 >= 3.3.0
+Requires:    python3-oslo-i18n >= 3.15.3
+Requires:    python3-oslo-log >= 3.36.0
+Requires:    python3-oslo-serialization >= 2.18.0
+Requires:    python3-oslo-utils >= 3.33.0
+Requires:    python3-osc-lib >= 1.8.0
+Requires:    python3-os-client-config >= 1.28.0
+Requires:    python3-pbr
 Requires:    python3-prettytable
+Requires:    python3-six
 
 %description -n python3-%{pname}
-This is a client library for Magnum built on the Magnum API.
-It provides a Python API (the magnumclient module) and a
-command-line tool (magnum).
+%{common_desc}
 %endif
 
 %package -n python-%{pname}-doc
 Summary:        python-magnumclient documentation
-BuildRequires:   python-sphinx
-BuildRequires:   python-oslo-sphinx
+BuildRequires:   python2-sphinx
+BuildRequires:   python2-openstackdocstheme
+BuildRequires:   python2-os-client-config
+%if 0%{?fedora} > 0
+BuildRequires:   python2-decorator
+%else
+BuildRequires:   python-decorator
+%endif
 
 %description -n python-%{pname}-doc
 Documentation for python-magnumclient
 
-%package -n python-%{pname}-tests
+%package -n python2-%{pname}-tests
 Summary: Python-magnumclient test subpackage
-
-Requires:  python-%{pname} = %{version}-%{release}
-Requires:  python-oslo-utils
-Requires:  python-stevedore
-Requires:  python-requests
-Requires:  python-oslo-i18n
-Requires:  python-fixtures
-Requires:  python-mock
-Requires:  python-testtools
-Requires:  python-keystoneauth1
-Requires:  python-prettytable
-
-%description -n python-%{pname}-tests
-Python-magnumclient test subpackage
+%{?python_provide:%python_provide python2-%{pname}-tests}
+
+Requires:  python2-%{pname} = %{version}-%{release}
+Requires:  python2-oslo-utils
+Requires:  python2-stevedore
+Requires:  python2-requests
+Requires:  python2-oslo-i18n
+Requires:  python2-fixtures
+Requires:  python2-mock
+Requires:  python2-testtools
+Requires:  python2-keystoneauth1
+Requires:  python2-prettytable
+
+%description -n python2-%{pname}-tests
+%{common_desc_tests}
 
 %if 0%{?with_python3}
 %package -n python3-%{pname}-tests
@@ -129,14 +164,14 @@ Requires:  python3-keystoneauth1
 Requires:  python3-prettytable
 
 %description -n python3-%{pname}-tests
-Python-magnumclient test subpackage
+%{common_desc_tests}
 %endif
 
 %prep
-%autosetup -n %{sname}-%{upstream_version}
+%autosetup -n %{name}-%{upstream_version} -S git
 
 # let RPM handle deps
-rm -rf {test-,}requirements.txt
+rm -rf {,test-}requirements.txt
 
 %build
 %py2_build
@@ -145,9 +180,9 @@ rm -rf {test-,}requirements.txt
 %py3_build
 %endif
 # generate html docs
-sphinx-build doc/source html
-# remove the sphinx-build leftovers
-rm -rf html/.{doctrees,buildinfo}
+%{__python2} setup.py build_sphinx -b html
+# Fix hidden-file-or-dir warnings
+rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
 
@@ -196,9 +231,9 @@ mv magnum.py3 %{buildroot}%{_bindir}/magnum
 
 %files -n python-%{pname}-doc
 %license LICENSE
-%doc html
+%doc doc/build/html
 
-%files -n python-%{pname}-tests
+%files -n python2-%{pname}-tests
 %{python2_sitelib}/%{pname}/tests
 
 %if 0%{?with_python3}
@@ -207,24 +242,12 @@ mv magnum.py3 %{buildroot}%{_bindir}/magnum
 %endif
 
 %changelog
-* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.3.0-6
-- Rebuilt for Python 3.7
-
-* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+* Wed Jun 06 2018 RDO <dev@lists.rdoproject.org> 2.9.1-1
+- Update to 2.9.1
 
-* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.3.0-2
-- Rebuild for Python 3.6
+* Mon Mar 05 2018 RDO <dev@lists.rdoproject.org> 2.9.0-1
+- Update to 2.9.0
 
-* Mon Sep 12 2016 Haikel Guemar <hguemar@fedoraproject.org> 2.3.0-1
-- Update to 2.3.0
+* Sun Feb 11 2018 RDO <dev@lists.rdoproject.org> 2.8.0-1
+- Update to 2.8.0
 

diff --git a/sources b/sources
index 381e49f..013d25f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b5174092419cb2847cad1ac1ca34c23d  python-magnumclient-2.3.0.tar.gz
+SHA512 (python-magnumclient-2.9.1.tar.gz) = dd709a83897bae972def56a00c9f14b68dcf2da167d59bcd34c5051a3ef4f5f0a62f9c8e7b5652fa96a82a4f97a1047ba4a9b441d87563c64f5154c48d686cb0

                 reply	other threads:[~2026-08-10  9:49 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=178635538638.1.12656888872015991151.rpms-python-magnumclient-97f1d99d3c18@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