forked from pool/python-M2Crypto
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:
BIN
m2crypto-0.44.0.tar.gz
(Stored with Git LFS)
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
BIN
m2crypto-0.45.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user