From ba87960f6d7dc77ebbe8462bcc4050809b0ce4c3 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 10 2018 05:22:43 +0000 Subject: import python-jwcrypto-0.4.2-1.el7 --- diff --git a/.gitignore b/.gitignore index a380eca..b246d97 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/jwcrypto-0.2.1.tar.gz +SOURCES/jwcrypto-0.4.2.tar.gz diff --git a/.python-jwcrypto.metadata b/.python-jwcrypto.metadata index 7842618..4e10ded 100644 --- a/.python-jwcrypto.metadata +++ b/.python-jwcrypto.metadata @@ -1 +1 @@ -a7cd4caa8729f1b85f1465310d3eaa583e28cb0c SOURCES/jwcrypto-0.2.1.tar.gz +a2e05c7f468e1a4b1d4e291a6e969868bacafc38 SOURCES/jwcrypto-0.4.2.tar.gz diff --git a/SOURCES/jwcrypto-0.2.1.tar.gz.sha512sum.txt b/SOURCES/jwcrypto-0.2.1.tar.gz.sha512sum.txt deleted file mode 100644 index 4343ea7..0000000 --- a/SOURCES/jwcrypto-0.2.1.tar.gz.sha512sum.txt +++ /dev/null @@ -1 +0,0 @@ -a77858c2adc8b3579ff45e72c6225069e5f7fbaa209735bf040c8282d595e18575fe8e3c4afd3c3d10aa9271ae3b24fa270ae2a4670b0a9ef08a6bde263d0856 dist/jwcrypto-0.2.1.tar.gz diff --git a/SOURCES/jwcrypto-0.4.2.tar.gz.sha512sum.txt b/SOURCES/jwcrypto-0.4.2.tar.gz.sha512sum.txt new file mode 100644 index 0000000..754e617 --- /dev/null +++ b/SOURCES/jwcrypto-0.4.2.tar.gz.sha512sum.txt @@ -0,0 +1 @@ +b21bd13013ed91e2c5bbffb51c1380b761f5d26e930edc047c3f9ebf37d604aa822a12c9d4f42d5c52a66f97bca1c6cecd586c8100159ea2c15459a35a784cd0 dist/jwcrypto-0.4.2.tar.gz diff --git a/SPECS/python-jwcrypto.spec b/SPECS/python-jwcrypto.spec index 9c1a917..136cac1 100644 --- a/SPECS/python-jwcrypto.spec +++ b/SPECS/python-jwcrypto.spec @@ -8,26 +8,26 @@ %define module_name jwcrypto Name: python-jwcrypto -Version: 0.2.1 +Version: 0.4.2 Release: 1%{?dist} Summary: Implements JWK,JWS,JWE specifications using python-cryptography License: LGPLv3+ -URL: https://github.com/simo5/%{module_name} -Source0: https://github.com/simo5/%{module_name}/releases/download/v%{version}/jwcrypto-%{version}.tar.gz -Source1: https://github.com/simo5/%{module_name}/releases/download/v%{version}/jwcrypto-%{version}.tar.gz.sha512sum.txt +URL: https://github.com/latchset/%{module_name} +Source0: https://github.com/latchset/%{module_name}/releases/download/v%{version}/jwcrypto-%{version}.tar.gz +Source1: https://github.com/latchset/%{module_name}/releases/download/v%{version}/jwcrypto-%{version}.tar.gz.sha512sum.txt BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools -BuildRequires: python-cryptography +BuildRequires: python-cryptography >= 1.5 BuildRequires: pytest -Requires: python-cryptography +Requires: python-cryptography >= 1.5 %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-cryptography +BuildRequires: python3-cryptography >= 1.5 BuildRequires: python3-pytest %endif @@ -91,5 +91,11 @@ rm -rf %{buildroot}%{python3_sitelib}/%{module_name}/__pycache__/tests{,-cookboo %changelog +* Thu Aug 17 2017 Christian Heimes - 0.4.2-1 +- Rebase to 0.4.2, resolves rhbz#1434409 + +* Mon Apr 04 2016 Christian Heimes - 0.2.1-2 +- Correct download link + * Thu Mar 31 2016 Christian Heimes - 0.2.1-1 - Initial packaging