1
0

Update to 0.45.0:

- chore: preparing 0.45.0 release
  - fix(lib,ssl): rewrite ssl_accept, ssl_{read,write}_nbio for better error handling
  - fix: replace m2_PyBuffer_Release with native PyBuffer_Release
  - chore: build Windows builds with Python 3.13 as well
  - fix: remove support for Engine
  - chore: use actual license of the project
  - ci(Debian): make M2Crypto buildable on Debian (bsc#1240965)
  - swig: Workaround for reading sys/select.h ending with wrong types.
  - ci: bump required setuptools version because of change in naming strategy
  - fix: add fix for build with older GCC
  - fix: remove AnyStr and Any types
This commit is contained in:
2025-04-17 06:17:22 +02:00
parent d2c9633f21
commit d27aea094b
4 changed files with 20 additions and 4 deletions

BIN
m2crypto-0.44.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
m2crypto-0.45.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Apr 17 04:09:44 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Update to 0.45.0:
- chore: preparing 0.45.0 release
- fix(lib,ssl): rewrite ssl_accept, ssl_{read,write}_nbio for better error handling
- fix: replace m2_PyBuffer_Release with native PyBuffer_Release
- chore: build Windows builds with Python 3.13 as well
- fix: remove support for Engine
- chore: use actual license of the project
- ci(Debian): make M2Crypto buildable on Debian (bsc#1240965)
- swig: Workaround for reading sys/select.h ending with wrong types.
- ci: bump required setuptools version because of change in naming strategy
- fix: add fix for build with older GCC
- fix: remove AnyStr and Any types
-------------------------------------------------------------------
Wed Apr 2 10:11:31 UTC 2025 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -19,7 +19,7 @@
%define oldpython python
%{?sle15allpythons}
Name: python-M2Crypto
Version: 0.44.0
Version: 0.45.0
Release: 0
Summary: Crypto and SSL toolkit for Python
License: BSD-2-Clause