Compare commits
2 Commits
10db5966b9
...
e5533e5302
Author | SHA256 | Date | |
---|---|---|---|
e5533e5302 | |||
493c77535e |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac9f739d4e94bccaf28f3f2394b03c06ef709fed94ef2f042a8e6045187e60f1
|
||||
size 107046
|
3
python-magnumclient-4.7.0.tar.gz
Normal file
3
python-magnumclient-4.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:463d2246242caf91720bdf598cfbd074656b215e2e0fc400b336cf997919e8e5
|
||||
size 107491
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 13:15:05 UTC 2024 - cloud-devel@suse.de
|
||||
|
||||
- update to version 4.7.0
|
||||
- Update Python runtime for 2024.2
|
||||
- Refactor TLS cert fetching for config
|
||||
- Update VerifiedHTTPSConnection for Python >= 3.12
|
||||
- Remove extraneous quote in non-TLS kubeconfig
|
||||
- Add insecure_registry to osc part of the client
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 20:06:44 UTC 2024 - cloud-devel@suse.de
|
||||
|
||||
|
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: python-magnumclient
|
||||
Version: 4.5.0
|
||||
Version: 4.7.0
|
||||
Release: 0
|
||||
Summary: Python API and CLI for OpenStack Magnum
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://docs.openstack.org/python-magnumclient
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/python-magnumclient/python-magnumclient-4.5.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/p/python-magnumclient/python-magnumclient-4.7.0.tar.gz
|
||||
BuildRequires: openstack-macros
|
||||
BuildRequires: python3-PrettyTable >= 0.7.2
|
||||
BuildRequires: python3-cryptography >= 3.0
|
||||
@@ -86,15 +86,15 @@ Client library for Magnum built on the Magnum API. It provides a Python API
|
||||
This package contains the documentation.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n python-magnumclient-4.5.0
|
||||
%autosetup -p1 -n python-magnumclient-4.7.0
|
||||
%py_req_cleanup
|
||||
|
||||
%build
|
||||
%{py3_build}
|
||||
|
||||
# Build HTML docs and man page
|
||||
PBR_VERSION=4.5.0 %sphinx_build -b html doc/source doc/build/html
|
||||
PBR_VERSION=4.5.0 %sphinx_build -b man doc/source doc/build/man
|
||||
PBR_VERSION=4.7.0 %sphinx_build -b html doc/source doc/build/html
|
||||
PBR_VERSION=4.7.0 %sphinx_build -b man doc/source doc/build/man
|
||||
rm -r doc/build/html/.{doctrees,buildinfo}
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user