1
0

- 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:
Dirk Mueller 2024-02-03 13:41:21 +00:00 committed by Git OBS Bridge
parent 8fea40769a
commit caf6aa2962
4 changed files with 18 additions and 9 deletions

View File

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

View File

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

View File

@ -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> Sun Dec 17 02:08:51 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-girder-client # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,21 +18,22 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-girder-client Name: python-girder-client
Version: 3.1.24 Version: 3.2.1
Release: 0 Release: 0
Summary: Python Girder client Summary: Python Girder client
License: Apache-2.0 License: Apache-2.0
URL: https://girder.readthedocs.io/en/latest/python-client.html 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 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_scm}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-click >= 6.7 Requires: python-click >= 6.7
Requires: python-diskcache Requires: python-diskcache
Requires: python-requests >= 2.4.2 Requires: python-requests >= 2.4.2
Requires: python-requests-toolbelt Requires: python-requests-toolbelt
Requires: python-six
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun): update-alternatives
BuildArch: noarch BuildArch: noarch
@ -49,10 +50,10 @@ with Girder servers
sed -i -e '/^#!\//, 1d' girder_client/*.py sed -i -e '/^#!\//, 1d' girder_client/*.py
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_clone -a %{buildroot}%{_bindir}/girder-client %python_clone -a %{buildroot}%{_bindir}/girder-client
%python_clone -a %{buildroot}%{_bindir}/girder-cli %python_clone -a %{buildroot}%{_bindir}/girder-cli
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}