Accepting request 1128520 from home:glaubitz:branches:devel:languages:python:azure
- New upstream release + Version 1.1.0 + For detailed information about changes see the CHANGELOG.md file provided with this package - Remove unzip package from BuildRequires - Switch source archive format to TAR.GZ - Update Requires from setup.py OBS-URL: https://build.opensuse.org/request/show/1128520 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-azure-communication-callautomation?expand=0&rev=3
This commit is contained in:
parent
554bce4336
commit
ebe8aa0b3b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:139f7df4fa7062fcb068179f1703e5adeba4a81b231ac063b3255c85493c9265
|
||||
size 133460
|
3
azure-communication-callautomation-1.1.0.tar.gz
Normal file
3
azure-communication-callautomation-1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d3c0ed623b05b85ccd708ecd6266c22c55bb087ee37711cf6971380bc381910
|
||||
size 110014
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 24 09:56:01 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- New upstream release
|
||||
+ Version 1.1.0
|
||||
+ For detailed information about changes see the
|
||||
CHANGELOG.md file provided with this package
|
||||
- Remove unzip package from BuildRequires
|
||||
- Switch source archive format to TAR.GZ
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 16 08:25:10 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -21,26 +21,26 @@
|
||||
%define skip_python2 1
|
||||
%endif
|
||||
Name: python-azure-communication-callautomation
|
||||
Version: 1.0.0
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: Microsoft Azure Communication Call Automation 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-communication-callautomation/azure-communication-callautomation-%{version}.zip
|
||||
Source: https://files.pythonhosted.org/packages/source/a/azure-communication-callautomation/azure-communication-callautomation-%{version}.tar.gz
|
||||
Source1: LICENSE.txt
|
||||
BuildRequires: %{python_module azure-communication-nspkg >= 0.0.0b1}
|
||||
BuildRequires: %{python_module azure-nspkg >= 3.0.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: unzip
|
||||
Requires: python-azure-communication-nspkg >= 0.0.0b1
|
||||
Requires: python-azure-core < 2.0.0
|
||||
Requires: python-azure-core >= 1.24.0
|
||||
Requires: python-azure-core >= 1.29.2
|
||||
Requires: python-azure-nspkg >= 3.0.0
|
||||
Requires: python-msrest >= 0.7.1
|
||||
Requires: python-six >= 1.11.0
|
||||
Requires: python-isodate < 1.0.0
|
||||
Requires: python-isodate >= 0.6.1
|
||||
Requires: (python-typing_extensions >= 4.3.0 if python-base < 3.8)
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user