Accepting request 1110912 from home:glaubitz:branches:devel:languages:python:azure
- New upstream release
+ Version 12.7.0
+ 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
- Update Requires from setup.py
OBS-URL: https://build.opensuse.org/request/show/1110912
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-storage-queue?expand=0&rev=35
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19a01f1d860b5e59789e1727ce6aec4f0903ac56307a564c4fa777fb38b6b50d
|
||||
size 250803
|
||||
3
azure-storage-queue-12.7.0.tar.gz
Normal file
3
azure-storage-queue-12.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08bd6ced5bac209a59e82dc8e3ee71534e045aebde18c81aefdadaac86d2deb7
|
||||
size 177733
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 13 12:23:48 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 12.7.0
|
||||
+ 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
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 12:08:56 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -21,29 +21,28 @@
|
||||
%define skip_python2 1
|
||||
%endif
|
||||
Name: python-azure-storage-queue
|
||||
Version: 12.6.0
|
||||
Version: 12.7.0
|
||||
Release: 0
|
||||
Summary: Microsoft Azure Storage Queue 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-storage-queue/azure-storage-queue-%{version}.zip
|
||||
Source: https://files.pythonhosted.org/packages/source/a/azure-storage-queue/azure-storage-queue-%{version}.tar.gz
|
||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||
BuildRequires: %{python_module azure-storage-nspkg >= 3.0.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: unzip
|
||||
Requires: python-azure-common >= 1.1.5
|
||||
Requires: python-azure-core < 2.0.0
|
||||
Requires: python-azure-core >= 1.26.0
|
||||
Requires: python-azure-core >= 1.28.0
|
||||
Requires: python-azure-nspkg >= 3.0.0
|
||||
Requires: python-azure-storage-common < 3.0.0
|
||||
Requires: python-azure-storage-common >= 2.1.0
|
||||
Requires: python-azure-storage-nspkg >= 3.0.0
|
||||
Requires: python-cryptography >= 2.1.4
|
||||
Requires: python-isodate >= 0.6.1
|
||||
Requires: (python-typing_extensions >= 4.0.1 if python-base < 3.8)
|
||||
Requires: (python-typing_extensions >= 4.3.0 if python-base < 3.8)
|
||||
Conflicts: python-azure-sdk <= 2.0.0
|
||||
Conflicts: python-azure-storage <= 0.36.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user