19
0

Compare commits

4 Commits

Author SHA256 Message Date
c4e916e7a0 Accepting request 1314414 from devel:languages:python:azure
- New upstream release
  + Version 3.0.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package (forwarded request 1314359 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1314414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-oracledatabase?expand=0&rev=5
2025-10-29 20:09:25 +00:00
4c1b56e0be - New upstream release
+ Version 3.0.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-oracledatabase?expand=0&rev=9
2025-10-29 15:46:21 +00:00
e1fa794e16 Accepting request 1288023 from devel:languages:python:azure
- New upstream release
  + Version 2.0.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Update Requires from setup.py (forwarded request 1287857 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1288023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-azure-mgmt-oracledatabase?expand=0&rev=4
2025-06-24 18:47:47 +00:00
ff39188a45 - New upstream release
+ Version 2.0.0
  + For detailed information about changes see the
    CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Update Requires from setup.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-oracledatabase?expand=0&rev=7
2025-06-23 19:33:13 +00:00
4 changed files with 27 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Oct 15 09:01:59 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 3.0.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
-------------------------------------------------------------------
Mon Jun 23 07:36:03 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 2.0.0
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Adjust upstream source name in spec file
- Update Requires from setup.py
-------------------------------------------------------------------
Mon Jul 15 08:17:08 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-azure-mgmt-oracledatabase
#
# 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-mgmt-oracledatabase
Version: 1.0.0.post2
Version: 3.0.0
Release: 0
Summary: Microsoft Azure Oracledatabase Management 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-mgmt-oracledatabase/azure-mgmt-oracledatabase-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/a/azure_mgmt_oracledatabase/azure_mgmt_oracledatabase-%{version}.tar.gz
BuildRequires: %{python_module azure-mgmt-nspkg >= 3.0.0}
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
BuildRequires: %{python_module pip}
@@ -34,8 +34,9 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
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
BuildArch: noarch
@@ -48,7 +49,7 @@ This is the Microsoft Azure Oracledatabase Management Client Library.
This package has been tested with Python 3.8+.
%prep
%setup -q -n azure-mgmt-oracledatabase-%{version}
%setup -q -n azure_mgmt_oracledatabase-%{version}
%build
%pyproject_wheel