From 604aa6d96e50eb7badc15760689b3466da92ee99 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 10 Apr 2023 06:48:01 +0000 Subject: automatic import of python-xnat --- .gitignore | 1 + python-xnat.spec | 9 ++++----- sources | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 90ccd3c..2b35b41 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 0.5.0-1 +* Mon Apr 10 2023 Python_Bot - 0.5.1-1 - Package Spec generated diff --git a/sources b/sources index 7417280..bbd3297 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -01060b689e9d5e167fa061e6e6397d25 xnat-0.5.0.tar.gz +deb9c15b1d638f570666b321a79183cc xnat-0.5.1.tar.gz -- cgit v1.2.3