Compare commits
27 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6483c4c990 | |||
| 1b0edd6217 | |||
| 192bc786d1 | |||
| 3c0cae432d | |||
| 6999c5eefe | |||
| c466b11959 | |||
| cf6358ed12 | |||
| 06b82687ba | |||
|
|
7c184cf47d | ||
|
|
742a8e6970 | ||
|
|
09e1b32db2 | ||
|
|
fa370bef54 | ||
| 9239f0e76b | |||
|
|
b42edc6a43 | ||
| 90e6cdc7e2 | |||
|
|
655c23d60d | ||
|
|
5274ab63c1 | ||
| be84f87af3 | |||
|
|
f2b01693d5 | ||
|
|
779795b7c8 | ||
|
|
316fdaec20 | ||
|
|
8750b455c9 | ||
|
|
93535431b3 | ||
|
|
0579903a45 | ||
| 07abe58677 | |||
|
|
5d5097734e | ||
| 18ea3054c6 |
BIN
m2crypto-0.45.1.tar.gz
LFS
BIN
m2crypto-0.45.1.tar.gz
LFS
Binary file not shown.
3
m2crypto-0.46.2.tar.gz
Normal file
3
m2crypto-0.46.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:13c2fa89562f7b8af40cc74b55f490be5e2ab8ccfb739f11c16d3ce6221a61ba
|
||||||
|
size 501816
|
||||||
@@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 2 12:27:31 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update to 0.46.2:
|
||||||
|
- fix[m2xmlrpclib]: make the module compatible with Python 3.6
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 2 09:10:34 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
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
|
||||||
|
- 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>
|
Wed Apr 23 15:10:46 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-M2Crypto
|
# spec file for package python-M2Crypto
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%define oldpython python
|
%define oldpython python
|
||||||
%{?sle15allpythons}
|
%{?sle15allpythons}
|
||||||
Name: python-M2Crypto
|
Name: python-M2Crypto
|
||||||
Version: 0.45.1
|
Version: 0.46.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Crypto and SSL toolkit for Python
|
Summary: Crypto and SSL toolkit for Python
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@@ -97,7 +97,8 @@ donttest="test_verify_with_static_callback"
|
|||||||
%pytest_arch -k "not ($donttest)" tests
|
%pytest_arch -k "not ($donttest)" tests
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGES LICENCE README.rst
|
%license LICENSES/BSD-2-Clause.txt
|
||||||
|
%doc CHANGES README.rst
|
||||||
%{python_sitearch}/[Mm]2[Cc]rypto
|
%{python_sitearch}/[Mm]2[Cc]rypto
|
||||||
%{python_sitearch}/[Mm]2[Cc]rypto-%{version}*-info
|
%{python_sitearch}/[Mm]2[Cc]rypto-%{version}*-info
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user