Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
9544347444 |
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.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
m2crypto-0.45.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 23 15:10:46 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Update to 0.45.1:
|
||||
- ci: switch from using sha1 to sha256.
|
||||
- ci(keys): regenerate rsa*.pem keys as well
|
||||
- fix: make the package compatible with OpenSSL >= 3.4 (don’t
|
||||
rely on LEGACY crypto-policies)
|
||||
- chore: package also system_shadowing directory to make builds more reliable
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Allow for ambiguity in first letter of directories in
|
||||
%{python_sitearch}.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 19 10:52:49 UTC 2025 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Change macro to %{?sle15allpythons} so we build both Python 3.6
|
||||
and Python 3.11 on SLE-15.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 07:24:17 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
@@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%define oldpython python
|
||||
%{?sle15_python_module_pythons}
|
||||
%{?sle15allpythons}
|
||||
Name: python-M2Crypto
|
||||
Version: 0.44.0
|
||||
Version: 0.45.1
|
||||
Release: 0
|
||||
Summary: Crypto and SSL toolkit for Python
|
||||
License: BSD-2-Clause
|
||||
@@ -33,8 +33,6 @@ BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module typing}
|
||||
BuildRequires: %{python_module wheel}
|
||||
# For debugging
|
||||
BuildRequires: %{python_module readline}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: openssl
|
||||
BuildRequires: openssl-devel
|
||||
@@ -100,8 +98,8 @@ donttest="test_verify_with_static_callback"
|
||||
|
||||
%files %{python_files}
|
||||
%doc CHANGES LICENCE README.rst
|
||||
%{python_sitearch}/M2Crypto
|
||||
%{python_sitearch}/M2Crypto-%{version}*-info
|
||||
%{python_sitearch}/[Mm]2[Cc]rypto
|
||||
%{python_sitearch}/[Mm]2[Cc]rypto-%{version}*-info
|
||||
|
||||
%files -n %{name}-doc
|
||||
%doc doc/*.rst
|
||||
|
Reference in New Issue
Block a user