summaryrefslogtreecommitdiff
path: root/python-azure-devops.spec
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-04-21 11:27:34 +0000
committerCoprDistGit <infra@openeuler.org>2023-04-21 11:27:34 +0000
commit31851171023c0ed0e59c64603e5d316993f1337d (patch)
tree69cdd1b540cffd345e5034fb39a7535fd5369442 /python-azure-devops.spec
parentb5b906aa2af5f88807280e36700ccb85dbcf0b26 (diff)
automatic import of python-azure-devopsopeneuler20.03
Diffstat (limited to 'python-azure-devops.spec')
-rw-r--r--python-azure-devops.spec17
1 files changed, 10 insertions, 7 deletions
diff --git a/python-azure-devops.spec b/python-azure-devops.spec
index a798881..845ea06 100644
--- a/python-azure-devops.spec
+++ b/python-azure-devops.spec
@@ -1,35 +1,38 @@
%global _empty_manifest_terminate_build 0
Name: python-azure-devops
-Version: 6.0.0b4
+Version: 7.1.0b1
Release: 1
-Summary: Python wrapper around the Azure DevOps 6.x APIs
+Summary: Python wrapper around the Azure DevOps 7.x APIs
License: MIT
-URL: https://github.com/Microsoft/vsts-python-api
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6c/33/73f396eb50229e681d1dbdf461a9ebdb2320383c4ac4ed697f6af1ed5184/azure-devops-6.0.0b4.tar.gz
+URL: https://github.com/microsoft/azure-devops-python-api
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b8/06/e65a1dcd75ca2aa1f24c4e6a0783cf4fcaa162ce3d06603939c011930be8/azure-devops-7.1.0b1.tar.gz
BuildArch: noarch
Requires: python3-msrest
%description
+Azure DevOps Python clients
%package -n python3-azure-devops
-Summary: Python wrapper around the Azure DevOps 6.x APIs
+Summary: Python wrapper around the Azure DevOps 7.x APIs
Provides: python-azure-devops
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
%description -n python3-azure-devops
+Azure DevOps Python clients
%package help
Summary: Development documents and examples for azure-devops
Provides: python3-azure-devops-doc
%description help
+Azure DevOps Python clients
%prep
-%autosetup -n azure-devops-6.0.0b4
+%autosetup -n azure-devops-7.1.0b1
%build
%py3_build
@@ -69,5 +72,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 6.0.0b4-1
+* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 7.1.0b1-1
- Package Spec generated