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 2022-02-17 00:30:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-azure-messaging-webpubsubservice (Old) and /work/SRC/openSUSE:Factory/.python-azure-messaging-webpubsubservice.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-messaging-webpubsubservice" Thu Feb 17 00:30:53 2022 rev:3 rq:955356 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-azure-messaging-webpubsubservice/python-azure-messaging-webpubsubservice.changes 2021-11-11 21:39:30.025023362 +0100 +++ /work/SRC/openSUSE:Factory/.python-azure-messaging-webpubsubservice.new.1956/python-azure-messaging-webpubsubservice.changes 2022-02-17 00:32:11.733416082 +0100 @@ -1,0 +2,10 @@ +Wed Feb 16 08:56:06 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- New upstream release + + Version 1.0.1 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Remove temporary version override +- Update Requires from setup.py + +------------------------------------------------------------------- Old: ---- azure-messaging-webpubsubservice-1.0.0.zip New: ---- azure-messaging-webpubsubservice-1.0.1.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-azure-messaging-webpubsubservice.spec ++++++ --- /var/tmp/diff_new_pack.JkRIF6/_old 2022-02-17 00:32:12.317415981 +0100 +++ /var/tmp/diff_new_pack.JkRIF6/_new 2022-02-17 00:32:12.321415980 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-azure-messaging-webpubsubservice # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,18 @@ # -%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.0.0 +Version: 1.0.1 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-%{realversion}.zip +Source: https://files.pythonhosted.org/packages/source/a/azure-messaging-webpubsubservice/azure-messaging-webpubsubservice-%{version}.zip Source1: LICENSE.txt BuildRequires: %{python_module azure-messaging-nspkg >= 1.0.0} BuildRequires: %{python_module azure-nspkg >= 3.0.0} @@ -39,7 +37,7 @@ BuildRequires: unzip Requires: python-PyJWT >= 1.7.1 Requires: python-azure-core < 2.0.0 -Requires: python-azure-core >= 1.20.0 +Requires: python-azure-core >= 1.20.1 Requires: python-azure-messaging-nspkg >= 1.0.0 Requires: python-azure-nspkg >= 3.0.0 Requires: python-cryptography >= 2.8.0 @@ -89,10 +87,10 @@ * Grant/revoke/check permissions for an existing connection %prep -%setup -q -n azure-messaging-webpubsubservice-%{realversion} +%setup -q -n azure-messaging-webpubsubservice-%{version} %build -install -m 644 %{SOURCE1} %{_builddir}/azure-messaging-webpubsubservice-%{realversion} +install -m 644 %{SOURCE1} %{_builddir}/azure-messaging-webpubsubservice-%{version} %python_build %install