forked from pool/python-M2Crypto
- 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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5de32576c3bfc84fc2972ba703305dcba35dfb40383273e9552a7e17175dcb72
|
||||
size 500661
|
||||
3
m2crypto-0.46.1.tar.gz
Normal file
3
m2crypto-0.46.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:946dc1ca4193496313b6438e9abfa0aded022358f854304c4536e0c92bfbdda2
|
||||
size 501751
|
||||
@@ -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>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%define oldpython python
|
||||
%{?sle15allpythons}
|
||||
Name: python-M2Crypto
|
||||
Version: 0.46.0
|
||||
Version: 0.46.1
|
||||
Release: 0
|
||||
Summary: Crypto and SSL toolkit for Python
|
||||
License: BSD-2-Clause
|
||||
@@ -97,6 +97,7 @@ donttest="test_verify_with_static_callback"
|
||||
%pytest_arch -k "not ($donttest)" tests
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSES/BSD-2-Clause.txt
|
||||
%doc CHANGES README.rst
|
||||
%{python_sitearch}/[Mm]2[Cc]rypto
|
||||
%{python_sitearch}/[Mm]2[Cc]rypto-%{version}*-info
|
||||
|
||||
Reference in New Issue
Block a user