Hello community,

here is the log from the commit of package python-azure-storage-queue for 
openSUSE:Factory checked in at 2019-05-14 13:39:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-storage-queue (Old)
 and      /work/SRC/openSUSE:Factory/.python-azure-storage-queue.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-azure-storage-queue"

Tue May 14 13:39:02 2019 rev:2 rq:694562 version:1.4.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-storage-queue/python-azure-storage-queue.changes
    2018-10-15 10:47:04.531157144 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-storage-queue.new.5148/python-azure-storage-queue.changes
  2019-05-14 13:39:09.344279869 +0200
@@ -1,0 +2,17 @@
+Mon Apr 15 10:46:52 UTC 2019 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- New upstream release
+  + Version 1.4.0
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + asq_drop-compatible-releases-operator.patch
+- Bump minimum version for namespace packages
+  to 3.0.0 in BuildRequires and Requires
+- Remove python-devel package from BuildRequires
+- Remove unzip package from BuildRequires
+- Run fdupes to hardlink duplicate files
+  + Add fdupes to BuildRequires
+  + Add %fdupes invocation to %install
+- Update BuildRequires and Requires from setup.py
+
+-------------------------------------------------------------------

Old:
----
  azure-storage-queue-1.3.0.tar.gz

New:
----
  asq_drop-compatible-releases-operator.patch
  azure-storage-queue-1.4.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-azure-storage-queue.spec ++++++
--- /var/tmp/diff_new_pack.GPoosq/_old  2019-05-14 13:39:09.924273209 +0200
+++ /var/tmp/diff_new_pack.GPoosq/_new  2019-05-14 13:39:09.928273163 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-storage-queue
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-azure-storage-queue
-Version:        1.3.0
+Version:        1.4.0
 Release:        0
 Summary:        Microsoft Azure Storage Queue Client Library for Python
 License:        MIT
@@ -25,17 +26,17 @@
 Url:            https://github.com/Azure/azure-sdk-for-python
 Source:         
https://files.pythonhosted.org/packages/source/a/azure-storage-queue/azure-storage-queue-%{version}.tar.gz
 Source1:        LICENSE.txt
-BuildRequires:  %{python_module devel}
+Patch1:         asq_drop-compatible-releases-operator.patch
+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
-BuildRequires:  %{python_module azure-storage-nspkg}
-BuildRequires:  %{python_module azure-nspkg}
-Requires:       python-azure-storage-nspkg
-Requires:       python-azure-nspkg
 Requires:       python-azure-common >= 1.1.5
-Requires:       python-azure-storage-common >= 1.3.0
-Requires:       python-azure-storage-common < 1.4.0
+Requires:       python-azure-nspkg >= 3.0.0
+Requires:       python-azure-storage-common < 2.0.0
+Requires:       python-azure-storage-common >= 1.4.0
+Requires:       python-azure-storage-nspkg >= 3.0.0
 Conflicts:      python-azure-sdk <= 2.0.0
 Conflicts:      python-azure-storage <= 0.36.0
 
@@ -51,6 +52,7 @@
 
 %prep
 %setup -q -n azure-storage-queue-%{version}
+%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-storage-queue-%{version}
@@ -58,6 +60,7 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/storage/__init__.*
 rm -rf %{buildroot}%{$python_sitelib}/azure/storage/__pycache__
@@ -71,4 +74,5 @@
 %license LICENSE.txt
 %{python_sitelib}/azure/storage/queue
 %{python_sitelib}/azure_storage_queue-*.egg-info
+
 %changelog

++++++ asq_drop-compatible-releases-operator.patch ++++++
diff -Nru azure-storage-queue-1.4.0.orig/setup.py 
azure-storage-queue-1.4.0/setup.py
--- azure-storage-queue-1.4.0.orig/setup.py     2018-11-10 00:24:52.000000000 
+0100
+++ azure-storage-queue-1.4.0/setup.py  2019-04-15 12:45:17.874385417 +0200
@@ -72,6 +72,6 @@
     ]),
     install_requires=[
         'azure-common>=1.1.5',
-        'azure-storage-common~=1.4'
+        'azure-storage-common>=1.4'
     ],
 )
