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
2025-03-04 18:33:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-messaging-webpubsubservice
(Old)
and
/work/SRC/openSUSE:Factory/.python-azure-messaging-webpubsubservice.new.19136
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-azure-messaging-webpubsubservice"
Tue Mar 4 18:33:22 2025 rev:9 rq:1250049 version:1.2.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-azure-messaging-webpubsubservice/python-azure-messaging-webpubsubservice.changes
2024-09-04 13:23:32.947067801 +0200
+++
/work/SRC/openSUSE:Factory/.python-azure-messaging-webpubsubservice.new.19136/python-azure-messaging-webpubsubservice.changes
2025-03-04 18:33:56.241322439 +0100
@@ -1,0 +2,9 @@
+Tue Mar 4 11:18:47 UTC 2025 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 1.2.2
+ + For detailed information about changes see the
+ CHANGELOG.md file provided with this package
+- Adjust upstream source name in spec file
+
+-------------------------------------------------------------------
Old:
----
azure-messaging-webpubsubservice-1.2.1.tar.gz
New:
----
azure_messaging_webpubsubservice-1.2.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-azure-messaging-webpubsubservice.spec ++++++
--- /var/tmp/diff_new_pack.5h0S4n/_old 2025-03-04 18:33:56.765344322 +0100
+++ /var/tmp/diff_new_pack.5h0S4n/_new 2025-03-04 18:33:56.769344489 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-azure-messaging-webpubsubservice
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-azure-messaging-webpubsubservice
-Version: 1.2.1
+Version: 1.2.2
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}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/a/azure_messaging_webpubsubservice/azure_messaging_webpubsubservice-%{version}.tar.gz
BuildRequires: %{python_module azure-messaging-nspkg >= 1.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
@@ -84,7 +84,7 @@
* Grant/revoke/check permissions for an existing connection
%prep
-%setup -q -n azure-messaging-webpubsubservice-%{version}
+%setup -q -n azure_messaging_webpubsubservice-%{version}
%build
%pyproject_wheel