15
0

- 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
- Temporarily removed LICENCE

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=146
This commit is contained in:
2025-10-02 07:38:02 +00:00
committed by Git OBS Bridge
parent cf6358ed12
commit c466b11959
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Oct 2 07:30:20 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- 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 <mcepl@cepl.eu>