commit python-azure-mgmt-nspkg for openSUSE:Factory

2019-05-14 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-nspkg for 
openSUSE:Factory checked in at 2019-05-14 13:40:41

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-nspkg (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-nspkg.new.5148 (New)


Package is "python-azure-mgmt-nspkg"

Tue May 14 13:40:41 2019 rev:3 rq:696896 version:3.0.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-nspkg/python-azure-mgmt-nspkg.changes
  2018-09-26 16:15:08.275116383 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-nspkg.new.5148/python-azure-mgmt-nspkg.changes
2019-05-14 13:40:42.684303332 +0200
@@ -1,0 +2,15 @@
+Fri Apr 12 13:09:15 UTC 2019 - John Paul Adrian Glaubitz 

+
+- 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
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  azure-mgmt-nspkg-2.0.0.zip

New:

  azure-mgmt-nspkg-3.0.2.zip



Other differences:
--
++ python-azure-mgmt-nspkg.spec ++
--- /var/tmp/diff_new_pack.JQNKc3/_old  2019-05-14 13:40:43.184304372 +0200
+++ /var/tmp/diff_new_pack.JQNKc3/_new  2019-05-14 13:40:43.188304380 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-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-mgmt-nspkg
-Version:2.0.0
+Version:3.0.2
 Release:0
 Summary:Microsoft Azure Management namespace package
 License:MIT
@@ -26,12 +26,12 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-mgmt-nspkg/azure-mgmt-nspkg-%{version}.zip
 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
+Requires:   python-azure-nspkg >= 3.0.0
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -54,12 +54,16 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+mkdir -p %{buildroot}%{python2_sitelib}/azure/mgmt
+mkdir -p %{buildroot}%{python3_sitelib}/azure/mgmt
 
 %files %{python_files}
 %defattr(-,root,root,-)
 %doc README.rst
 %license LICENSE.txt
-%{python_sitelib}/azure/mgmt
+%python2_only %{python2_sitelib}/azure/mgmt
+%python3_only %dir %{python3_sitelib}/azure/mgmt
 %{python_sitelib}/azure_mgmt_nspkg-*.egg-info
 
 %changelog




commit python-azure-mgmt-nspkg for openSUSE:Factory

2018-09-26 Thread root
Hello community,

here is the log from the commit of package python-azure-mgmt-nspkg for 
openSUSE:Factory checked in at 2018-09-26 16:15:05

Comparing /work/SRC/openSUSE:Factory/python-azure-mgmt-nspkg (Old)
 and  /work/SRC/openSUSE:Factory/.python-azure-mgmt-nspkg.new (New)


Package is "python-azure-mgmt-nspkg"

Wed Sep 26 16:15:05 2018 rev:2 rq:637981 version:2.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-mgmt-nspkg/python-azure-mgmt-nspkg.changes
  2017-10-11 22:59:38.981380502 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-mgmt-nspkg.new/python-azure-mgmt-nspkg.changes
 2018-09-26 16:15:08.275116383 +0200
@@ -1,0 +2,5 @@
+Fri Sep  7 08:06:58 UTC 2018 - John Paul Adrian Glaubitz 

+
+- Move LICENSE.txt from %doc to %license section
+
+---



Other differences:
--
++ python-azure-mgmt-nspkg.spec ++
--- /var/tmp/diff_new_pack.FL0wP1/_old  2018-09-26 16:15:08.815115488 +0200
+++ /var/tmp/diff_new_pack.FL0wP1/_new  2018-09-26 16:15:08.815115488 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-mgmt-nspkg
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -57,7 +57,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/mgmt
 %{python_sitelib}/azure_mgmt_nspkg-*.egg-info