From 03ac933a22ef04ad2484d2bab8e120e7e4bab05b Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:07:05 +0100 Subject: [PATCH] automatic version update by autodist [release 0.18.0-1mamba;Fri Oct 07 2022] --- python-ecdsa.spec | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/python-ecdsa.spec b/python-ecdsa.spec index 7b5689c..51e9e4a 100644 --- a/python-ecdsa.spec +++ b/python-ecdsa.spec @@ -1,5 +1,5 @@ Name: python-ecdsa -Version: 0.17.0 +Version: 0.18.0 Release: 1mamba Summary: An easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm) Group: System/Libraries @@ -10,8 +10,13 @@ URL: https://pypi.org/project/ecdsa/ Source: https://pypi.debian.net/ecdsa/ecdsa-%{version}.tar.gz License: MIT ## AUTOBUILDREQ-BEGIN +BuildRequires: libpython3-devel +BuildRequires: python3.7dist(six) ## AUTOBUILDREQ-END -Requires: python >= %python_version + +%if 0%{?with_pyver} +%pyver_package +%endif %description %{summary}. @@ -31,13 +36,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --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) +%dir %{python_sitearch}/ecdsa-%{version}-py*.egg-info +%{python_sitearch}/ecdsa-%{version}-py*.egg-info/* %doc LICENSE %changelog +* Fri Oct 07 2022 Automatic Build System 0.18.0-1mamba +- automatic version update by autodist + * Fri May 28 2021 Automatic Build System 0.17.0-1mamba - automatic version update by autodist