17
0

Compare commits

2 Commits

Author SHA256 Message Date
ff92c3c4fd Accepting request 1297699 from devel:languages:python:azure
- New upstream release
  + Version 12.0.0b1
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Override upstream version with 12.0.0~b1
- Update Requires from setup.py (forwarded request 1297674 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1297699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-eventhub?expand=0&rev=17
2025-08-05 12:23:01 +00:00
61e6f658d6 - New upstream release
+ Version 12.0.0b1
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Override upstream version with 12.0.0~b1
- Update Requires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-eventhub?expand=0&rev=28
2025-08-05 11:20:10 +00:00
4 changed files with 20 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Aug 5 09:07:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 12.0.0b1
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Override upstream version with 12.0.0~b1
- Update Requires from setup.py
-------------------------------------------------------------------
Tue Jan 21 08:14:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-eventhub
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,17 @@
#
%define realversion 12.0.0b1
%{?sle15_python_module_pythons}
Name: python-azure-mgmt-eventhub
Version: 11.2.0
Version: 12.0.0~b1
Release: 0
Summary: Microsoft Azure EventHub Management Client Library
License: MIT
Group: Development/Languages/Python
URL: https://github.com/Azure/azure-sdk-for-python
Source: https://files.pythonhosted.org/packages/source/a/azure_mgmt_eventhub/azure_mgmt_eventhub-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/a/azure_mgmt_eventhub/azure_mgmt_eventhub-%{realversion}.tar.gz
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
@@ -36,7 +38,7 @@ Requires: python-azure-mgmt-nspkg >= 3.0.0
Requires: python-azure-nspkg >= 3.0.0
Requires: python-typing_extensions >= 4.6.0
Requires: (python-azure-common >= 1.1 with python-azure-common < 2.0.0)
Requires: (python-azure-mgmt-core >= 1.3.2 with python-azure-mgmt-core < 2.0.0)
Requires: (python-azure-mgmt-core >= 1.5.0 with python-azure-mgmt-core < 2.0.0)
Requires: (python-isodate >= 0.6.1 with python-isodate < 1.0.0)
Conflicts: python-azure-sdk <= 2.0.0
%if 0%{?sle_version} >= 150400
@@ -55,7 +57,7 @@ replace the old Azure Service Management (ASM).
This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.
%prep
%setup -q -n azure_mgmt_eventhub-%{version}
%setup -q -n azure_mgmt_eventhub-%{realversion}
%build
%pyproject_wheel