From a96e5bfc71a228a165f0fd5d06a130f4cad8ac35e0b3521e8abe37a6eb125e55 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Mon, 13 Jan 2014 17:25:15 +0000 Subject: [PATCH] Accepting request 213718 from Cloud:OpenStack:Master - update to 0.10: * Make the secp256k1 available OBS-URL: https://build.opensuse.org/request/show/213718 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ecdsa?expand=0&rev=4 --- ecdsa-0.10.tar.gz | 3 +++ ecdsa-0.9.tar.gz | 3 --- python-ecdsa.changes | 6 ++++++ python-ecdsa.spec | 11 ++++++----- 4 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 ecdsa-0.10.tar.gz delete mode 100644 ecdsa-0.9.tar.gz diff --git a/ecdsa-0.10.tar.gz b/ecdsa-0.10.tar.gz new file mode 100644 index 0000000..2f62764 --- /dev/null +++ b/ecdsa-0.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67dae9e1af2b0fd71bc9a378654f7dc89211c1c5aee71e160f8cfce1fa6d6980 +size 45153 diff --git a/ecdsa-0.9.tar.gz b/ecdsa-0.9.tar.gz deleted file mode 100644 index 4a3bfd5..0000000 --- a/ecdsa-0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f283a4769220dc59587677d264c6687ecd0dc068d6ad792d891d53757735800 -size 45178 diff --git a/python-ecdsa.changes b/python-ecdsa.changes index 1fb5c32..02085fd 100644 --- a/python-ecdsa.changes +++ b/python-ecdsa.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 13 13:55:47 UTC 2014 - dmueller@suse.com + +- update to 0.10: + * Make the secp256k1 available + ------------------------------------------------------------------- Wed Oct 9 13:51:36 UTC 2013 - prusnak@opensuse.org diff --git a/python-ecdsa.spec b/python-ecdsa.spec index 0ee5e83..7230f7a 100644 --- a/python-ecdsa.spec +++ b/python-ecdsa.spec @@ -1,7 +1,7 @@ # # spec file for package python-ecdsa # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -13,15 +13,16 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-ecdsa -Version: 0.9 +Version: 0.10 Release: 0 -License: MIT Summary: ECDSA cryptographic signature library (pure python) -Url: http://github.com/warner/python-ecdsa +License: MIT Group: Development/Languages/Python +Url: http://github.com/warner/python-ecdsa Source: https://pypi.python.org/packages/source/e/ecdsa/ecdsa-%{version}.tar.gz BuildRequires: python-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -53,4 +54,4 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %doc LICENSE NEWS README.md %{python_sitelib}/* -%changelog \ No newline at end of file +%changelog