diff --git a/m2crypto-0.45.1.tar.gz b/m2crypto-0.45.1.tar.gz deleted file mode 100644 index 697dc31..0000000 --- a/m2crypto-0.45.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0fc81a8828edbf4308432b3040bf06bb26bad95abb9e7d4690b6118551e76ec -size 363721 diff --git a/m2crypto-0.46.0.tar.gz b/m2crypto-0.46.0.tar.gz new file mode 100644 index 0000000..97a1b7f --- /dev/null +++ b/m2crypto-0.46.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de32576c3bfc84fc2972ba703305dcba35dfb40383273e9552a7e17175dcb72 +size 500661 diff --git a/python-M2Crypto.changes b/python-M2Crypto.changes index e4ae62b..bc6a14e 100644 --- a/python-M2Crypto.changes +++ b/python-M2Crypto.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Oct 2 07:30:20 UTC 2025 - Matej Cepl + +- Update to 0.46.0: + - M2Crypto closes SSL connection on closing HTTPS Connection, + and some other related issues (#203, #278) + - Modernize C API by eliminating use of deprecated + PyBytes_AsStringAndSize and related functions with Python + Buffer Protocol (#375) + - Whole project is completely covered with type hints and is + checked by mypy (also while doing that, the whole project was + blackened) (#344) + - Add logging support to C extension code sending messages to + the Python logging + - Introducing first efforts to support Engine object (#229) + - Reworked and fixed M2Crypto.m2xmlrpclib module (#163) + - Reverted removal of demo/ subdirectory + - Improve SMIME documentation (#377) + - Some other minor bugs, improvements, and removal of dead code + ------------------------------------------------------------------- Wed Apr 23 15:10:46 UTC 2025 - Matej Cepl diff --git a/python-M2Crypto.spec b/python-M2Crypto.spec index 8bbc319..532c282 100644 --- a/python-M2Crypto.spec +++ b/python-M2Crypto.spec @@ -19,7 +19,7 @@ %define oldpython python %{?sle15allpythons} Name: python-M2Crypto -Version: 0.45.1 +Version: 0.46.0 Release: 0 Summary: Crypto and SSL toolkit for Python License: BSD-2-Clause @@ -97,7 +97,7 @@ donttest="test_verify_with_static_callback" %pytest_arch -k "not ($donttest)" tests %files %{python_files} -%doc CHANGES LICENCE README.rst +%doc CHANGES README.rst %{python_sitearch}/[Mm]2[Cc]rypto %{python_sitearch}/[Mm]2[Cc]rypto-%{version}*-info