diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-azure-devops.spec | 17 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 8 deletions
@@ -1 +1,2 @@ /azure-devops-6.0.0b4.tar.gz +/azure-devops-7.1.0b1.tar.gz 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 @@ -1 +1 @@ -063e7dfb873abddddd1c63ab6e00e0c8 azure-devops-6.0.0b4.tar.gz +33b24be8ae569150f99523d7a9933d12 azure-devops-7.1.0b1.tar.gz |
