1
0

Accepting request 1110905 from home:glaubitz:branches:devel:languages:python:azure

- New upstream release
  + Version 12.14.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

OBS-URL: https://build.opensuse.org/request/show/1110905
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-storage-file-share?expand=0&rev=33
This commit is contained in:
Robert Schweikert 2023-09-14 12:06:58 +00:00 committed by Git OBS Bridge
parent 1eb41252a3
commit 42453295de
4 changed files with 16 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Sep 13 12:18:54 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 12.14.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
-------------------------------------------------------------------
Wed Jul 12 19:01:33 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -21,27 +21,26 @@
%define skip_python2 1
%endif
Name: python-azure-storage-file-share
Version: 12.13.0
Version: 12.14.0
Release: 0
Summary: Azure Storage File Share 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-file-share/azure-storage-file-share-%{version}.zip
Source: https://files.pythonhosted.org/packages/source/a/azure-storage-file-share/azure-storage-file-share-%{version}.tar.gz
Source1: LICENSE.txt
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-core < 2.0.0
Requires: python-azure-core >= 1.28.0
Requires: python-azure-nspkg >= 3.0.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.3.0)
Requires: python-typing_extensions >= 4.3.0
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch
%python_subpackages