1
0

Accepting request 848835 from home:mmachova:branches:devel:languages:python:numeric

- update to 3.1.3
  * few fixes and improvements, see commits on GitHub

OBS-URL: https://build.opensuse.org/request/show/848835
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-girder-client?expand=0&rev=12
This commit is contained in:
Matej Cepl 2020-11-16 21:01:39 +00:00 committed by Git OBS Bridge
parent 0395b1a258
commit c438555120
4 changed files with 10 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fb77e5ef89a4898b10cc4569336eef8ebca6a9f33cff4a9d3e42a6399ed18ff7
size 20609

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6a42baa72e7d2e76087abedf1b995b7e13ea0b73ba7c7b66c891c21582eccca
size 20710

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 12 13:31:32 UTC 2020 - Marketa Machova <mmachova@suse.com>
- update to 3.1.3
* few fixes and improvements, see commits on GitHub
-------------------------------------------------------------------
Tue May 26 06:34:23 UTC 2020 - Petr Gajdos <pgajdos@suse.com>

View File

@ -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