11
0

Compare commits

...

2 Commits

Author SHA256 Message Date
e5533e5302 Accepting request 1198510 from Cloud:OpenStack:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/1198510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-magnumclient?expand=0&rev=16
2024-09-04 11:23:44 +00:00
493c77535e - 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

OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-magnumclient?expand=0&rev=43
2024-09-03 13:15:13 +00:00
4 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ac9f739d4e94bccaf28f3f2394b03c06ef709fed94ef2f042a8e6045187e60f1
size 107046

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:463d2246242caf91720bdf598cfbd074656b215e2e0fc400b336cf997919e8e5
size 107491

View File

@@ -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

View File

@@ -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