forked from pool/python-azure-eventhub
Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f26b8673c7 | |||
| f20c773888 | |||
| 31a5fa5392 | |||
| a1bb372999 | |||
| 0217275e1a | |||
| 9e611cf95b | |||
| 870031306a | |||
| 536f83a4d1 | |||
| 4eb4fd3a91 | |||
| 5c114c90e4 |
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:0da30b0512c52ea227b8a476b181ffc07d20222311176c71047bafd475b81b8e
|
|
||||||
size 391910
|
|
||||||
3
azure_eventhub-5.15.1.tar.gz
Normal file
3
azure_eventhub-5.15.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:201de7b6e10b7517c594e529aa7d21c6887ac2a4757fc4850c991a3f640a02fb
|
||||||
|
size 378879
|
||||||
@@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 31 10:13:19 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 5.15.1
|
||||||
|
+ For detailed information about changes see the
|
||||||
|
CHANGELOG.md file provided with this package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 16 05:58:49 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 5.15.0
|
||||||
|
+ For detailed information about changes see the
|
||||||
|
CHANGELOG.md file provided with this package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 17 08:03:54 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 5.14.0
|
||||||
|
+ For detailed information about changes see the
|
||||||
|
CHANGELOG.md file provided with this package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 13 08:44:28 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 5.12.3
|
||||||
|
+ For detailed information about changes see the
|
||||||
|
CHANGELOG.md file provided with this package
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 7 09:52:23 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- New upstream release
|
||||||
|
+ Version 5.12.2
|
||||||
|
+ 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
|
||||||
|
- Update Requires from setup.py
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 12 08:09:45 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Wed Jun 12 08:09:45 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-azure-eventhub
|
# spec file for package python-azure-eventhub
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,14 +18,13 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-azure-eventhub
|
Name: python-azure-eventhub
|
||||||
Version: 5.12.1
|
Version: 5.15.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Azure Event Hubs client library for Python
|
Summary: Azure Event Hubs client library for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/Azure/azure-sdk-for-python
|
URL: https://github.com/Azure/azure-sdk-for-python
|
||||||
Source: https://files.pythonhosted.org/packages/source/a/azure-eventhub/azure-eventhub-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/a/azure_eventhub/azure_eventhub-%{version}.tar.gz
|
||||||
Source1: LICENSE.txt
|
|
||||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
@@ -34,7 +33,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-azure-nspkg >= 3.0.0
|
Requires: python-azure-nspkg >= 3.0.0
|
||||||
Requires: python-typing_extensions >= 4.0.1
|
Requires: python-typing_extensions >= 4.0.1
|
||||||
Requires: (python-azure-core >= 1.14.0 with python-azure-core < 2.0.0)
|
Requires: (python-azure-core >= 1.27.0 with python-azure-core < 2.0.0)
|
||||||
Conflicts: python-azure-sdk <= 2.0.0
|
Conflicts: python-azure-sdk <= 2.0.0
|
||||||
%if 0%{?sle_version} >= 150400
|
%if 0%{?sle_version} >= 150400
|
||||||
Obsoletes: python3-azure-eventhub < 5.11.6
|
Obsoletes: python3-azure-eventhub < 5.11.6
|
||||||
@@ -63,10 +62,9 @@ Hubs events and may be used to:
|
|||||||
your ecosystem, then publish the transformed events to a new stream for consumers to observe.
|
your ecosystem, then publish the transformed events to a new stream for consumers to observe.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n azure-eventhub-%{version}
|
%setup -q -n azure_eventhub-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
install -m 644 %{SOURCE1} %{_builddir}/azure-eventhub-%{version}
|
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@@ -79,7 +77,7 @@ rm -rf %{buildroot}%{$python_sitelib}/azure/__pycache__
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGELOG.md README.md
|
%doc CHANGELOG.md README.md
|
||||||
%license LICENSE.txt
|
%license LICENSE
|
||||||
%{python_sitelib}/azure/eventhub
|
%{python_sitelib}/azure/eventhub
|
||||||
%{python_sitelib}/azure_eventhub-*.dist-info
|
%{python_sitelib}/azure_eventhub-*.dist-info
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user