diff --git a/azure-servicemanagement-legacy-0.20.7.zip b/azure-servicemanagement-legacy-0.20.7.zip deleted file mode 100644 index c73f7b6..0000000 --- a/azure-servicemanagement-legacy-0.20.7.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d388b9fda83161aca617f224c9e895ce51fe6a84b7524bc000c557c025f91cd -size 86920 diff --git a/azure_servicemanagement_legacy-0.20.8.tar.gz b/azure_servicemanagement_legacy-0.20.8.tar.gz new file mode 100644 index 0000000..7c29810 --- /dev/null +++ b/azure_servicemanagement_legacy-0.20.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e369de2a97818f1dba1932337814f28d39a3e6d70d925350a1a0681038c2f977 +size 62424 diff --git a/python-azure-servicemanagement-legacy.changes b/python-azure-servicemanagement-legacy.changes index 0fbef40..9c342c0 100644 --- a/python-azure-servicemanagement-legacy.changes +++ b/python-azure-servicemanagement-legacy.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Nov 1 13:00:28 UTC 2024 - John Paul Adrian Glaubitz + +- New upstream release + + Version 0.20.8 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Adjust upstream source name in spec file +- Remove unzip package from BuildRequires +- Switch source archive format to TAR.GZ + ------------------------------------------------------------------- Fri May 3 16:42:40 UTC 2024 - Robert Schweikert diff --git a/python-azure-servicemanagement-legacy.spec b/python-azure-servicemanagement-legacy.spec index 2e1aaef..fd0b90c 100644 --- a/python-azure-servicemanagement-legacy.spec +++ b/python-azure-servicemanagement-legacy.spec @@ -18,13 +18,13 @@ %{?sle15_python_module_pythons} Name: python-azure-servicemanagement-legacy -Version: 0.20.7 +Version: 0.20.8 Release: 0 Summary: Microsoft Azure Service Management Legacy Client Library License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/Azure/azure-sdk-for-python -Source: https://files.pythonhosted.org/packages/source/a/azure-servicemanagement-legacy/azure-servicemanagement-legacy-%{version}.zip +Source: https://files.pythonhosted.org/packages/source/a/azure_servicemanagement_legacy/azure_servicemanagement_legacy-%{version}.tar.gz Source1: LICENSE.txt BuildRequires: %{python_module azure-nspkg >= 3.0.0} BuildRequires: %{python_module pip} @@ -32,7 +32,6 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: unzip Requires: python-azure-common >= 1.1.5 Requires: python-azure-nspkg >= 3.0.0 Requires: python-requests @@ -50,10 +49,10 @@ This is the Microsoft Azure Service Management Legacy Client Library. All packages in this bundle have been tested with Python 2.7, 3.3, 3.4 and 3.5. %prep -%setup -q -n azure-servicemanagement-legacy-%{version} +%setup -q -n azure_servicemanagement_legacy-%{version} %build -install -m 644 %{SOURCE1} %{_builddir}/azure-servicemanagement-legacy-%{version} +install -m 644 %{SOURCE1} %{_builddir}/azure_servicemanagement_legacy-%{version} %pyproject_wheel %install