15
0

Accepting request 910436 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/910436
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jwcrypto?expand=0&rev=11
This commit is contained in:
Richard Brown
2021-08-11 09:47:01 +00:00
committed by Git OBS Bridge
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:63531529218ba9869e14ef8c9e7b516865ede3facf9b0ef3d3ba68014da211f9
size 87317

3
jwcrypto-1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f88816eb0a41b8f006af978ced5f171f33782525006cdb055b536a40f4d46ac9
size 87992

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Aug 5 19:05:35 UTC 2021 - Michael Ströder <michael@stroeder.com>
- update to 1.0
* Create SECURITY.md
* Allow empty payloads in JWS tokens
* Add tests to check empty payload support
* Drop python2 compatibility
* Fix python3 pylint issues
* Add explicit support to check 'typ' in JWT
* Drop support for importing old MutableMapping
* Disable annoying pep8 naming checks
-------------------------------------------------------------------
Sat Jun 12 16:31:12 UTC 2021 - Michael Ströder <michael@stroeder.com>

View File

@@ -18,8 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-jwcrypto
Version: 0.9.1
Version: 1.0
Release: 0
Summary: Python module package implementing JOSE Web standards
License: LGPL-3.0-only
@@ -62,6 +64,6 @@ rm -rv %{buildroot}%{_datadir}/doc/jwcrypto
%files %{python_files}
%{python_sitelib}/*
%license LICENSE
%doc README.md
%doc README.md SECURITY.md
%changelog