1
0

- New upstream release

+ Version 0.1.0b4033655
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-template?expand=0&rev=55
This commit is contained in:
Robert Schweikert 2024-08-08 11:56:18 +00:00 committed by Git OBS Bridge
commit a7cd66e767
9 changed files with 405 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View File

@ -0,0 +1 @@
.osc

21
LICENSE.txt Normal file
View File

@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2016 Microsoft Corporation. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

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

View File

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

View File

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

View File

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

View File

@ -0,0 +1,276 @@
-------------------------------------------------------------------
Thu Aug 8 06:51:11 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b4033655
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Wed Jul 31 08:18:08 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b4008387
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Thu Jul 25 07:50:26 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b3990213
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Thu Jul 18 07:38:00 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b3971864
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Mon Jul 1 07:40:08 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b3920641
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Thu Apr 4 13:08:33 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
- Use modern RPM macros to express version dependencies
-------------------------------------------------------------------
Wed Feb 21 10:56:35 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b3511266
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Tue Dec 12 08:48:24 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b3333464
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Mon Nov 20 17:31:59 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b3273802
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Update Requires from setup.py
-------------------------------------------------------------------
Thu Oct 26 08:59:46 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b3195006
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Wed Sep 20 09:37:45 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b3096118
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Remove unzip package from BuildRequires
- Switch source archive format to TAR.GZ
-------------------------------------------------------------------
Mon Jul 3 13:59:17 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b2840062
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Tue May 30 08:04:40 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b2675288
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Tue Mar 7 08:51:00 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b2609285
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Wed Jan 4 10:55:20 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b2089057
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Switch source archive format back to ZIP
- Re-add unzip to BuildRequires
-------------------------------------------------------------------
Wed Nov 23 09:08:40 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b2006793
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Switch source archive format to TAR.GZ
- Drop unzip from BuildRequires
-------------------------------------------------------------------
Tue Aug 23 11:53:45 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b1798511
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Mon Aug 1 08:32:33 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b1739996
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Thu Apr 21 08:02:46 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b1519537
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Thu Mar 17 07:55:18 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b1438905
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Mon Jan 17 09:24:23 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b1293622
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Thu Dec 2 10:19:21 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b1224133
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Tue Nov 23 09:20:57 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b1210009
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Mon Nov 1 08:49:29 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b1168668
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Wed Oct 20 16:01:21 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b1147355
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Mon Oct 4 13:36:00 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b1116250
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Tue Sep 7 13:59:11 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b1081877
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Thu Jul 22 13:16:09 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b1006474
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Thu Jul 1 13:46:36 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b971103
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Update Requires from setup.py
-------------------------------------------------------------------
Fri May 7 13:38:43 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b838605
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Thu Mar 25 12:38:42 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b803264
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Tue Jan 19 15:13:45 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 0.1.0b687560
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Thu Jan 7 11:03:07 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Initial build
+ Version 0.1.0b674756

View File

@ -0,0 +1,72 @@
#
# spec file for package python-azure-template
#
# 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-template
Version: 0.1.0b4033655
Release: 0
Summary: Microsoft Azure Template Package Client Library for Python
License: MIT
Group: Development/Languages/Python
URL: https://github.com/Azure/azure-sdk-for-python
Source: https://files.pythonhosted.org/packages/source/a/azure-template/azure-template-%{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-core >= 1.23.0 with python-azure-core < 2.0.0)
Conflicts: python-azure-sdk <= 2.0.0
%if 0%{?sle_version} >= 150400
Obsoletes: python3-azure-template < 0.1.0b3511266
%endif
BuildArch: noarch
%python_subpackages
%description
This template package matches necessary patterns that the development team has established to
create a unified sdk functional from Python 2.7 onwards. The packages contained herein can be
installed singly or as part of the azure namespace.
This package has been tested with Python 2.7, 3.5, 3.6, 3.7 and 3.8
%prep
%setup -q -n azure-template-%{version}
%build
install -m 644 %{SOURCE1} %{_builddir}/azure-template-%{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__
}
%files %{python_files}
%doc CHANGELOG.md README.md
%license LICENSE.txt
%{python_sitelib}/azure/template
%{python_sitelib}/azure_template-*.dist-info
%changelog