15
0

- Update to 0.46.1:

- Correct license to BSD-2-Clause and update references
  - Specify in setup.cfg that we require Python >= 3.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=147
This commit is contained in:
2025-10-02 09:12:06 +00:00
committed by Git OBS Bridge
parent c466b11959
commit 6999c5eefe
4 changed files with 9 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
-------------------------------------------------------------------
Thu Oct 2 07:30:20 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
Thu Oct 2 09:10:34 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Update to 0.46.0:
- Update to 0.46.1:
- M2Crypto closes SSL connection on closing HTTPS Connection,
and some other related issues (#203, #278)
- Modernize C API by eliminating use of deprecated
@@ -17,6 +17,8 @@ Thu Oct 2 07:30:20 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Reverted removal of demo/ subdirectory
- Improve SMIME documentation (#377)
- Some other minor bugs, improvements, and removal of dead code
- Correct license to BSD-2-Clause and update references
- Specify in setup.cfg that we require Python >= 3.6
-------------------------------------------------------------------
Wed Apr 23 15:10:46 UTC 2025 - Matej Cepl <mcepl@cepl.eu>