Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package
python-azure-messaging-webpubsubservice for openSUSE:Factory checked in at
2021-11-11 21:38:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-messaging-webpubsubservice
(Old)
and
/work/SRC/openSUSE:Factory/.python-azure-messaging-webpubsubservice.new.1890
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-messaging-webpubsubservice"
Thu Nov 11 21:38:23 2021 rev:2 rq:930887 version:1.0.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-messaging-webpubsubservice/python-azure-messaging-webpubsubservice.changes
2021-11-04 16:10:31.925080561 +0100
+++
/work/SRC/openSUSE:Factory/.python-azure-messaging-webpubsubservice.new.1890/python-azure-messaging-webpubsubservice.changes
2021-11-11 21:39:30.025023362 +0100
@@ -1,0 +2,11 @@
+Thu Nov 11 14:36:30 UTC 2021 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 1.0.0
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Override upstream version with 1.0.0.0 to ensure
+ proper upgrade from previous version 1.0.0b2
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-messaging-webpubsubservice-1.0.0b2.zip
New:
----
azure-messaging-webpubsubservice-1.0.0.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-messaging-webpubsubservice.spec ++++++
--- /var/tmp/diff_new_pack.jCNoPS/_old 2021-11-11 21:39:30.645023814 +0100
+++ /var/tmp/diff_new_pack.jCNoPS/_new 2021-11-11 21:39:30.649023816 +0100
@@ -16,18 +16,20 @@
#
+%define realversion 1.0.0
+
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if 0%{?suse_version} >= 1500
%define skip_python2 1
%endif
Name: python-azure-messaging-webpubsubservice
-Version: 1.0.0b2
+Version: 1.0.0.0
Release: 0
Summary: Microsoft Azure WebPubSub Service Client Library for Python
License: MIT
Group: Development/Languages/Python
URL: https://github.com/Azure/azure-sdk-for-python
-Source:
https://files.pythonhosted.org/packages/source/a/azure-messaging-webpubsubservice/azure-messaging-webpubsubservice-%{version}.zip
+Source:
https://files.pythonhosted.org/packages/source/a/azure-messaging-webpubsubservice/azure-messaging-webpubsubservice-%{realversion}.zip
Source1: LICENSE.txt
BuildRequires: %{python_module azure-messaging-nspkg >= 1.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
@@ -35,14 +37,14 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
-Requires: python-azure-core < 2.0.0
-Requires: python-azure-core >= 1.19.0
-Requires: python-cryptography >= 2.8.0
Requires: python-PyJWT >= 1.7.1
-Requires: python-six >= 1.12.0
+Requires: python-azure-core < 2.0.0
+Requires: python-azure-core >= 1.20.0
Requires: python-azure-messaging-nspkg >= 1.0.0
Requires: python-azure-nspkg >= 3.0.0
+Requires: python-cryptography >= 2.8.0
Requires: python-msrest >= 0.6.21
+Requires: python-six >= 1.12.0
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch
@@ -87,10 +89,10 @@
* Grant/revoke/check permissions for an existing connection
%prep
-%setup -q -n azure-messaging-webpubsubservice-%{version}
+%setup -q -n azure-messaging-webpubsubservice-%{realversion}
%build
-install -m 644 %{SOURCE1}
%{_builddir}/azure-messaging-webpubsubservice-%{version}
+install -m 644 %{SOURCE1}
%{_builddir}/azure-messaging-webpubsubservice-%{realversion}
%python_build
%install