1
0

Compare commits

...

6 Commits

Author SHA256 Message Date
Ana Guerrero
d3e5345ccf Accepting request 1224128 from devel:languages:python:azure
- New upstream release
  + Version 12.20.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package (forwarded request 1224084 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1224128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-storage-file-share?expand=0&rev=27
2024-11-14 15:10:07 +00:00
d04959489e - New upstream release
+ Version 12.20.0
  + 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-storage-file-share?expand=0&rev=51
2024-11-14 09:35:13 +00:00
Ana Guerrero
42ea976e70 Accepting request 1206535 from devel:languages:python:azure
- New upstream release
  + Version 12.19.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package (forwarded request 1206493 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1206535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-storage-file-share?expand=0&rev=26
2024-10-09 20:13:47 +00:00
defffe0686 - New upstream release
+ Version 12.19.0
  + 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-storage-file-share?expand=0&rev=49
2024-10-09 13:18:16 +00:00
Ana Guerrero
c9dae23e44 Accepting request 1201768 from devel:languages:python:azure
- New upstream release
  + Version 12.18.0
  + 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 1201727 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1201768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-storage-file-share?expand=0&rev=25
2024-09-18 13:28:16 +00:00
b55e84391c - New upstream release
+ Version 12.18.0
  + 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-storage-file-share?expand=0&rev=47
2024-09-18 10:30:21 +00:00
4 changed files with 33 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Nov 14 07:58:40 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 12.20.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Wed Oct 9 09:44:08 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 12.19.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Wed Sep 18 08:09:14 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 12.18.0
+ 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
-------------------------------------------------------------------
Fri Jul 19 09:00:27 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-azure-storage-file-share
Version: 12.17.0
Version: 12.20.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}.tar.gz
Source: https://files.pythonhosted.org/packages/source/a/azure_storage_file_share/azure_storage_file_share-%{version}.tar.gz
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-storage-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
@ -37,7 +37,7 @@ 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.6.0
Requires: (python-azure-core >= 1.28.0 with python-azure-core < 2.0.0)
Requires: (python-azure-core >= 1.30.0 with python-azure-core < 2.0.0)
Conflicts: python-azure-sdk <= 2.0.0
%if 0%{?sle_version} >= 150400
Obsoletes: python3-azure-storage-file-share < 12.15.0
@ -61,7 +61,7 @@ Azure file shares can be used to:
diagnostic share, and Dev/Test/Debug tools
%prep
%setup -q -n azure-storage-file-share-%{version}
%setup -q -n azure_storage_file_share-%{version}
%build
%pyproject_wheel