forked from pool/python-jwcrypto
Accepting request 1131710 from devel:languages:python
- update to 1.5.0:
* Minor bugfixes and the addition of Brainpool curves.
* Raising the bar for minimum pyca/cryptography
* Fix typos with codespell
* Add codespell checks in CI
* Add Brainpool EC-curves support
* Fix error message
* Fix assorted CI issue
* Better support for algorithms that have different input
keysize requirement
OBS-URL: https://build.opensuse.org/request/show/1131710
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jwcrypto?expand=0&rev=14
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80a35e9ed1b3b2c43ce03d92c5d48e6d0b6647e2aa2618e4963448923d78a37b
|
||||
size 85106
|
||||
3
jwcrypto-1.5.0.tar.gz
Normal file
3
jwcrypto-1.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c1dc51cf8e38ddf324795dfe9426dee9dd46caf47f535ccbc18781fba810b8d
|
||||
size 86410
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 22:03:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.5.0:
|
||||
* Minor bugfixes and the addition of Brainpool curves.
|
||||
* Raising the bar for minimum pyca/cryptography
|
||||
* Fix typos with codespell
|
||||
* Add codespell checks in CI
|
||||
* Add Brainpool EC-curves support
|
||||
* Fix error message
|
||||
* Fix assorted CI issue
|
||||
* Better support for algorithms that have different input
|
||||
keysize requirement
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 14:57:01 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-jwcrypto
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -21,20 +21,20 @@
|
||||
%define skip_python2 1
|
||||
|
||||
Name: python-jwcrypto
|
||||
Version: 1.4.2
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: Python module package implementing JOSE Web standards
|
||||
License: LGPL-3.0-only
|
||||
URL: https://github.com/latchset/jwcrypto
|
||||
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 >= 3.4}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-Deprecated
|
||||
Requires: python-cryptography >= 2.3
|
||||
Requires: python-cryptography >= 3.4
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user