forked from pool/python-azure-storage-file-share
Accepting request 960765 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 - Rename LICENSE.txt to LICENSE in %files section - Update Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/960765 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-storage-file-share?expand=0&rev=17
This commit is contained in:
parent
4e69cb4075
commit
90bb841322
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7eb0cde00fbbb6b780da8bdd81312ab79de706c4a2601e4eded1bc430da680a8
|
||||
size 351242
|
3
azure-storage-file-share-12.7.0.zip
Normal file
3
azure-storage-file-share-12.7.0.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91836e82258d957120af228bc2bcf2b5c6bf5bedb8f3546aa9409b7495aba832
|
||||
size 358544
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 10 13:00:55 UTC 2022 - 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
|
||||
- Rename LICENSE.txt to LICENSE in %files section
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 4 13:33:42 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-azure-storage-file-share
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@
|
||||
%define skip_python2 1
|
||||
%endif
|
||||
Name: python-azure-storage-file-share
|
||||
Version: 12.6.0
|
||||
Version: 12.7.0
|
||||
Release: 0
|
||||
Summary: Azure Storage File Share client library for Python
|
||||
License: MIT
|
||||
@ -36,7 +36,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: unzip
|
||||
Requires: python-azure-core < 2.0.0
|
||||
Requires: python-azure-core >= 1.10.0
|
||||
Requires: python-azure-core >= 1.15.0
|
||||
Requires: python-azure-nspkg >= 3.0.0
|
||||
Requires: python-azure-storage-nspkg >= 3.0.0
|
||||
Requires: python-cryptography >= 2.1.4
|
||||
@ -79,7 +79,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
|
||||
|
||||
%files %{python_files}
|
||||
%doc CHANGELOG.md README.md
|
||||
%license LICENSE.txt
|
||||
%license LICENSE
|
||||
%{python_sitelib}/azure/storage/fileshare
|
||||
%{python_sitelib}/azure_storage_file_share-*.egg-info
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user