Hello community,

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

Package is "python-azure-storage-nspkg"

Tue May 14 13:38:58 2019 rev:2 rq:694560 version:3.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-azure-storage-nspkg/python-azure-storage-nspkg.changes
    2018-10-15 10:46:55.507166786 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-storage-nspkg.new.5148/python-azure-storage-nspkg.changes
  2019-05-14 13:39:01.420370865 +0200
@@ -1,0 +2,13 @@
+Mon Apr 15 09:58:28 UTC 2019 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- New upstream release
+  + Version 3.1.0
+- 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
+
+-------------------------------------------------------------------

Old:
----
  azure-storage-nspkg-3.0.0.tar.gz

New:
----
  azure-storage-nspkg-3.1.0.tar.gz

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

Other differences:
------------------
++++++ python-azure-storage-nspkg.spec ++++++
--- /var/tmp/diff_new_pack.BJcc96/_old  2019-05-14 13:39:03.024352446 +0200
+++ /var/tmp/diff_new_pack.BJcc96/_new  2019-05-14 13:39:03.052352124 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-storage-nspkg
 #
-# 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-nspkg
-Version:        3.0.0
+Version:        3.1.0
 Release:        0
 Summary:        Microsoft Azure Storage namespace package
 License:        MIT
@@ -25,12 +26,11 @@
 Url:            https://github.com/Azure/azure-sdk-for-python
 Source:         
https://files.pythonhosted.org/packages/source/a/azure-storage-nspkg/azure-storage-nspkg-%{version}.tar.gz
 Source1:        LICENSE.txt
-BuildRequires:  %{python_module azure-nspkg}
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  unzip
-Requires:       python-azure-nspkg >= 2.0.0
+Requires:       python-azure-nspkg >= 3.0.0
 Conflicts:      python-azure-sdk <= 2.0.0
 Conflicts:      python-azure-storage <= 0.36.0
 
@@ -54,6 +54,7 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
 %defattr(-,root,root,-)
@@ -61,4 +62,5 @@
 %license LICENSE.txt
 %{python_sitelib}/azure/storage
 %{python_sitelib}/azure_storage_nspkg-*.egg-info
+
 %changelog

++++++ azure-storage-nspkg-3.0.0.tar.gz -> azure-storage-nspkg-3.1.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-storage-nspkg-3.0.0/MANIFEST.in 
new/azure-storage-nspkg-3.1.0/MANIFEST.in
--- old/azure-storage-nspkg-3.0.0/MANIFEST.in   2018-01-23 03:31:18.000000000 
+0100
+++ new/azure-storage-nspkg-3.1.0/MANIFEST.in   2018-10-23 23:30:56.000000000 
+0200
@@ -1 +1,3 @@
 include *.rst
+include azure/__init__.py
+include azure/storage/__init__.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-storage-nspkg-3.0.0/PKG-INFO 
new/azure-storage-nspkg-3.1.0/PKG-INFO
--- old/azure-storage-nspkg-3.0.0/PKG-INFO      2018-01-23 03:44:13.000000000 
+0100
+++ new/azure-storage-nspkg-3.1.0/PKG-INFO      2018-11-10 03:01:25.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-storage-nspkg
-Version: 3.0.0
+Version: 3.1.0
 Summary: Microsoft Azure Storage Namespace Package [Internal]
 Home-page: https://github.com/Azure/azure-storage-python
 Author: Microsoft Corporation
@@ -28,4 +28,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-nspkg-3.0.0/azure/__init__.py 
new/azure-storage-nspkg-3.1.0/azure/__init__.py
--- old/azure-storage-nspkg-3.0.0/azure/__init__.py     1970-01-01 
01:00:00.000000000 +0100
+++ new/azure-storage-nspkg-3.1.0/azure/__init__.py     2018-10-23 
23:30:56.000000000 +0200
@@ -0,0 +1 @@
+__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-nspkg-3.0.0/azure/storage/__init__.py 
new/azure-storage-nspkg-3.1.0/azure/storage/__init__.py
--- old/azure-storage-nspkg-3.0.0/azure/storage/__init__.py     2018-01-23 
03:31:18.000000000 +0100
+++ new/azure-storage-nspkg-3.1.0/azure/storage/__init__.py     2018-10-23 
23:30:56.000000000 +0200
@@ -0,0 +1 @@
+__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-nspkg-3.0.0/azure_storage_nspkg.egg-info/PKG-INFO 
new/azure-storage-nspkg-3.1.0/azure_storage_nspkg.egg-info/PKG-INFO
--- old/azure-storage-nspkg-3.0.0/azure_storage_nspkg.egg-info/PKG-INFO 
2018-01-23 03:44:13.000000000 +0100
+++ new/azure-storage-nspkg-3.1.0/azure_storage_nspkg.egg-info/PKG-INFO 
2018-11-10 03:01:25.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-storage-nspkg
-Version: 3.0.0
+Version: 3.1.0
 Summary: Microsoft Azure Storage Namespace Package [Internal]
 Home-page: https://github.com/Azure/azure-storage-python
 Author: Microsoft Corporation
@@ -28,4 +28,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-nspkg-3.0.0/azure_storage_nspkg.egg-info/SOURCES.txt 
new/azure-storage-nspkg-3.1.0/azure_storage_nspkg.egg-info/SOURCES.txt
--- old/azure-storage-nspkg-3.0.0/azure_storage_nspkg.egg-info/SOURCES.txt      
2018-01-23 03:44:13.000000000 +0100
+++ new/azure-storage-nspkg-3.1.0/azure_storage_nspkg.egg-info/SOURCES.txt      
2018-11-10 03:01:25.000000000 +0100
@@ -2,6 +2,7 @@
 README.rst
 setup.cfg
 setup.py
+azure/__init__.py
 azure/storage/__init__.py
 azure_storage_nspkg.egg-info/PKG-INFO
 azure_storage_nspkg.egg-info/SOURCES.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-storage-nspkg-3.0.0/setup.cfg 
new/azure-storage-nspkg-3.1.0/setup.cfg
--- old/azure-storage-nspkg-3.0.0/setup.cfg     2018-01-23 03:44:13.000000000 
+0100
+++ new/azure-storage-nspkg-3.1.0/setup.cfg     2018-11-10 03:01:25.000000000 
+0100
@@ -4,5 +4,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-storage-nspkg-3.0.0/setup.py 
new/azure-storage-nspkg-3.1.0/setup.py
--- old/azure-storage-nspkg-3.0.0/setup.py      2018-01-23 03:31:18.000000000 
+0100
+++ new/azure-storage-nspkg-3.1.0/setup.py      2018-10-23 23:30:56.000000000 
+0200
@@ -26,7 +26,7 @@
 
 setup(
     name='azure-storage-nspkg',
-    version='3.0.0',
+    version='3.1.0',
     description='Microsoft Azure Storage Namespace Package [Internal]',
     long_description=open('README.rst', 'r').read(),
     license='MIT License',
@@ -43,11 +43,11 @@
         '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=[
-        'azure',
         'azure.storage',
     ],
     install_requires=[


Reply via email to