forked from pool/python-jwcrypto
Accepting request 899652 from home:stroeder:iam
update to upstream release 0.9.1 OBS-URL: https://build.opensuse.org/request/show/899652 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jwcrypto?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
73629b1847
commit
f48d4d2618
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b7fee2635bbefdf145399392f5be26ad54161c8271c66b5fe107b4b452f06c24
|
|
||||||
size 73970
|
|
||||||
3
jwcrypto-0.9.1.tar.gz
Normal file
3
jwcrypto-0.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:63531529218ba9869e14ef8c9e7b516865ede3facf9b0ef3d3ba68014da211f9
|
||||||
|
size 87317
|
||||||
@@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 12 16:31:12 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
- added Requires: python-Deprecated
|
||||||
|
- update to upstream release 0.9.1
|
||||||
|
* Create codeql-analysis.yml
|
||||||
|
* Add back ppc64le CI
|
||||||
|
* Actually add the split out ppc64le action
|
||||||
|
* Silence a test warning
|
||||||
|
* Remove the _params abstraction and simplify JWK
|
||||||
|
* Fix crash in exception handler
|
||||||
|
* Add test for Issue 209
|
||||||
|
* Fix keyset import with similar keys
|
||||||
|
* Test fix for Issue 208
|
||||||
|
* Add __repr__() to mask keys
|
||||||
|
* Adding Power support(ppc64le) with ci and testing to the project for architecture independent
|
||||||
|
* Added six as a dependency to avoid import error
|
||||||
|
* Make sure an empty dict is a valid JWT payload
|
||||||
|
* Turn JWK into a dict-like object
|
||||||
|
* Go one step further and provide access as attrs
|
||||||
|
* Drop support for py34 as it stopped working on F33
|
||||||
|
* Deprecate RSA1_5 and remove from defaults
|
||||||
|
* Make PBES2 behave like all other algorithms
|
||||||
|
* Enforce protected header in compact serilization
|
||||||
|
* Fix importing Public EC keys from PEM files
|
||||||
|
* Installation instructions + extra badges
|
||||||
|
* RFC 8812 - Add Default allowed algorithms
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 6 19:25:26 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Sun Sep 6 19:25:26 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-jwcrypto
|
# spec file for package python-jwcrypto
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,18 +17,21 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
|
|
||||||
Name: python-jwcrypto
|
Name: python-jwcrypto
|
||||||
Version: 0.8
|
Version: 0.9.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module package implementing JOSE Web standards
|
Summary: Python module package implementing JOSE Web standards
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
URL: https://github.com/latchset/jwcrypto
|
URL: https://github.com/latchset/jwcrypto
|
||||||
Source: https://files.pythonhosted.org/packages/source/j/jwcrypto/jwcrypto-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/j/jwcrypto/jwcrypto-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module Deprecated}
|
||||||
BuildRequires: %{python_module cryptography >= 2.3}
|
BuildRequires: %{python_module cryptography >= 2.3}
|
||||||
BuildRequires: %{python_module pytest-runner}
|
BuildRequires: %{python_module pytest-runner}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-Deprecated
|
||||||
Requires: python-cryptography >= 2.3
|
Requires: python-cryptography >= 2.3
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|||||||
Reference in New Issue
Block a user