From caf6aa296230f1df08ba33c709abb64e95379f295ba168d6d5ccea6f1d69f70c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 3 Feb 2024 13:41:21 +0000 Subject: [PATCH] - 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 --- girder-client-3.1.24.tar.gz | 3 --- girder-client-3.2.1.tar.gz | 3 +++ python-girder-client.changes | 8 ++++++++ python-girder-client.spec | 13 +++++++------ 4 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 girder-client-3.1.24.tar.gz create mode 100644 girder-client-3.2.1.tar.gz diff --git a/girder-client-3.1.24.tar.gz b/girder-client-3.1.24.tar.gz deleted file mode 100644 index df91f38..0000000 --- a/girder-client-3.1.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a289bf2e34ce19a755931c067d811bead13589ec82d773efab682f70a7eb88b4 -size 20348 diff --git a/girder-client-3.2.1.tar.gz b/girder-client-3.2.1.tar.gz new file mode 100644 index 0000000..0932d76 --- /dev/null +++ b/girder-client-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e436bcfc48c89d0858349be9112f229a659bb74be90c758eb551e35203f1119 +size 21101 diff --git a/python-girder-client.changes b/python-girder-client.changes index 720313f..64f98e9 100644 --- a/python-girder-client.changes +++ b/python-girder-client.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Feb 3 13:40:53 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-girder-client.spec b/python-girder-client.spec index 5fb939f..cd377bb 100644 --- a/python-girder-client.spec +++ b/python-girder-client.spec @@ -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,23 +18,24 @@ %{?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 +Requires(postun): update-alternatives BuildArch: noarch %python_subpackages @@ -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}