diff --git a/ecdsa-0.18.0.tar.gz b/ecdsa-0.18.0.tar.gz deleted file mode 100644 index 340cdf02b3cd6908b2424e7dcf43a8040ef60fdb..0000000000000000000000000000000000000000 Binary files a/ecdsa-0.18.0.tar.gz and /dev/null differ diff --git a/ecdsa-0.19.0.tar.gz b/ecdsa-0.19.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e4f2393d9e93bdd4888c529bd1b550b16891d704 Binary files /dev/null and b/ecdsa-0.19.0.tar.gz differ diff --git a/python-ecdsa.spec b/python-ecdsa.spec index 919a37521440d3d744532798a123f2e0db6d0c0b..5b60f3add4747ba67df224cbce7e64e9a33dc325 100644 --- a/python-ecdsa.spec +++ b/python-ecdsa.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ecdsa -Version: 0.18.0 -Release: 2 +Version: 0.19.0 +Release: 1 Summary: ECDSA cryptographic signature library License: MIT URL: http://github.com/tlsfuzzer/python-ecdsa -Source0: https://files.pythonhosted.org/packages/ff/7b/ba6547a76c468a0d22de93e89ae60d9561ec911f59532907e72b0d8bc0f1/ecdsa-0.18.0.tar.gz +Source0: %{pypi_source ecdsa} BuildArch: noarch Requires: python3-six @@ -47,7 +47,7 @@ and signatures are very short, making them easy to handle and incorporate into other protocols. %prep -%autosetup -n ecdsa-0.18.0 +%autosetup -n ecdsa-%{version} %build %py3_build @@ -89,6 +89,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Sep 03 2024 Ge Wang - 0.19.0-1 +- update to version 0.19.0 + * Thu Feb 01 2024 shixuantong - 0.18.0-2 - Do not pack test case files