From 2545f64445be34484f034f05e3d4b7cf025c6fa4 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 3 Aug 2015 14:16:53 -0400 Subject: [PATCH] New release - Fixes some key generation issues --- .gitignore | 1 + jwcrypto-0.2.0.tar.gz.sha512sum.txt | 1 - jwcrypto-0.2.1.tar.gz.sha512sum.txt | 1 + python-jwcrypto.spec | 8 ++++++-- sources | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 jwcrypto-0.2.0.tar.gz.sha512sum.txt create mode 100644 jwcrypto-0.2.1.tar.gz.sha512sum.txt diff --git a/.gitignore b/.gitignore index ce8f3de..e0a0a03 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /jwcrypto-0.2.0.tar.gz +/jwcrypto-0.2.1.tar.gz diff --git a/jwcrypto-0.2.0.tar.gz.sha512sum.txt b/jwcrypto-0.2.0.tar.gz.sha512sum.txt deleted file mode 100644 index 69ed504..0000000 --- a/jwcrypto-0.2.0.tar.gz.sha512sum.txt +++ /dev/null @@ -1 +0,0 @@ -16b21892b067f8e8e081f51d735884930b6b5866b6bf63b854d901dc3c371d63b9810902f498b2e3df7c9128ea566734eb71874b79e11ef380563f10f9f63410 dist/jwcrypto-0.2.0.tar.gz diff --git a/jwcrypto-0.2.1.tar.gz.sha512sum.txt b/jwcrypto-0.2.1.tar.gz.sha512sum.txt new file mode 100644 index 0000000..4343ea7 --- /dev/null +++ b/jwcrypto-0.2.1.tar.gz.sha512sum.txt @@ -0,0 +1 @@ +a77858c2adc8b3579ff45e72c6225069e5f7fbaa209735bf040c8282d595e18575fe8e3c4afd3c3d10aa9271ae3b24fa270ae2a4670b0a9ef08a6bde263d0856 dist/jwcrypto-0.2.1.tar.gz diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index 7369daa..4aec379 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -5,8 +5,8 @@ %define module_name jwcrypto Name: python-jwcrypto -Version: 0.2.0 -Release: 5%{?dist} +Version: 0.2.1 +Release: 1%{?dist} Summary: Implements JWK,JWS,JWE specifications using python-cryptography License: LGPLv3+ @@ -83,6 +83,10 @@ rm -rf %{buildroot}%{python3_sitelib}/%{module_name}/__pycache__/tests{,-cookboo %changelog +* Mon Aug 3 2015 Simo Sorce - 0.2.1-1 +- New release +- Fixes some key generation issues + * Mon Jun 22 2015 Patrick Uiterwijk - 0.2.0-5 - Fix macro in changelog - Remove the last remnants of the test suite diff --git a/sources b/sources index d64bf59..f903904 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4941655c4a65ba6b519d14740d59b58 jwcrypto-0.2.0.tar.gz +3f9c407df59c77dd911a103aaf0d346c jwcrypto-0.2.1.tar.gz