++++++ azure-storage-queue-1.3.0.tar.gz -> azure-storage-queue-1.4.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-storage-queue-1.3.0/LICENSE.txt 
new/azure-storage-queue-1.4.0/LICENSE.txt
--- old/azure-storage-queue-1.3.0/LICENSE.txt   1970-01-01 01:00:00.000000000 
+0100
+++ new/azure-storage-queue-1.4.0/LICENSE.txt   2018-11-10 00:24:52.000000000 
+0100
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2017 Microsoft
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-storage-queue-1.3.0/MANIFEST.in 
new/azure-storage-queue-1.4.0/MANIFEST.in
--- old/azure-storage-queue-1.3.0/MANIFEST.in   2017-11-01 22:31:22.000000000 
+0100
+++ new/azure-storage-queue-1.4.0/MANIFEST.in   2018-11-10 02:33:59.000000000 
+0100
@@ -1,2 +1,4 @@
 include *.rst
-include azure_bdist_wheel.py
+include azure/__init__.py
+include azure/storage/__init__.py
+include LICENSE.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-storage-queue-1.3.0/PKG-INFO 
new/azure-storage-queue-1.4.0/PKG-INFO
--- old/azure-storage-queue-1.3.0/PKG-INFO      2018-06-27 02:49:00.000000000 
+0200
+++ new/azure-storage-queue-1.4.0/PKG-INFO      2018-11-10 03:01:24.000000000 
+0100
@@ -1,18 +1,22 @@
 Metadata-Version: 1.1
 Name: azure-storage-queue
-Version: 1.3.0
+Version: 1.4.0
 Summary: Microsoft Azure Storage Queue Client Library for Python
 Home-page: https://github.com/Azure/azure-storage-python
 Author: Microsoft Corporation
 Author-email: a...@microsoft.com
 License: MIT License
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure Storage SDK for Python
         ======================================
         
+        .. image:: https://travis-ci.org/Azure/azure-storage-python.svg
+            :target: https://travis-ci.org/Azure/azure-storage-python
+        .. image:: 
https://img.shields.io/codecov/c/github/azure/azure-storage-python.svg
+            :target: https://codecov.io/gh/Azure/azure-storage-python
+        
         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.
+        the Microsoft Azure `Python Developer Center`_ and our `API 
Reference`_ (also available on `readthedocs`_).
         
             If you are looking for the Service Bus or Azure Management
             libraries, please visit
@@ -220,7 +224,8 @@
         -  `API Reference`_
         
         .. _Python Developer Center: 
http://azure.microsoft.com/en-us/develop/python/
-        .. _API Reference: https://azure-storage.readthedocs.io/en/latest/
+        .. _API Reference: 
https://docs.microsoft.com/en-us/python/api/overview/azure/storage/client?view=azure-python
+        .. _readthedocs: https://azure-storage.readthedocs.io/
         .. _here: 
https://github.com/Azure/azure-storage-python/archive/master.zip
         .. _create an account: https://account.windowsazure.com/signup
         .. _Developer Forums on MSDN: 
http://social.msdn.microsoft.com/Forums/windowsazure/en-US/home?forum=windowsazuredata
@@ -233,6 +238,7 @@
         .. _problems: https://github.com/Azure/azure-storage-python/issues/219
         .. _upgrading pip: 
https://docs.microsoft.com/en-us/visualstudio/python/managing-python-on-azure-app-service
         .. _cosmosdb: https://github.com/Azure/azure-cosmosdb-python
+        
 Platform: UNKNOWN
 Classifier: Development Status :: 4 - Beta
 Classifier: Programming Language :: Python
@@ -243,4 +249,5 @@
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: License :: OSI Approved :: MIT License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-storage-queue-1.3.0/README.rst 
new/azure-storage-queue-1.4.0/README.rst
--- old/azure-storage-queue-1.3.0/README.rst    2017-11-01 22:31:22.000000000 
+0100
+++ new/azure-storage-queue-1.4.0/README.rst    2018-09-10 23:24:14.000000000 
+0200
@@ -1,9 +1,14 @@
 Microsoft Azure Storage SDK for Python
 ======================================
 
+.. image:: https://travis-ci.org/Azure/azure-storage-python.svg
+    :target: https://travis-ci.org/Azure/azure-storage-python
+.. image:: 
https://img.shields.io/codecov/c/github/azure/azure-storage-python.svg
+    :target: https://codecov.io/gh/Azure/azure-storage-python
+
 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.
+the Microsoft Azure `Python Developer Center`_ and our `API Reference`_ (also 
available on `readthedocs`_).
 
     If you are looking for the Service Bus or Azure Management
     libraries, please visit
