Hello community,

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

Package is "python-azure-nspkg"

Tue May 14 13:40:44 2019 rev:3 rq:696897 version:3.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-azure-nspkg/python-azure-nspkg.changes    
2018-09-26 16:15:59.311031867 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-nspkg.new.5148/python-azure-nspkg.changes
  2019-05-14 13:40:48.308315028 +0200
@@ -1,0 +2,14 @@
+Mon Apr 15 09:29:43 UTC 2019 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- New upstream release
+  + Version 3.0.2
+- Bump minimum version for namespace packages
+  to 3.0.0 in BuildRequires and Requires
+- Remove python-devel package from BuildRequires
+- Run fdupes to hardlink duplicate files
+  + Add fdupes to BuildRequires
+  + Add %fdupes invocation to %install
+- Switch to implicit namespace packages on Python 3 (PEP 420)
+  + Create an empty python_sitelib directory on Python 3
+
+-------------------------------------------------------------------

Old:
----
  azure-nspkg-2.0.0.zip

New:
----
  azure-nspkg-3.0.2.zip

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

Other differences:
------------------
++++++ python-azure-nspkg.spec ++++++
--- /var/tmp/diff_new_pack.WkXUFF/_old  2019-05-14 13:40:50.228319019 +0200
+++ /var/tmp/diff_new_pack.WkXUFF/_new  2019-05-14 13:40:50.256319077 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-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,13 +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-nspkg
-Version:        2.0.0
+Version:        3.0.2
 Release:        0
 Summary:        Microsoft Azure namespace package
 License:        MIT
@@ -26,8 +26,8 @@
 Url:            https://github.com/Azure/azure-sdk-for-python
 Source:         
https://files.pythonhosted.org/packages/source/a/azure-nspkg/azure-nspkg-%{version}.zip
 Source1:        LICENSE.txt
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Conflicts:      python-azure-sdk <= 2.0.0
@@ -52,12 +52,16 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+mkdir -p %{buildroot}%{python2_sitelib}/azure
+mkdir -p %{buildroot}%{python3_sitelib}/azure
 
 %files %{python_files}
 %defattr(-,root,root,-)
 %doc README.rst
 %license LICENSE.txt
-%{python_sitelib}/azure
+%python2_only %{python2_sitelib}/azure
+%python3_only %dir %{python3_sitelib}/azure
 %{python_sitelib}/azure_nspkg-*.egg-info
 
 %changelog


Reply via email to