rebuilt with python 3.10 [release 0.4.0-3mamba;Mon Jul 31 2023]
This commit is contained in:
parent
6fed36e7ae
commit
c278f58cbe
@ -1,25 +1,18 @@
|
|||||||
Name: python-dockerpy-creds
|
Name: python-dockerpy-creds
|
||||||
Version: 0.4.0
|
Version: 0.4.0
|
||||||
Release: 1mamba
|
Release: 3mamba
|
||||||
Summary: Python bindings for the docker credentials store API
|
Summary: Python bindings for the docker credentials store API
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/shin-/dockerpy-creds
|
URL: https://github.com/shin-/dockerpy-creds
|
||||||
Source: https://github.com/shin-/dockerpy-creds/archive/%{version}.tar.gz
|
Source: https://github.com/shin-/dockerpy-creds/archive/%{version}.tar.gz
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(six)
|
||||||
## AUTOBUILDREQ-END
|
## 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
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -43,11 +36,21 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%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
|
%changelog
|
||||||
|
* Mon Jul 31 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-3mamba
|
||||||
|
- rebuilt with python 3.10
|
||||||
|
|
||||||
|
* Sun Apr 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 0.4.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user