@@ -211,7 +216,8 @@
 -  `API Reference`_
 
 .. _Python Developer Center: http://azure.microsoft.com/en-us/develop/python/
-.. _API Reference: https://azure-storage.readthedocs.io/en/latest/
+.. _API Reference: 
https://docs.microsoft.com/en-us/python/api/overview/azure/storage/client?view=azure-python
+.. _readthedocs: https://azure-storage.readthedocs.io/
 .. _here: https://github.com/Azure/azure-storage-python/archive/master.zip
 .. _create an account: https://account.windowsazure.com/signup
 .. _Developer Forums on MSDN: 
http://social.msdn.microsoft.com/Forums/windowsazure/en-US/home?forum=windowsazuredata
@@ -223,4 +229,4 @@
 .. _CONTRIBUTING.md doc: CONTRIBUTING.md
 .. _problems: https://github.com/Azure/azure-storage-python/issues/219
 .. _upgrading pip: 
https://docs.microsoft.com/en-us/visualstudio/python/managing-python-on-azure-app-service
-.. _cosmosdb: https://github.com/Azure/azure-cosmosdb-python
\ No newline at end of file
+.. _cosmosdb: https://github.com/Azure/azure-cosmosdb-python
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-storage-queue-1.3.0/azure/__init__.py 
new/azure-storage-queue-1.4.0/azure/__init__.py
--- old/azure-storage-queue-1.3.0/azure/__init__.py     2018-01-12 
09:40:56.000000000 +0100
+++ new/azure-storage-queue-1.4.0/azure/__init__.py     2018-10-23 
23:30:56.000000000 +0200
@@ -1 +1 @@
-__import__('pkg_resources').declare_namespace(__name__)
+__path__ = __import__('pkgutil').extend_path(__path__, __name__)
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-storage-queue-1.3.0/azure/storage/__init__.py 
new/azure-storage-queue-1.4.0/azure/storage/__init__.py
--- old/azure-storage-queue-1.3.0/azure/storage/__init__.py     2018-01-12 
09:40:56.000000000 +0100
+++ new/azure-storage-queue-1.4.0/azure/storage/__init__.py     2018-10-23 
23:30:56.000000000 +0200
@@ -1 +1 @@
-__import__('pkg_resources').declare_namespace(__name__)
+__path__ = __import__('pkgutil').extend_path(__path__, __name__)
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-storage-queue-1.3.0/azure/storage/queue/_constants.py 
new/azure-storage-queue-1.4.0/azure/storage/queue/_constants.py
--- old/azure-storage-queue-1.3.0/azure/storage/queue/_constants.py     
2018-06-26 22:21:35.000000000 +0200
+++ new/azure-storage-queue-1.4.0/azure/storage/queue/_constants.py     
2018-11-10 00:24:52.000000000 +0100
@@ -5,7 +5,7 @@
 # --------------------------------------------------------------------------
 
 __author__ = 'Microsoft Corp. <ptvsh...@microsoft.com>'
-__version__ = '1.3.0'
+__version__ = '1.4.0'
 
 # x-ms-version for storage service.
 X_MS_VERSION = '2018-03-28'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-storage-queue-1.3.0/azure/storage/queue/_encryption.py 
new/azure-storage-queue-1.4.0/azure/storage/queue/_encryption.py
--- old/azure-storage-queue-1.3.0/azure/storage/queue/_encryption.py    
2018-01-12 09:40:56.000000000 +0100
+++ new/azure-storage-queue-1.4.0/azure/storage/queue/_encryption.py    
2018-11-07 21:28:34.000000000 +0100
@@ -113,8 +113,8 @@
         # or the user provided a json formatted message.
         if require_encryption:
             raise ValueError(_ERROR_MESSAGE_NOT_ENCRYPTED)
-        else:
-            return message
+
+        return message
     try:
         return _decrypt(decoded_data, encryption_data, key_encryption_key, 
resolver).decode('utf-8')
     except Exception:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-storage-queue-1.3.0/azure_bdist_wheel.py 
