From ea6d05b30c56311013b3f709262706b5fc3664f3 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 19 Aug 2016 11:34:02 -0400 Subject: [PATCH] Bugfix release 0.3.1 --- .gitignore | 1 + jwcrypto-0.3.0.tar.gz.sha512sum.txt | 1 - jwcrypto-0.3.1.tar.gz.sha512sum.txt | 1 + python-jwcrypto.spec | 5 ++++- sources | 2 +- 5 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 jwcrypto-0.3.0.tar.gz.sha512sum.txt create mode 100644 jwcrypto-0.3.1.tar.gz.sha512sum.txt diff --git a/.gitignore b/.gitignore index 8b932cf..a854943 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /jwcrypto-0.2.0.tar.gz /jwcrypto-0.2.1.tar.gz /jwcrypto-0.3.0.tar.gz +/jwcrypto-0.3.1.tar.gz diff --git a/jwcrypto-0.3.0.tar.gz.sha512sum.txt b/jwcrypto-0.3.0.tar.gz.sha512sum.txt deleted file mode 100644 index f800387..0000000 --- a/jwcrypto-0.3.0.tar.gz.sha512sum.txt +++ /dev/null @@ -1 +0,0 @@ -65b0b9cfa173ecd1c796b2f9aae891b60d00d0e4d0922cd48cda4c9ab16f0c891fd6a772d7f4472bca7cf7e06a768b5832ce0f1a1929d696ae085776135a529f jwcrypto-0.3.0.tar.gz diff --git a/jwcrypto-0.3.1.tar.gz.sha512sum.txt b/jwcrypto-0.3.1.tar.gz.sha512sum.txt new file mode 100644 index 0000000..23438dc --- /dev/null +++ b/jwcrypto-0.3.1.tar.gz.sha512sum.txt @@ -0,0 +1 @@ +5be96fc2f0768e2b747e1cc6251da9670609e5e9b167edd65489d45c10c09c59bcf9079a8c687fffb67e39f6175c892c301e188c0e22e1e48dba5aaa00eaeab7 jwcrypto-0.3.1.tar.gz diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index 8e0bbda..45a5810 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -5,7 +5,7 @@ %define module_name jwcrypto Name: python-jwcrypto -Version: 0.3.0 +Version: 0.3.1 Release: 1%{?dist} Summary: Implements JWK,JWS,JWE specifications using python-cryptography @@ -83,6 +83,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{module_name}/__pycache__/tests{,-cookboo %changelog +* Fri Aug 19 2016 Simo Sorce - 0.3.1-1 +- Bugfix release 0.3.1 + * Wed Aug 10 2016 Simo Sorce - 0.3.0-1 - New release diff --git a/sources b/sources index b32bab7..97b8226 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1baf0d8cecc27f545b48fc8642a35676 jwcrypto-0.3.0.tar.gz +dbbb1d60affcd8013c75002a192efe22 jwcrypto-0.3.1.tar.gz