commit python-azure-servicebus for openSUSE:Factory

2020-10-02 Thread root
Hello community,

here is the log from the commit of package python-azure-servicebus for 
openSUSE:Factory checked in at 2020-10-02 17:22:58

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


Package is "python-azure-servicebus"

Fri Oct  2 17:22:58 2020 rev:7 rq:830910 version:0.50.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-servicebus/python-azure-servicebus.changes
  2020-01-28 10:56:58.169111380 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-servicebus.new.4249/python-azure-servicebus.changes
2020-10-02 17:23:16.958235557 +0200
@@ -1,0 +2,11 @@
+Fri Aug 28 12:16:58 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.50.3
+  + For detailed information about changes see the
+CHANGELOG.md file provided with this package
+- Rename HISTORY.rst to CHANGELOG.md in %files section
+- Rename README.rst to README.md in %files section
+- Update Requires from setup.py
+
+---

Old:

  azure-servicebus-0.50.2.zip

New:

  azure-servicebus-0.50.3.zip



Other differences:
--
++ python-azure-servicebus.spec ++
--- /var/tmp/diff_new_pack.TMd0fo/_old  2020-10-02 17:23:18.610236546 +0200
+++ /var/tmp/diff_new_pack.TMd0fo/_new  2020-10-02 17:23:18.610236546 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-servicebus
-Version:0.50.2
+Version:0.50.3
 Release:0
 Summary:Microsoft Azure Service Bus Runtime Client Library
 License:Apache-2.0
@@ -36,7 +36,7 @@
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-requests
 Requires:   python-uamqp < 2.0.0
-Requires:   python-uamqp >= 1.2.5
+Requires:   python-uamqp >= 1.2.8
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -68,7 +68,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst README.rst
+%doc CHANGELOG.md README.md
 %license LICENSE.txt
 %{python_sitelib}/azure/servicebus
 %{python_sitelib}/azure_servicebus-*.egg-info




commit python-azure-servicebus for openSUSE:Factory

2020-01-28 Thread root
Hello community,

here is the log from the commit of package python-azure-servicebus for 
openSUSE:Factory checked in at 2020-01-28 10:56:57

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


Package is "python-azure-servicebus"

Tue Jan 28 10:56:57 2020 rev:6 rq:767845 version:0.50.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-servicebus/python-azure-servicebus.changes
  2019-10-10 14:31:57.588400252 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-servicebus.new.26092/python-azure-servicebus.changes
   2020-01-28 10:56:58.169111380 +0100
@@ -1,0 +2,10 @@
+Thu Jan 23 14:33:13 UTC 2020 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.50.2
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update %description from README.rst
+- Update Requires from setup.py
+
+---

Old:

  azure-servicebus-0.50.1.zip

New:

  azure-servicebus-0.50.2.zip



Other differences:
--
++ python-azure-servicebus.spec ++
--- /var/tmp/diff_new_pack.xbnlhn/_old  2020-01-28 10:56:58.685111761 +0100
+++ /var/tmp/diff_new_pack.xbnlhn/_new  2020-01-28 10:56:58.689111764 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-servicebus
 #
-# 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,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-servicebus
-Version:0.50.1
+Version:0.50.2
 Release:0
 Summary:Microsoft Azure Service Bus Runtime Client Library
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/Azure/azure-sdk-for-python
+URL:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-servicebus/azure-servicebus-%{version}.zip
 Source1:LICENSE.txt
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
@@ -31,10 +31,12 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
-Requires:   python-azure-common >= 1.1.5
+Requires:   python-azure-common < 2.0.0
+Requires:   python-azure-common >= 1.1
 Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-requests
-Requires:   python-uamqp >= 1.1.0
+Requires:   python-uamqp < 2.0.0
+Requires:   python-uamqp >= 1.2.5
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -42,9 +44,12 @@
 %python_subpackages
 
 %description
-This is the Microsoft Azure Service Bus Runtime Client Library.
+This is the Microsoft Azure Service Bus Client Library.
+This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
 
