1
0

Accepting request 1042587 from home:glaubitz:branches:devel:languages:python:azure

- New upstream release
  + Version 1.0.0b2
  + 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/1042587
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-mgmt-education?expand=0&rev=3
This commit is contained in:
Robert Schweikert 2022-12-13 12:01:27 +00:00 committed by Git OBS Bridge
parent e1fc643f95
commit 12c6581e6f
4 changed files with 18 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 13 09:36:10 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- New upstream release
+ Version 1.0.0b2
+ For detailed information about changes see the
CHANGELOG.md file provided with this package
- Update Requires from setup.py
-------------------------------------------------------------------
Tue Nov 15 09:24:41 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -15,14 +15,15 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define realversion 1.0.0b1
%define realversion 1.0.0b2
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if 0%{?suse_version} >= 1500
%define skip_python2 1
%endif
Name: python-azure-mgmt-education
Version: 1.0.0~b1
Version: 1.0.0~b2
Release: 0
Summary: Microsoft Azure Education Management Client Library for Python
License: MIT
@ -39,10 +40,11 @@ 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.3.1
Requires: python-azure-mgmt-core >= 1.3.2
Requires: python-azure-mgmt-nspkg >= 3.0.0
Requires: python-azure-nspkg >= 3.0.0
Requires: python-msrest >= 0.6.21
Requires: python-msrest >= 0.7.1
Requires: (python-typing_extensions >= 4.3.0 if python-base < 3.8)
Conflicts: python-azure-sdk <= 2.0.0
BuildArch: noarch