diff --git a/ecdsa-0.10.tar.gz b/ecdsa-0.10.tar.gz deleted file mode 100644 index 2f62764..0000000 --- a/ecdsa-0.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67dae9e1af2b0fd71bc9a378654f7dc89211c1c5aee71e160f8cfce1fa6d6980 -size 45153 diff --git a/ecdsa-0.11.tar.gz b/ecdsa-0.11.tar.gz new file mode 100644 index 0000000..dad6c5d --- /dev/null +++ b/ecdsa-0.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3b6c193f91dc94b2f3b0261e3eabbdc604f78ff99fdad324a56fdd0b5e958c +size 45689 diff --git a/python-ecdsa.changes b/python-ecdsa.changes index 3cd8c1b..601a2c6 100644 --- a/python-ecdsa.changes +++ b/python-ecdsa.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Sep 15 09:09:24 UTC 2014 - tbechtold@suse.com + +- update to version 0.11: + * update NEWS for 0.11 release + * VerifyingKey.from_string(): add validate_point= argument + * Merge pull request #17 from trezor/master + * README: stop claiming py2.5 compatibility. + * Merge pull request #18 from alex/patch-2 + * Merge pull request #16 from alex/patch-1 + * Remove Python 2.5 from travis. + * Added trove classifiers showing versions supported + * canonical versions of sigencode methods these enforce low S values, + by negating the value (modulo the order) if above order/2 + * Remove Python 2.5 from travis. + * Run tests under PyPy + ------------------------------------------------------------------- Fri Apr 18 15:14:10 UTC 2014 - rschweikert@suse.com diff --git a/python-ecdsa.spec b/python-ecdsa.spec index 7230f7a..2c0b3f7 100644 --- a/python-ecdsa.spec +++ b/python-ecdsa.spec @@ -17,7 +17,7 @@ Name: python-ecdsa -Version: 0.10 +Version: 0.11 Release: 0 Summary: ECDSA cryptographic signature library (pure python) License: MIT