forked from pool/python-azure-storage-file-share
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
d3e5345ccf | ||
d04959489e | |||
|
42ea976e70 | ||
defffe0686 | |||
|
c9dae23e44 | ||
b55e84391c |
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7b2c6cfc1b7cb80097a53b1ed2efa9e545b49a291430d369cdb49fafbc841d6
|
||||
size 325261
|
3
azure_storage_file_share-12.20.0.tar.gz
Normal file
3
azure_storage_file_share-12.20.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f120fc67bae0a84c1b54d06faa70df351be14d1395b9a085350e833f7d347a65
|
||||
size 344595
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user