-This package has been tested with Python 2.7, 3.3, 3.4 and 3.5.
+Microsoft Azure Service Bus supports a set of cloud-based, message-oriented
+middleware technologies including reliable message queuing and durable
+publish/subscribe messaging.
 
 %prep
 %setup -q -n azure-servicebus-%{version}




commit python-azure-servicebus for openSUSE:Factory

2019-10-10 Thread root
Hello community,

here is the log from the commit of package python-azure-servicebus for 
openSUSE:Factory checked in at 2019-10-10 14:31:56

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


Package is "python-azure-servicebus"

Thu Oct 10 14:31:56 2019 rev:5 rq:735758 version:0.50.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-servicebus/python-azure-servicebus.changes
  2019-05-14 13:38:33.848436074 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-servicebus.new.2352/python-azure-servicebus.changes
2019-10-10 14:31:57.588400252 +0200
@@ -1,0 +2,12 @@
+Fri Oct  4 12:21:06 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.50.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Drop patches to support older versions of setuptools as
+  SLE-12 is now shipping with a recent enough version
+  + as_drop-compatible-releases-operator.patch
+  + as_drop-extras-require.patch
+
+---

Old:

  as_drop-compatible-releases-operator.patch
  as_drop-extras-require.patch
  azure-servicebus-0.50.0.zip

New:

  azure-servicebus-0.50.1.zip



Other differences:
--
++ python-azure-servicebus.spec ++
--- /var/tmp/diff_new_pack.acVanx/_old  2019-10-10 14:31:58.336398508 +0200
+++ /var/tmp/diff_new_pack.acVanx/_new  2019-10-10 14:31:58.340398499 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-azure-servicebus
-Version:0.50.0
+Version:0.50.1
 Release:0
 Summary:Microsoft Azure Service Bus Runtime Client Library
 License:Apache-2.0
@@ -26,8 +26,6 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-servicebus/azure-servicebus-%{version}.zip
 Source1:LICENSE.txt
