diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 06:48:01 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 06:48:01 +0000 |
commit | 604aa6d96e50eb7badc15760689b3466da92ee99 (patch) | |
tree | 007ea0288a784d7f74cdc02003ef90c53fa86abe | |
parent | 54298b7b3762b50f9df897f4fcd3f75eac146423 (diff) |
automatic import of python-xnat
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-xnat.spec | 9 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -1 +1,2 @@ /xnat-0.5.0.tar.gz +/xnat-0.5.1.tar.gz diff --git a/python-xnat.spec b/python-xnat.spec index 5390d09..3f58717 100644 --- a/python-xnat.spec +++ b/python-xnat.spec @@ -1,14 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-xnat -Version: 0.5.0 +Version: 0.5.1 Release: 1 Summary: An XNAT client that exposes the XNAT REST interface as python objects. Part of the interface is automatically generated based on the servers data model as defined by the xnat schema. License: Apache 2.0 URL: https://gitlab.com/radiology/infrastructure/xnatpy -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f1/16/233d3258a6c4fca2e22198c99643ceb303acec6a2fcc0a4f8d2e2e9cd2df/xnat-0.5.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/e7/55/4f5937bc4acd058eaa06628d953e30f10a3ac47b8ade8a67161275b22050/xnat-0.5.1.tar.gz BuildArch: noarch -Requires: python3-sphinx-rtd-theme Requires: python3-progressbar2 Requires: python3-isodate Requires: python3-requests @@ -52,7 +51,7 @@ which has `get`, `head`, `put`, `post`, `delete` methods for more directly calling the REST API. %prep -%autosetup -n xnat-0.5.0 +%autosetup -n xnat-0.5.1 %build %py3_build @@ -92,5 +91,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.0-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.5.1-1 - Package Spec generated @@ -1 +1 @@ -01060b689e9d5e167fa061e6e6397d25 xnat-0.5.0.tar.gz +deb9c15b1d638f570666b321a79183cc xnat-0.5.1.tar.gz |