From c278f58cbe93949f7f9e771c493141adda4f6b88 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:05:21 +0100 Subject: [PATCH] rebuilt with python 3.10 [release 0.4.0-3mamba;Mon Jul 31 2023] --- python-dockerpy-creds.spec | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/python-dockerpy-creds.spec b/python-dockerpy-creds.spec index 2f7a11f..817b5ba 100644 --- a/python-dockerpy-creds.spec +++ b/python-dockerpy-creds.spec @@ -1,25 +1,18 @@ Name: python-dockerpy-creds Version: 0.4.0 -Release: 1mamba +Release: 3mamba Summary: Python bindings for the docker credentials store API Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba -Packager: Davide Madrisan +Packager: Silvan Calarco URL: https://github.com/shin-/dockerpy-creds Source: https://github.com/shin-/dockerpy-creds/archive/%{version}.tar.gz License: Apache License 2.0 ## AUTOBUILDREQ-BEGIN +BuildRequires: libpython3-devel +BuildRequires: python3.7dist(six) ## AUTOBUILDREQ-END -%if 0%{?with_pyver} -BuildRequires: libpython%{?with_pyver}-devel -%else -BuildRequires: libpython-devel -%endif -BuildRequires: libpython-devel -Requires: python >= %python_version -Requires: python-six%{?pyappend} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description %{summary}. @@ -43,11 +36,21 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist + %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) -%doc LICENSE README.md +%dir %{python_sitearch}/docker_pycreds-%{version}-py*.egg-info +%{python_sitearch}/docker_pycreds-%{version}-py*.egg-info/* +%doc LICENSE %changelog +* Mon Jul 31 2023 Silvan Calarco 0.4.0-3mamba +- rebuilt with python 3.10 + +* Sun Apr 03 2022 Silvan Calarco 0.4.0-2mamba +- rebuilt with distdeps + * Sun Feb 21 2021 Automatic Build System 0.4.0-1mamba - automatic version update by autodist