-Patch1: as_drop-compatible-releases-operator.patch
-Patch2: as_drop-extras-require.patch
 BuildRequires:  %{python_module azure-nspkg >= 3.0.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -50,8 +48,6 @@
 
 %prep
 %setup -q -n azure-servicebus-%{version}
-%patch1 -p1
-%patch2 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-servicebus-%{version}




commit python-azure-servicebus for openSUSE:Factory

2019-05-14 Thread root
Hello community,

here is the log from the commit of package python-azure-servicebus for 
openSUSE:Factory checked in at 2019-05-14 13:38:32

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


Package is "python-azure-servicebus"

Tue May 14 13:38:32 2019 rev:4 rq:694550 version:0.50.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-servicebus/python-azure-servicebus.changes
  2018-09-26 16:16:04.663023006 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-servicebus.new.5148/python-azure-servicebus.changes
2019-05-14 13:38:33.848436074 +0200
@@ -1,0 +2,21 @@
+Mon Apr 15 09:31:17 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.50.0
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + as_drop-compatible-releases-operator.patch
+- Add patch to drop extras_require field from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + as_drop-extras-require.patch
+- 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
+- Update BuildRequires and Requires from setup.py
+
+---

Old:

  azure-servicebus-0.21.1.zip

New:

  as_drop-compatible-releases-operator.patch
  as_drop-extras-require.patch
  azure-servicebus-0.50.0.zip



Other differences:
--
++ python-azure-servicebus.spec ++
--- /var/tmp/diff_new_pack.iFvgZl/_old  2019-05-14 13:38:34.492437520 +0200
+++ /var/tmp/diff_new_pack.iFvgZl/_new  2019-05-14 13:38:34.500437539 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-servicebus
 #
-# 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-servicebus
-Version:0.21.1
+Version:0.50.0
 Release:0
 Summary:Microsoft Azure Service Bus Runtime Client Library
 License:Apache-2.0
@@ -26,14 +26,17 @@
 Url:https://github.com/Azure/azure-sdk-for-python
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-servicebus/azure-servicebus-%{version}.zip
 Source1:LICENSE.txt
-BuildRequires:  %{python_module azure-nspkg}
-BuildRequires:  %{python_module devel}
+Patch1: as_drop-compatible-releases-operator.patch
+Patch2: as_drop-extras-require.patch
+BuildRequires:  %{python_module azure-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-nspkg
+Requires:   python-azure-nspkg >= 3.0.0
 Requires:   python-requests
+Requires:   python-uamqp >= 1.1.0
 Conflicts:  python-azure-sdk <= 2.0.0
 
 BuildArch:  noarch
@@ -47,6 +50,8 @@
 
 %prep
 %setup -q -n azure-servicebus-%{version}
+%patch1 -p1
+%patch2 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-servicebus-%{version}
@@ -54,6 +59,7 @@
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 %{python_expand # delete common files
 rm -rf %{buildroot}%{$python_sitelib}/azure/__init__.*
 rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__

++ as_drop-compatible-releases-operator.patch ++
diff -Nru azure-servicebus-0.50.0.orig/setup.py azure-servicebus-0.50.0/setup.py
--- azure-servicebus-0.50.0.orig/setup.py   2019-01-18 00:37:32.0 
+0100
+++ azure-servicebus-0.50.0/setup.py2019-04-01 15:23:45.189117613 +0200
@@ -77,9 +77,9 @@
 'azure',
 ]),
 install_requires=[
-'uamqp~=1.1.0',
+'uamqp>=1.1.0',
 'msrestazure>=0.4.32,<2.0.0',
-'azure-common~=1.1',
+'azure-common>=1.1',
 ],
 extras_require={
 ":python_version<'3.0'": ['azure-nspkg', 

commit python-azure-servicebus for openSUSE:Factory

2018-09-26 Thread root
Hello community,

here is the log from the commit of package python-azure-servicebus for 
openSUSE:Factory checked in at 2018-09-26 16:16:01

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


Package is "python-azure-servicebus"

Wed Sep 26 16:16:01 2018 rev:3 rq:638003 version:0.21.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-servicebus/python-azure-servicebus.changes
  2018-01-30 15:45:24.363797195 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-servicebus.new/python-azure-servicebus.changes
 2018-09-26 16:16:04.663023006 +0200
@@ -1,0 +2,5 @@
+Thu Sep  6 12:09:01 UTC 2018 - John Paul Adrian Glaubitz 

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



Other differences:
--
++ python-azure-servicebus.spec ++
--- /var/tmp/diff_new_pack.ALlMr1/_old  2018-09-26 16:16:05.243022046 +0200
+++ /var/tmp/diff_new_pack.ALlMr1/_new  2018-09-26 16:16:05.247022039 +0200
@@ -61,7 +61,8 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python_sitelib}/azure/servicebus
 %{python_sitelib}/azure_servicebus-*.egg-info
 





commit python-azure-servicebus for openSUSE:Factory

2018-01-30 Thread root
Hello community,

here is the log from the commit of package python-azure-servicebus for 
openSUSE:Factory checked in at 2018-01-30 15:45:23

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


Package is "python-azure-servicebus"

Tue Jan 30 15:45:23 2018 rev:2 rq:571028 version:0.21.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-azure-servicebus/python-azure-servicebus.changes
  2017-10-11 23:00:55.994006565 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-servicebus.new/python-azure-servicebus.changes
 2018-01-30 15:45:24.363797195 +0100
@@ -1,0 +2,5 @@
+Tue Jan 30 12:34:33 UTC 2018 - adrian.glaub...@suse.com
+
+- Install HISTORY.rst into doc directory
+
+---



Other differences:
--
++ python-azure-servicebus.spec ++
--- /var/tmp/diff_new_pack.YWk51X/_old  2018-01-30 15:45:25.447746593 +0100
+++ /var/tmp/diff_new_pack.YWk51X/_new  2018-01-30 15:45:25.451746405 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-azure-servicebus
 #
-# 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
@@ -61,7 +61,7 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python_sitelib}/azure/servicebus
 %{python_sitelib}/azure_servicebus-*.egg-info