17
0

Compare commits

2 Commits

Author SHA256 Message Date
77d73aa2f8 Accepting request 1312827 from devel:languages:python:azure
- New upstream release
  + Version 1.7.2
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Update Requires from setup.py (forwarded request 1312701 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1312827
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-appconfiguration?expand=0&rev=15
2025-10-22 10:15:45 +00:00
f0509d220a - New upstream release
+ Version 1.7.2
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Update Requires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-appconfiguration?expand=0&rev=27
2025-10-21 12:00:18 +00:00
4 changed files with 19 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 21 07:33:29 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.7.2
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Update Requires from setup.py
-------------------------------------------------------------------
Wed Aug 28 07:07:51 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-azure-appconfiguration
Version: 1.7.1
Version: 1.7.2
Release: 0
Summary: Microsoft App Configuration Data 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-appconfiguration/azure-appconfiguration-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/a/azure_appconfiguration/azure_appconfiguration-%{version}.tar.gz
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
@@ -32,8 +32,9 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-azure-nspkg >= 3.0.0
Requires: python-isodate >= 0.6.0
Requires: (python-azure-core >= 1.28.0 with python-azure-core < 2.0.0)
Requires: (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
Requires: (python-azure-core >= 1.30.0 with python-azure-core < 2.0.0)
Requires: python-typing_extensions >= 4.6.0
Conflicts: python-azure-sdk <= 2.0.0
%if 0%{?sle_version} >= 150400
Obsoletes: python3-azure-appconfiguration < 1.5.0
@@ -53,7 +54,7 @@ application deployment. Use App Configuration to securely store all the
settings for your application in one place.
%prep
%setup -q -n azure-appconfiguration-%{version}
%setup -q -n azure_appconfiguration-%{version}
%build
%pyproject_wheel