diff --git a/ecdsa-0.13.2.tar.gz b/ecdsa-0.13.2.tar.gz new file mode 100644 index 0000000..a969756 --- /dev/null +++ b/ecdsa-0.13.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c034ffa23413ac923541ceb3ac14ec15a0d2530690413bff58c12b80e56d884 +size 61595 diff --git a/ecdsa-0.13.tar.gz b/ecdsa-0.13.tar.gz deleted file mode 100644 index 3666eb1..0000000 --- a/ecdsa-0.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa -size 55579 diff --git a/python-ecdsa.changes b/python-ecdsa.changes index 7bcaff8..b3cfc2a 100644 --- a/python-ecdsa.changes +++ b/python-ecdsa.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue May 14 07:17:24 UTC 2019 - Ondřej Súkup + +- update to 0.13.2 +- enable tests +- fix requires + * python packaging fixes + ------------------------------------------------------------------- Tue Dec 4 12:47:34 UTC 2018 - Matej Cepl diff --git a/python-ecdsa.spec b/python-ecdsa.spec index 2075c58..0279016 100644 --- a/python-ecdsa.spec +++ b/python-ecdsa.spec @@ -1,7 +1,7 @@ # # spec file for package python-ecdsa # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ecdsa -Version: 0.13 +Version: 0.13.2 Release: 0 Summary: ECDSA cryptographic signature library (pure python) License: MIT Group: Development/Languages/Python URL: http://github.com/warner/python-ecdsa Source: https://files.pythonhosted.org/packages/source/e/ecdsa/ecdsa-%{version}.tar.gz +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: fdupes +BuildRequires: openssl BuildRequires: python-rpm-macros +Requires: python-six BuildArch: noarch %python_subpackages @@ -53,6 +57,9 @@ find ./ -type f -name "*.py" -perm 644 -exec sed -i -e '1{\@^#! %{_bindir}/env p #hardlink duplicated files %fdupes %{buildroot} +%check +%pytest + %files %{python_files} %license LICENSE %doc NEWS README.md