From c81972ba2a63cba00e5a216609422ebed05b04a1dc4cfd540ec309c1c5f52bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 6 Sep 2020 19:24:41 +0000 Subject: [PATCH 1/3] Accepting request 832622 from home:stroeder:branches:devel:languages:python update to upstream release 0.8 OBS-URL: https://build.opensuse.org/request/show/832622 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jwcrypto?expand=0&rev=19 --- jwcrypto-0.7.tar.gz | 3 --- jwcrypto-0.8.tar.gz | 3 +++ python-jwcrypto.changes | 12 ++++++++++++ python-jwcrypto.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 jwcrypto-0.7.tar.gz create mode 100644 jwcrypto-0.8.tar.gz diff --git a/jwcrypto-0.7.tar.gz b/jwcrypto-0.7.tar.gz deleted file mode 100644 index 574157e..0000000 --- a/jwcrypto-0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adbe1f6266cde35d40d5de6d1419612b3bd4c869b9332c88c9d7a9163d305100 -size 72291 diff --git a/jwcrypto-0.8.tar.gz b/jwcrypto-0.8.tar.gz new file mode 100644 index 0000000..eecf7f7 --- /dev/null +++ b/jwcrypto-0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7fee2635bbefdf145399392f5be26ad54161c8271c66b5fe107b4b452f06c24 +size 73970 diff --git a/python-jwcrypto.changes b/python-jwcrypto.changes index d8facae..7ca8009 100644 --- a/python-jwcrypto.changes +++ b/python-jwcrypto.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Sep 6 14:51:40 UTC 2020 - Michael Ströder + +- update to upstream release 0.8 + * Fix some documentation typos + * Rename ambiguous variable + * Remove cap on sphinx version + * Fix okp key type import + * Add method to export Keys ans Sets as dictionaries + * Typo rectified + * Add secp256k1 curve + ------------------------------------------------------------------- Mon Mar 30 08:15:59 UTC 2020 - Michael Ströder diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index 150e5e3..d1481ca 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -1,7 +1,7 @@ # # spec file for package python-jwcrypto # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-jwcrypto -Version: 0.7 +Version: 0.8 Release: 0 Summary: Python module package implementing JOSE Web standards License: LGPL-3.0-only From 973f52ce5d2b0d93024baef27b4622ea8a6773cff3fa765c7110c098ed5bfc7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 6 Sep 2020 19:25:10 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jwcrypto?expand=0&rev=20 --- python-jwcrypto.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index d1481ca..b07399b 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -25,12 +25,12 @@ License: LGPL-3.0-only Group: Development/Languages/Python URL: https://github.com/latchset/jwcrypto Source: https://files.pythonhosted.org/packages/source/j/jwcrypto/jwcrypto-%{version}.tar.gz -BuildRequires: %{python_module cryptography} +BuildRequires: %{python_module cryptography >= 2.3} BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-cryptography +Requires: python-cryptography >= 2.3 BuildArch: noarch %python_subpackages From 73629b184713c7bcb0be78839a8b1e7c8592738ac3176397b33482beb4b3fa63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 6 Sep 2020 19:26:29 +0000 Subject: [PATCH 3/3] - Use constraints on the cryptography dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jwcrypto?expand=0&rev=21 --- python-jwcrypto.changes | 5 +++++ python-jwcrypto.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-jwcrypto.changes b/python-jwcrypto.changes index 7ca8009..ae1e173 100644 --- a/python-jwcrypto.changes +++ b/python-jwcrypto.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Sep 6 19:25:26 UTC 2020 - Tomáš Chvátal + +- Use constraints on the cryptography dependency + ------------------------------------------------------------------- Sun Sep 6 14:51:40 UTC 2020 - Michael Ströder diff --git a/python-jwcrypto.spec b/python-jwcrypto.spec index b07399b..6748ede 100644 --- a/python-jwcrypto.spec +++ b/python-jwcrypto.spec @@ -22,7 +22,6 @@ Version: 0.8 Release: 0 Summary: Python module package implementing JOSE Web standards License: LGPL-3.0-only -Group: Development/Languages/Python URL: https://github.com/latchset/jwcrypto Source: https://files.pythonhosted.org/packages/source/j/jwcrypto/jwcrypto-%{version}.tar.gz BuildRequires: %{python_module cryptography >= 2.3} @@ -55,7 +54,7 @@ rm -rv %{buildroot}%{_datadir}/doc/jwcrypto %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand py.test-%{$python_bin_suffix} jwcrypto +%pytest jwcrypto %files %{python_files} %{python_sitelib}/*