forked from pool/python-azure-storage-blob
Compare commits
12 Commits
factory
...
public_clo
| Author | SHA256 | Date | |
|---|---|---|---|
| 1566156999 | |||
| 4c310912eb | |||
| fd0797e6e4 | |||
| 04a59ed101 | |||
| 982aad5835 | |||
| 0b7e706050 | |||
| 175cc56d46 | |||
| f3e3deddea | |||
| f7710b10fd | |||
| 1daa7f7a36 | |||
| 94cc00ac96 | |||
| 8b4cd99c96 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3804bb4fe8ab1c32771fa464053da772a682c2737b19da438a3f4e5e3b3736e
|
||||
size 564873
|
||||
3
azure_storage_blob-12.25.1.tar.gz
Normal file
3
azure_storage_blob-12.25.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f294ddc9bc47909ac66b8934bd26b50d2000278b10ad82cc109764fdc6e0e3b
|
||||
size 570541
|
||||
@@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 31 06:56:35 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 12.25.1
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 09:10:38 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 12.25.0
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 09:23:59 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 12.24.1
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 14 07:39:05 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 12.24.0
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 09:02:29 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 12.23.1
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 18 07:17:42 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 12.23.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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 07:41:29 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-azure-storage-blob
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,13 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-azure-storage-blob
|
||||
Version: 12.22.0
|
||||
Version: 12.25.1
|
||||
Release: 0
|
||||
Summary: Microsoft Azure Storage Blob 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-blob/azure-storage-blob-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/a/azure_storage_blob/azure_storage_blob-%{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-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-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)
|
||||
Requires: (python-azure-storage-common >= 2.1.0 with python-azure-storage-common < 3.0.0)
|
||||
Requires: (python-typing_extensions >= 4.6.0)
|
||||
%if "%{python_flavor}" == "python2"
|
||||
@@ -65,7 +65,7 @@ Blob storage is ideal for:
|
||||
* Storing data for analysis by an on-premises or Azure-hosted service
|
||||
|
||||
%prep
|
||||
%setup -q -n azure-storage-blob-%{version}
|
||||
%setup -q -n azure_storage_blob-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
Reference in New Issue
Block a user