forked from pool/python-girder-client
- update to 3.2.1:
* metadata fixes * python 3.8 required - switch to PEP517 build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-girder-client?expand=0&rev=18
This commit is contained in:
parent
8fea40769a
commit
caf6aa2962
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a289bf2e34ce19a755931c067d811bead13589ec82d773efab682f70a7eb88b4
|
||||
size 20348
|
3
girder-client-3.2.1.tar.gz
Normal file
3
girder-client-3.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e436bcfc48c89d0858349be9112f229a659bb74be90c758eb551e35203f1119
|
||||
size 21101
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 3 13:40:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.2.1:
|
||||
* metadata fixes
|
||||
* python 3.8 required
|
||||
- switch to PEP517 build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 17 02:08:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-girder-client
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,21 +18,22 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-girder-client
|
||||
Version: 3.1.24
|
||||
Version: 3.2.1
|
||||
Release: 0
|
||||
Summary: Python Girder client
|
||||
License: Apache-2.0
|
||||
URL: https://girder.readthedocs.io/en/latest/python-client.html
|
||||
Source: https://files.pythonhosted.org/packages/source/g/girder-client/girder-client-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-click >= 6.7
|
||||
Requires: python-diskcache
|
||||
Requires: python-requests >= 2.4.2
|
||||
Requires: python-requests-toolbelt
|
||||
Requires: python-six
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
@ -49,10 +50,10 @@ with Girder servers
|
||||
sed -i -e '/^#!\//, 1d' girder_client/*.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_clone -a %{buildroot}%{_bindir}/girder-client
|
||||
%python_clone -a %{buildroot}%{_bindir}/girder-cli
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
Loading…
x
Reference in New Issue
Block a user