Accepting request 1090246 from devel:languages:python

- update to 3.18.0:
  * Added support for DER BOOLEAN encodings.
  * The library now compiles on Windows ARM64. Thanks to Niyas
    Sait.
  * GH#722: ``nonce`` attribute was not correctly set for
    XChaCha20_Poly1305 ciphers. Thanks to Liam Haber.
  * GH#728: Workaround for a possible x86 emulator bug in Windows
    for ARM64.
  * GH#739: OID encoding for arc 2 didn't accept children larger
    than 39. Thanks to James.
  * Correctly check that the scalar matches the point when
    importing an ECC private key.

OBS-URL: https://build.opensuse.org/request/show/1090246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycryptodome?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2023-06-03 22:11:38 +00:00 committed by Git OBS Bridge
commit a2023f1da2
4 changed files with 20 additions and 4 deletions

View File

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

BIN
pycryptodome-3.18.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Jun 1 10:12:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.18.0:
* Added support for DER BOOLEAN encodings.
* The library now compiles on Windows ARM64. Thanks to Niyas
Sait.
* GH#722: ``nonce`` attribute was not correctly set for
XChaCha20_Poly1305 ciphers. Thanks to Liam Haber.
* GH#728: Workaround for a possible x86 emulator bug in Windows
for ARM64.
* GH#739: OID encoding for arc 2 didn't accept children larger
than 39. Thanks to James.
* Correctly check that the scalar matches the point when
importing an ECC private key.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 5 17:09:46 UTC 2023 - Matej Cepl <mcepl@suse.com> Fri May 5 17:09:46 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@ -19,7 +19,7 @@
%define oldpython python %define oldpython python
%define min_version %{lua:rpm.expand("%{version}"):gsub("^(%d+%.%d+).*", "%1")} %define min_version %{lua:rpm.expand("%{version}"):gsub("^(%d+%.%d+).*", "%1")}
Name: python-pycryptodome Name: python-pycryptodome
Version: 3.17.0 Version: 3.18.0
Release: 0 Release: 0
Summary: Cryptographic library for Python Summary: Cryptographic library for Python
License: BSD-2-Clause License: BSD-2-Clause