- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-servicemanagement-legacy?expand=0&rev=14
This commit is contained in:
commit
e429ed8d8f
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
13
LICENSE.txt
Normal file
13
LICENSE.txt
Normal file
@ -0,0 +1,13 @@
|
||||
Copyright (c) 2016 Microsoft Corporation. All rights reserved.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
3
azure-servicemanagement-legacy-0.20.7.zip
Normal file
3
azure-servicemanagement-legacy-0.20.7.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d388b9fda83161aca617f224c9e895ce51fe6a84b7524bc000c557c025f91cd
|
||||
size 86920
|
3
azure_servicemanagement_legacy-0.20.8.tar.gz
Normal file
3
azure_servicemanagement_legacy-0.20.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e369de2a97818f1dba1932337814f28d39a3e6d70d925350a1a0681038c2f977
|
||||
size 62424
|
84
python-azure-servicemanagement-legacy.changes
Normal file
84
python-azure-servicemanagement-legacy.changes
Normal file
@ -0,0 +1,84 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 1 13:00:28 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <rjschwei@suse.com>
|
||||
|
||||
- Change version setting of Obsoletes to <= to trigger python3
|
||||
binary removal since there was no source version bump
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 4 13:07:40 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Switch package to modern Python Stack on SLE-15
|
||||
+ Use Python 3.11 on SLE-15 by default
|
||||
+ Add Obsoletes for old python3 package on SLE-15
|
||||
+ Drop support for older Python versions
|
||||
- Switch build system from setuptools to pyproject.toml
|
||||
+ Add python-pip and python-wheel to BuildRequires
|
||||
+ Replace %python_build with %pyproject_wheel
|
||||
+ Replace %python_install with %pyproject_install
|
||||
+ Update name for dist directory in %files section
|
||||
- Drop setting default file attributes in %files section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 11:07:08 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
- Only build Python3 flavors for distributions 15 and greater
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 6 11:28:50 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 0.20.7
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
- Rename HISTORY.rst to CHANGELOG.md in %files section
|
||||
- Rename README.rst to README.md in %files section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 09:33:01 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Bump minimum version for namespace packages
|
||||
to 3.0.0 in BuildRequires and Requires
|
||||
- Remove python-devel package from BuildRequires
|
||||
- Run fdupes to hardlink duplicate files
|
||||
+ Add fdupes to BuildRequires
|
||||
+ Add %fdupes invocation to %install
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 6 12:17:22 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Move LICENSE.txt from %doc to %license section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 30 12:36:29 UTC 2018 - adrian.glaubitz@suse.com
|
||||
|
||||
- Install HISTORY.rst into doc directory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 16:45:54 UTC 2017 - adrian.glaubitz@suse.com
|
||||
|
||||
- Remove versioning for namespace packages in Requires
|
||||
- Add namespace packages to BuildRequires
|
||||
- Remove namespace files in %install target
|
||||
- Explicitly specify Python files of the package in %files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 14 14:22:49 UTC 2017 - adrian.glaubitz@suse.com
|
||||
|
||||
- Add python-azure-nspkg to Requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 28 09:39:20 UTC 2017 - adrian.glaubitz@suse.com
|
||||
|
||||
- Initial build
|
||||
+ Version 0.20.6
|
74
python-azure-servicemanagement-legacy.spec
Normal file
74
python-azure-servicemanagement-legacy.spec
Normal file
@ -0,0 +1,74 @@
|
||||
#
|
||||
# spec file for package python-azure-servicemanagement-legacy
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-azure-servicemanagement-legacy
|
||||
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}.tar.gz
|
||||
Source1: LICENSE.txt
|
||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-azure-common >= 1.1.5
|
||||
Requires: python-azure-nspkg >= 3.0.0
|
||||
Requires: python-requests
|
||||
Conflicts: python-azure-sdk <= 2.0.0
|
||||
%if 0%{?sle_version} >= 150400
|
||||
Obsoletes: python3-azure-servicemanagement-legacy <= 0.20.7
|
||||
%endif
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
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}
|
||||
|
||||
%build
|
||||
install -m 644 %{SOURCE1} %{_builddir}/azure_servicemanagement_legacy-%{version}
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
%{python_expand # delete common files
|
||||
rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
|
||||
rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
|
||||
rm -rf %{buildroot}%{$python_sitelib}/tests/__init__.*
|
||||
rm -rf %{buildroot}%{$python_sitelib}/tests/__pycache__
|
||||
}
|
||||
|
||||
%files %{python_files}
|
||||
%doc CHANGELOG.md README.md
|
||||
%license LICENSE.txt
|
||||
%{python_sitelib}/azure/servicemanagement
|
||||
%{python_sitelib}/azure_servicemanagement_legacy-*.dist-info
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user