Hello community,
here is the log from the commit of package python-azure-storage-blob for
openSUSE:Factory checked in at 2020-01-28 10:57:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-storage-blob (Old)
and /work/SRC/openSUSE:Factory/.python-azure-storage-blob.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-storage-blob"
Tue Jan 28 10:57:00 2020 rev:4 rq:767847 version:12.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-storage-blob/python-azure-storage-blob.changes
2019-10-10 14:32:00.660393091 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-storage-blob.new.26092/python-azure-storage-blob.changes
2020-01-28 10:57:03.069114999 +0100
@@ -1,0 +2,14 @@
+Mon Jan 27 12:05:27 UTC 2020 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 12.1.0
+ + For detailed information about changes see the
+ HISTORY.md file provided with this package
+- Add unzip to BuildRequires
+- Add missing HISTORY.md to %files section
+- Drop extra LICENSE.txt as upstream now ships its own
+- Rename README.rst to README.md in %files section
+- Update Requires from setup.py
+- Update %description from README.md
+
+-------------------------------------------------------------------
Old:
----
LICENSE.txt
azure-storage-blob-2.1.0.tar.gz
New:
----
azure-storage-blob-12.1.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-storage-blob.spec ++++++
--- /var/tmp/diff_new_pack.nQ8n82/_old 2020-01-28 10:57:03.621115406 +0100
+++ /var/tmp/diff_new_pack.nQ8n82/_new 2020-01-28 10:57:03.625115409 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-storage-blob
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,24 +18,28 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-azure-storage-blob
-Version: 2.1.0
+Version: 12.1.0
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
-Source1: LICENSE.txt
+URL: https://github.com/Azure/azure-sdk-for-python
+Source:
https://files.pythonhosted.org/packages/source/a/azure-storage-blob/azure-storage-blob-%{version}.zip
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-common >= 1.1.5
+Requires: python-azure-core < 2.0.0
+Requires: python-azure-core >= 1.1.0
Requires: python-azure-nspkg >= 3.0.0
Requires: python-azure-storage-common < 3.0.0
Requires: python-azure-storage-common >= 2.1.0
Requires: python-azure-storage-nspkg >= 3.0.0
+Requires: python-cryptography >= 2.1.4
+Requires: python-msrest >= 0.6.10
%if "%{python_flavor}" == "python2"
Requires: python-futures
%endif
@@ -47,16 +51,21 @@
%python_subpackages
%description
-This project provides a client library in Python that makes it easy to
-consume Microsoft Azure Storage services. For documentation please see
-the Microsoft Azure `Python Developer Center`_ and our `API Reference`_
-Page.
+Azure Blob storage is Microsoft's object storage solution for the cloud. Blob
storage is optimized
+for storing massive amounts of unstructured data, such as text or binary data.
+
+Blob storage is ideal for:
+
+* Serving images or documents directly to a browser
+* Storing files for distributed access
+* Streaming video and audio
+* Storing data for backup and restore, disaster recovery, and archiving
+* Storing data for analysis by an on-premises or Azure-hosted service
%prep
%setup -q -n azure-storage-blob-%{version}
%build
-install -m 644 %{SOURCE1} %{_builddir}/azure-storage-blob-%{version}
%python_build
%install
@@ -71,7 +80,7 @@
%files %{python_files}
%defattr(-,root,root,-)
-%doc README.rst
+%doc HISTORY.md README.md
%license LICENSE.txt
%{python_sitelib}/azure/storage/blob
%{python_sitelib}/azure_storage_blob-*.egg-info