From: Jakub Bogusz Date: Thu, 17 Oct 2019 14:46:49 +0000 (+0200) Subject: - updated to 0.13.3 (fixes CVE-2019-14853) X-Git-Tag: auto/th/python-ecdsa-0.13.3-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=680c5a141157b9a970a5cfcaddfc1c399ea85de9;p=packages%2Fpython-ecdsa.git - updated to 0.13.3 (fixes CVE-2019-14853) --- diff --git a/python-ecdsa.spec b/python-ecdsa.spec index 7899ac7..0297a04 100644 --- a/python-ecdsa.spec +++ b/python-ecdsa.spec @@ -7,24 +7,26 @@ Summary: ECDSA cryptographic signature library Summary(pl.UTF-8): Biblioteka podpisów kryptograficznych ECDSA Name: python-%{module} -Version: 0.13 -Release: 4 +Version: 0.13.3 +Release: 1 License: MIT Group: Development/Languages/Python -#Source0Download: https://pypi.python.org/simple/ecdsa/ -Source0: https://pypi.python.org/packages/source/e/ecdsa/%{module}-%{version}.tar.gz -# Source0-md5: 1f60eda9cb5c46722856db41a3ae6670 -URL: https://pypi.python.org/pypi/ecdsa +#Source0Download: https://pypi.org/simple/ecdsa/ +Source0: https://files.pythonhosted.org/packages/source/e/ecdsa/%{module}-%{version}.tar.gz +# Source0-md5: b1b33f7fe171eb1278de6f93eefc34f8 +URL: https://pypi.org/project/ecdsa BuildRequires: rpmbuild(macros) >= 1.714 BuildRequires: rpm-pythonprov %if %{with python2} BuildRequires: python-devel >= 1:2.6 BuildRequires: python-modules >= 1:2.6 +BuildRequires: python-setuptools %endif %if %{with python3} BuildRequires: python3-2to3 >= 1:3.2 BuildRequires: python3-devel >= 1:3.2 BuildRequires: python3-modules >= 1:3.2 +BuildRequires: python3-setuptools %endif Requires: python-modules >= 1:2.6 BuildArch: noarch