From fe658fa4c68d044176fd942bf7e9d2ac9622a8528f89ae44d814bef941c22980 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 23 Feb 2015 13:55:50 +0000 Subject: [PATCH] Accepting request 287086 from home:prusnak - update to 0.13 OBS-URL: https://build.opensuse.org/request/show/287086 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ecdsa?expand=0&rev=10 --- ecdsa-0.11.tar.gz | 3 --- ecdsa-0.13.tar.gz | 3 +++ python-ecdsa.changes | 16 ++++++++++++++++ python-ecdsa.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 ecdsa-0.11.tar.gz create mode 100644 ecdsa-0.13.tar.gz diff --git a/ecdsa-0.11.tar.gz b/ecdsa-0.11.tar.gz deleted file mode 100644 index dad6c5d..0000000 --- a/ecdsa-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e3b6c193f91dc94b2f3b0261e3eabbdc604f78ff99fdad324a56fdd0b5e958c -size 45689 diff --git a/ecdsa-0.13.tar.gz b/ecdsa-0.13.tar.gz new file mode 100644 index 0000000..3666eb1 --- /dev/null +++ b/ecdsa-0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa +size 55579 diff --git a/python-ecdsa.changes b/python-ecdsa.changes index 601a2c6..8bceb73 100644 --- a/python-ecdsa.changes +++ b/python-ecdsa.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Feb 21 01:31:36 UTC 2015 - prusnak@opensuse.org + +- update to 0.13 + + Fix the argument order for Curve constructor (put openssl_name= at the end, + with a default value) to unbreak compatibility with external callers who used + the 0.11 convention. + +* update to 0.12 + + Switch to Versioneer for version-string management (fixing the broken + `ecdsa.__version__` attribute). Add Curve.openssl_name property. Mention + secp256k1 in README, test against OpenSSL. Produce "wheel" distributions. Add + py3.4 and pypy3 compatibility testing. Other minor fixes. + ------------------------------------------------------------------- Mon Sep 15 09:09:24 UTC 2014 - tbechtold@suse.com diff --git a/python-ecdsa.spec b/python-ecdsa.spec index 2c0b3f7..445eab7 100644 --- a/python-ecdsa.spec +++ b/python-ecdsa.spec @@ -1,7 +1,7 @@ # # spec file for package python-ecdsa # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-ecdsa -Version: 0.11 +Version: 0.13 Release: 0 Summary: ECDSA cryptographic signature library (pure python) License: MIT