From 490a90c5b2bebb23325067b9280ea9e36a05cd70b1b046cc8982a437f2f6bb4e Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 7 Jan 2021 19:12:27 +0000 Subject: [PATCH] Accepting request 861355 from home:glaubitz:branches:devel:languages:python:azure - New upstream release + Version 1.0.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Update Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/861355 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-sql?expand=0&rev=23 --- azure-mgmt-sql-0.24.0.zip | 3 --- azure-mgmt-sql-1.0.0.zip | 3 +++ python-azure-mgmt-sql.changes | 9 +++++++++ python-azure-mgmt-sql.spec | 8 ++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 azure-mgmt-sql-0.24.0.zip create mode 100644 azure-mgmt-sql-1.0.0.zip diff --git a/azure-mgmt-sql-0.24.0.zip b/azure-mgmt-sql-0.24.0.zip deleted file mode 100644 index d70060d..0000000 --- a/azure-mgmt-sql-0.24.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da391ed00d82cd8e20ca50affdc43b99fd9a7919b54a3a0d53c73cb41eea09d3 -size 435622 diff --git a/azure-mgmt-sql-1.0.0.zip b/azure-mgmt-sql-1.0.0.zip new file mode 100644 index 0000000..b0bb039 --- /dev/null +++ b/azure-mgmt-sql-1.0.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7904f8798fbb285a2160c41c8bd7a416c6bd987f5d36a9b98c16f41e24e9f47 +size 938942 diff --git a/python-azure-mgmt-sql.changes b/python-azure-mgmt-sql.changes index 3c7e732..d8c8a91 100644 --- a/python-azure-mgmt-sql.changes +++ b/python-azure-mgmt-sql.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jan 7 09:02:35 UTC 2021 - John Paul Adrian Glaubitz + +- New upstream release + + Version 1.0.0 + + For detailed information about changes see the + CHANGELOG.md file provided with this package +- Update Requires from setup.py + ------------------------------------------------------------------- Thu Nov 26 11:07:08 UTC 2020 - Robert Schweikert diff --git a/python-azure-mgmt-sql.spec b/python-azure-mgmt-sql.spec index e6b8a6c..510d538 100644 --- a/python-azure-mgmt-sql.spec +++ b/python-azure-mgmt-sql.spec @@ -1,7 +1,7 @@ # # spec file for package python-azure-mgmt-sql # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define skip_python2 1 %endif Name: python-azure-mgmt-sql -Version: 0.24.0 +Version: 1.0.0 Release: 0 Summary: Microsoft Azure SQL Management Client Library License: MIT @@ -37,11 +37,11 @@ BuildRequires: python-rpm-macros BuildRequires: unzip Requires: python-azure-common < 2.0.0 Requires: python-azure-common >= 1.1 +Requires: python-azure-mgmt-core < 2.0.0 +Requires: python-azure-mgmt-core >= 1.2.0 Requires: python-azure-mgmt-nspkg >= 3.0.0 Requires: python-azure-nspkg >= 3.0.0 Requires: python-msrest >= 0.5.0 -Requires: python-msrestazure < 2.0.0 -Requires: python-msrestazure >= 0.4.32 Conflicts: python-azure-sdk <= 2.0.0 BuildArch: noarch