forked from pool/python-azure-messaging-webpubsubservice
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0c66d1fb7c | |||
| 62fd8ab5f9 | |||
| 6066d63146 | |||
| 57f194a251 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa4659e26d2a5751e25e701e68cc442eec867d44254b4bdd917a805d6fe681c4
|
||||
size 58043
|
||||
3
azure_messaging_webpubsubservice-1.3.0.tar.gz
Normal file
3
azure_messaging_webpubsubservice-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f2e4d2728669a78ea83a910817c958102691c156801526e02d0a4e09d7e19ab
|
||||
size 79228
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user