diff --git a/girder-client-3.0.8.tar.gz b/girder-client-3.0.8.tar.gz deleted file mode 100644 index 3555318..0000000 --- a/girder-client-3.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb77e5ef89a4898b10cc4569336eef8ebca6a9f33cff4a9d3e42a6399ed18ff7 -size 20609 diff --git a/girder-client-3.1.3.tar.gz b/girder-client-3.1.3.tar.gz new file mode 100644 index 0000000..704f61b --- /dev/null +++ b/girder-client-3.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a42baa72e7d2e76087abedf1b995b7e13ea0b73ba7c7b66c891c21582eccca +size 20710 diff --git a/python-girder-client.changes b/python-girder-client.changes index ecb15a5..770b5be 100644 --- a/python-girder-client.changes +++ b/python-girder-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 12 13:31:32 UTC 2020 - Marketa Machova + +- update to 3.1.3 + * few fixes and improvements, see commits on GitHub + ------------------------------------------------------------------- Tue May 26 06:34:23 UTC 2020 - Petr Gajdos diff --git a/python-girder-client.spec b/python-girder-client.spec index 03c67ad..b7cf4b0 100644 --- a/python-girder-client.spec +++ b/python-girder-client.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-girder-client -Version: 3.0.8 +Version: 3.1.3 Release: 0 Summary: Python Girder client License: Apache-2.0 @@ -36,13 +36,6 @@ Requires: python-six Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch -# SECTION test requirements -BuildRequires: %{python_module click >= 6.7} -BuildRequires: %{python_module diskcache} -BuildRequires: %{python_module requests >= 2.4.2} -BuildRequires: %{python_module requests-toolbelt} -BuildRequires: %{python_module six} -# /SECTION %python_subpackages %description