summaryrefslogtreecommitdiff
path: root/python-xnat.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-xnat.spec')
-rw-r--r--python-xnat.spec9
1 files changed, 4 insertions, 5 deletions
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