4 Commits

Author SHA256 Message Date
0c66d1fb7c Accepting request 1291242 from devel:languages:python:azure
- New upstream release
  + Version 1.3.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package (forwarded request 1291229 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1291242
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-messaging-webpubsubservice?expand=0&rev=10
2025-07-09 15:27:13 +00:00
62fd8ab5f9 Accepting request 1291229 from home:glaubitz:branches:devel:languages:python:azure
- New upstream release
  + Version 1.3.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package

OBS-URL: https://build.opensuse.org/request/show/1291229
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-messaging-webpubsubservice?expand=0&rev=17
2025-07-08 11:54:20 +00:00
6066d63146 Accepting request 1250049 from devel:languages:python:azure
- 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 (forwarded request 1250043 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1250049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-messaging-webpubsubservice?expand=0&rev=9
2025-03-04 17:33:22 +00:00
57f194a251 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-messaging-webpubsubservice?expand=0&rev=15
2025-03-04 11:25:39 +00:00
4 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa4659e26d2a5751e25e701e68cc442eec867d44254b4bdd917a805d6fe681c4
size 58043

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6f2e4d2728669a78ea83a910817c958102691c156801526e02d0a4e09d7e19ab
size 79228

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jul 8 10:49:37 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.3.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Tue Mar 4 11:18:47 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Mon Sep 2 12:13:46 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -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.3.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}.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 @@ Use the client library to:
* 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