automatic version update by autodist [release 0.18.0-1mamba;Fri Oct 07 2022]

This commit is contained in:
Automatic Build System 2024-01-06 11:07:05 +01:00
parent 6cf6efb990
commit 03ac933a22

View File

@ -1,5 +1,5 @@
Name: python-ecdsa Name: python-ecdsa
Version: 0.17.0 Version: 0.18.0
Release: 1mamba Release: 1mamba
Summary: An easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm) Summary: An easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm)
Group: System/Libraries Group: System/Libraries
@ -10,8 +10,13 @@ URL: https://pypi.org/project/ecdsa/
Source: https://pypi.debian.net/ecdsa/ecdsa-%{version}.tar.gz Source: https://pypi.debian.net/ecdsa/ecdsa-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(six)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: python >= %python_version
%if 0%{?with_pyver}
%pyver_package
%endif
%description %description
%{summary}. %{summary}.
@ -31,13 +36,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i "s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python_sitearch}/ecdsa-%{version}-py*.egg-info
%{python_sitearch}/ecdsa-%{version}-py*.egg-info/*
%doc LICENSE %doc LICENSE
%changelog %changelog
* Fri Oct 07 2022 Automatic Build System <autodist@mambasoft.it> 0.18.0-1mamba
- automatic version update by autodist
* Fri May 28 2021 Automatic Build System <autodist@mambasoft.it> 0.17.0-1mamba * Fri May 28 2021 Automatic Build System <autodist@mambasoft.it> 0.17.0-1mamba
- automatic version update by autodist - automatic version update by autodist