forked from pool/python-azure-servicebus
Compare commits
10 Commits
factory
...
public_clo
| Author | SHA256 | Date | |
|---|---|---|---|
| 81cfbdcc43 | |||
| 13da642c91 | |||
| 3ef35e7f6e | |||
| d7b6b32935 | |||
| 961f0d45c6 | |||
| d97ea13312 | |||
| 4621e2b653 | |||
| 79e7079891 | |||
| 5aec43fea6 | |||
| 156e2f7ffd |
13
LICENSE.txt
13
LICENSE.txt
@@ -1,13 +0,0 @@
|
||||
Copyright (c) 2016 Microsoft Corporation. All rights reserved.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6a3c5f79ed5bef101d9e3e3c986a103b200e26c4953c47a52f552c757e45eca
|
||||
size 509780
|
||||
3
azure_servicebus-7.14.2.tar.gz
Normal file
3
azure_servicebus-7.14.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4014b7ac882e0d9ff876a3302818607e1a640b93e9d482073d639f5b04266e5c
|
||||
size 523514
|
||||
@@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 10 06:12:34 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 7.14.2
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 18 09:43:59 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 7.14.1
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 17 08:08:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 7.14.0
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 08:47:06 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 7.13.0
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 06:20:22 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 7.12.3
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
- Adjust upstream source name in spec file
|
||||
- Drop extra LICENSE.txt as upstream now ships its own
|
||||
- Rename LICENSE.txt to LICENSE in %files section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 07:32:02 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-azure-servicebus
|
||||
#
|
||||
# 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,14 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-azure-servicebus
|
||||
Version: 7.12.2
|
||||
Version: 7.14.2
|
||||
Release: 0
|
||||
Summary: Microsoft Azure Service Bus Runtime Client Library
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/Azure/azure-sdk-for-python
|
||||
Source: https://files.pythonhosted.org/packages/source/a/azure-servicebus/azure-servicebus-%{version}.tar.gz
|
||||
Source1: LICENSE.txt
|
||||
Source: https://files.pythonhosted.org/packages/source/a/azure_servicebus/azure_servicebus-%{version}.tar.gz
|
||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -53,10 +52,9 @@ middleware technologies including reliable message queuing and durable
|
||||
publish/subscribe messaging.
|
||||
|
||||
%prep
|
||||
%setup -q -n azure-servicebus-%{version}
|
||||
%setup -q -n azure_servicebus-%{version}
|
||||
|
||||
%build
|
||||
install -m 644 %{SOURCE1} %{_builddir}/azure-servicebus-%{version}
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
@@ -69,7 +67,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
|
||||
|
||||
%files %{python_files}
|
||||
%doc CHANGELOG.md README.md
|
||||
%license LICENSE.txt
|
||||
%license LICENSE
|
||||
%{python_sitelib}/azure/servicebus
|
||||
%{python_sitelib}/azure_servicebus-*.dist-info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user