forked from pool/python-azure-messaging-webpubsubservice
Compare commits
17 Commits
devel
...
public_clo
| Author | SHA256 | Date | |
|---|---|---|---|
| 6066d63146 | |||
| 57f194a251 | |||
| 5204d868e2 | |||
| 8b8037b584 | |||
| 84a68cde1f | |||
| b475372675 | |||
| e0a1f03cc4 | |||
| 8278b6a27d | |||
| 32de397ff8 | |||
| f5702ac287 | |||
| 1b8f600662 | |||
| d22a547b73 | |||
| c730acbc8a | |||
| cc635e3acf | |||
| 5fabd26d5e | |||
| 29f1586e0c | |||
| b326014a0b |
21
LICENSE.txt
21
LICENSE.txt
@@ -1,21 +0,0 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2016 Microsoft Corporation. All rights reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd99479d2326433d6519c4e5566bb2be19082c7f3da62ed85856673ab717a8a4
|
||||
size 55582
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a842e4280cefab7bd973eb7c8cc364f28711998254b38219c2da52ef4b8d6c15
|
||||
size 58053
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa4659e26d2a5751e25e701e68cc442eec867d44254b4bdd917a805d6fe681c4
|
||||
size 58043
|
||||
3
azure_messaging_webpubsubservice-1.2.2.tar.gz
Normal file
3
azure_messaging_webpubsubservice-1.2.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f61f49470373621a62ca6f8b9b484e67a11c879524fceca53324086a7ac684a1
|
||||
size 58301
|
||||
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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.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 @@ 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