Accepting request 954656 from devel:languages:python
- update to 3.14.1: * GH#595: Fixed memory leak for GMP integers. * Add support for curve NIST P-192. * Add support for curve NIST P-224. * GH#590: Fixed typing info for ``Crypto.PublicKey.ECC``. * Relaxed ECDSA requirements for FIPS 186 signatures and accept any SHA-2 or * SHA-3 hash. ``sign()`` and ``verify()`` will be performed even if the hash is stronger than the ECC key. OBS-URL: https://build.opensuse.org/request/show/954656 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycryptodome?expand=0&rev=20
This commit is contained in:
commit
03b643e110
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 15 08:52:41 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.14.1:
|
||||
* GH#595: Fixed memory leak for GMP integers.
|
||||
* Add support for curve NIST P-192.
|
||||
* Add support for curve NIST P-224.
|
||||
* GH#590: Fixed typing info for ``Crypto.PublicKey.ECC``.
|
||||
* Relaxed ECDSA requirements for FIPS 186 signatures and accept any SHA-2 or
|
||||
* SHA-3 hash. ``sign()`` and ``verify()`` will be performed even if the hash is stronger
|
||||
than the ECC key.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 11 13:19:30 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pycryptodome
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-pycryptodome
|
||||
Version: 3.12.0
|
||||
Version: 3.14.1
|
||||
Release: 0
|
||||
Summary: Cryptographic library for Python
|
||||
License: BSD-2-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d08b9799b6c5b9c99219b775066234d73f3007f5dab4189e33a7c3581507ee57
|
||||
size 15130980
|
3
v3.14.1.tar.gz
Normal file
3
v3.14.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2da3d5c2ecd3c3b73946ef00dc585d590e869deacdfe464cefba96f50d13682f
|
||||
size 15339859
|
Loading…
x
Reference in New Issue
Block a user