new/azure-storage-queue-1.4.0/azure_bdist_wheel.py
--- old/azure-storage-queue-1.3.0/azure_bdist_wheel.py  2018-06-01 
00:48:14.000000000 +0200
+++ new/azure-storage-queue-1.4.0/azure_bdist_wheel.py  1970-01-01 
01:00:00.000000000 +0100
@@ -1,54 +0,0 @@
-#-------------------------------------------------------------------------
-# Copyright (c) Microsoft Corporation. All rights reserved.
-# Licensed under the MIT License. See License.txt in the project root for
-# license information.
-#--------------------------------------------------------------------------
-
-from distutils import log as logger
-import os.path
-
-from wheel.bdist_wheel import bdist_wheel
-class azure_bdist_wheel(bdist_wheel):
-    """The purpose of this class is to build wheel a little differently than 
the sdist,
-    without requiring to build the wheel from the sdist (i.e. you can build 
the wheel
-    directly from source).
-    """
-
-    description = "Create an Azure wheel distribution"
-
-    user_options = bdist_wheel.user_options + \
-        [('azure-namespace-package=', None,
-            "Name of the deepest nspkg used")]
-
-    def initialize_options(self):
-        bdist_wheel.initialize_options(self)
-        self.azure_namespace_package = None
-
-    def finalize_options(self):
-        bdist_wheel.finalize_options(self)
-        if self.azure_namespace_package and not 
self.azure_namespace_package.endswith("-nspkg"):
-            raise ValueError("azure_namespace_package must finish by -nspkg")
-
-    def run(self):
-        if not self.distribution.install_requires:
-            self.distribution.install_requires = []
-        self.distribution.install_requires.append(
-            "{}>=2.0.0".format(self.azure_namespace_package))
-        bdist_wheel.run(self)
-
-    def write_record(self, bdist_dir, distinfo_dir):
-        if self.azure_namespace_package:
-            # Split and remove last part, assuming it's "nspkg"
-            subparts = self.azure_namespace_package.split('-')[0:-1]
-        folder_with_init = [os.path.join(*subparts[0:i+1]) for i in 
range(len(subparts))]
-        for azure_sub_package in folder_with_init:
-            init_file = os.path.join(bdist_dir, azure_sub_package, 
'__init__.py')
-            if os.path.isfile(init_file):
-                logger.info("manually remove {} while building the 
wheel".format(init_file))
-                os.remove(init_file)
-            else:
-                raise ValueError("Unable to find {}. Are you sure of your 
namespace package?".format(init_file))
-        bdist_wheel.write_record(self, bdist_dir, distinfo_dir)
-cmdclass = {
-    'bdist_wheel': azure_bdist_wheel,
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-storage-queue-1.3.0/azure_storage_queue.egg-info/PKG-INFO 
new/azure-storage-queue-1.4.0/azure_storage_queue.egg-info/PKG-INFO
--- old/azure-storage-queue-1.3.0/azure_storage_queue.egg-info/PKG-INFO 
2018-06-27 02:49:00.000000000 +0200
+++ new/azure-storage-queue-1.4.0/azure_storage_queue.egg-info/PKG-INFO 
2018-11-10 03:01:24.000000000 +0100
@@ -1,18 +1,22 @@
 Metadata-Version: 1.1
 Name: azure-storage-queue
-Version: 1.3.0
+Version: 1.4.0
 Summary: Microsoft Azure Storage Queue Client Library for Python
 Home-page: https://github.com/Azure/azure-storage-python
 Author: Microsoft Corporation
 Author-email: a...@microsoft.com
 License: MIT License
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure Storage SDK for Python
         ======================================
         
+        .. image:: https://travis-ci.org/Azure/azure-storage-python.svg
+            :target: https://travis-ci.org/Azure/azure-storage-python
+        .. image:: 
https://img.shields.io/codecov/c/github/azure/azure-storage-python.svg
+            :target: https://codecov.io/gh/Azure/azure-storage-python
+        
         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.
+        the Microsoft Azure `Python Developer Center`_ and our `API 
Reference`_ (also available on `readthedocs`_).
         
             If you are looking for the Service Bus or Azure Management
             libraries, please visit
@@ -220,7 +224,8 @@
         -  `API Reference`_
         
         .. _Python Developer Center: 
http://azure.microsoft.com/en-us/develop/python/
-        .. _API Reference: https://azure-storage.readthedocs.io/en/latest/
+        .. _API Reference: 
https://docs.microsoft.com/en-us/python/api/overview/azure/storage/client?view=azure-python
+        .. _readthedocs: https://azure-storage.readthedocs.io/
         .. _here: 
https://github.com/Azure/azure-storage-python/archive/master.zip
         .. _create an account: https://account.windowsazure.com/signup
         .. _Developer Forums on MSDN: 
http://social.msdn.microsoft.com/Forums/windowsazure/en-US/home?forum=windowsazuredata
@@ -233,6 +238,7 @@
         .. _problems: https://github.com/Azure/azure-storage-python/issues/219
         .. _upgrading pip: 
https://docs.microsoft.com/en-us/visualstudio/python/managing-python-on-azure-app-service
         .. _cosmosdb: https://github.com/Azure/azure-cosmosdb-python
+        
 Platform: UNKNOWN
 Classifier: Development Status :: 4 - Beta
 Classifier: Programming Language :: Python
@@ -243,4 +249,5 @@
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: License :: OSI Approved :: MIT License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-storage-queue-1.3.0/azure_storage_queue.egg-info/SOURCES.txt 
new/azure-storage-queue-1.4.0/azure_storage_queue.egg-info/SOURCES.txt
--- old/azure-storage-queue-1.3.0/azure_storage_queue.egg-info/SOURCES.txt      
2018-06-27 02:49:00.000000000 +0200
+++ new/azure-storage-queue-1.4.0/azure_storage_queue.egg-info/SOURCES.txt      
2018-11-10 03:01:24.000000000 +0100
@@ -1,6 +1,6 @@
+LICENSE.txt
 MANIFEST.in
 README.rst
-azure_bdist_wheel.py
 setup.cfg
 setup.py
 azure/__init__.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-storage-queue-1.3.0/azure_storage_queue.egg-info/requires.txt 
new/azure-storage-queue-1.4.0/azure_storage_queue.egg-info/requires.txt
--- old/azure-storage-queue-1.3.0/azure_storage_queue.egg-info/requires.txt     
2018-06-27 02:49:00.000000000 +0200
+++ new/azure-storage-queue-1.4.0/azure_storage_queue.egg-info/requires.txt     
2018-11-10 03:01:24.000000000 +0100
@@ -1,2 +1,2 @@
 azure-common>=1.1.5
-azure-storage-common<1.4.0,>=1.3.0
+azure-storage-common~=1.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-storage-queue-1.3.0/setup.cfg 
new/azure-storage-queue-1.4.0/setup.cfg
--- old/azure-storage-queue-1.3.0/setup.cfg     2018-06-27 02:49:00.000000000 
+0200
+++ new/azure-storage-queue-1.4.0/setup.cfg     2018-11-10 03:01:24.000000000 
+0100
@@ -1,6 +1,5 @@
 [bdist_wheel]
 universal = 1
-azure-namespace-package = azure-storage-nspkg
 
 [egg_info]
 tag_build = 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-storage-queue-1.3.0/setup.py 
new/azure-storage-queue-1.4.0/setup.py
--- old/azure-storage-queue-1.3.0/setup.py      2018-06-26 22:21:35.000000000 
+0200
+++ new/azure-storage-queue-1.4.0/setup.py      2018-11-10 00:24:52.000000000 
+0100
@@ -10,13 +10,6 @@
 
 from setuptools import setup, find_packages
 
-try:
-    from azure_bdist_wheel import cmdclass
-except ImportError:
-    from distutils import log as logger
-
-    logger.warn("Wheel is not available, disabling bdist_wheel hook")
-    cmdclass = {}
 
 # azure v0.x is not compatible with this package
 # azure v0.x used to have a __version__ attribute (newer versions don't)
@@ -51,7 +44,7 @@
 
 setup(
     name='azure-storage-queue',
-    version='1.3.0',
+    version='1.4.0',
     description='Microsoft Azure Storage Queue Client Library for Python',
     long_description=open('README.rst', 'r').read(),
     license='MIT License',
@@ -68,13 +61,17 @@
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',
+        'Programming Language :: Python :: 3.7',
         'License :: OSI Approved :: MIT License',
     ],
     zip_safe=False,
-    packages=find_packages(),
+    packages=find_packages(exclude=[
+        # Exclude packages that will be covered by PEP420 or nspkg
+        'azure',
+        'azure.storage',
+    ]),
     install_requires=[
-                         'azure-common>=1.1.5',
-                         'azure-storage-common>=1.3.0,<1.4.0'
-                     ],
-    cmdclass=cmdclass
+        'azure-common>=1.1.5',
+        'azure-storage-common~=1.4'
+    ],
 )


Reply via email to