forked from pool/python-M2Crypto
[info=6ba6f16f8d09e73b13442afb316453ffc1cece236d276d10ff041a62889a0744]
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=137
This commit is contained in:
committed by
Git OBS Bridge
parent
7fc3605442
commit
feceb5b6de
@@ -1,3 +1,3 @@
|
||||
mtime: 1730491241
|
||||
commit: 107cc599a168170a50b2d8ba14508a078094e99d48551ce823631bfe724ce80d
|
||||
mtime: 1739974084
|
||||
commit: 6ba6f16f8d09e73b13442afb316453ffc1cece236d276d10ff041a62889a0744
|
||||
url: https://src.opensuse.org/pool/python-M2Crypto.git
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6423559dd01cd8137bde48687957e47f0f843c43a3e2cab0e18dd70447a7b39c
|
||||
oid sha256:ecbd3919d6f239946bb5805b91977dfd05bf90c6a894d09eb504196e6354e9c8
|
||||
size 256
|
||||
|
||||
BIN
m2crypto-0.43.0.tar.gz
LFS
BIN
m2crypto-0.43.0.tar.gz
LFS
Binary file not shown.
BIN
m2crypto-0.44.0.tar.gz
LFS
Normal file
BIN
m2crypto-0.44.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 07:24:17 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Fix spelling of BSD-2-Clause license.
|
||||
- Add rpmlintrc … overflow of ignorable rpmlint warnings caused
|
||||
me not to see the previous problem.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 17 17:42:35 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Update to 0.44.0:
|
||||
- fix(rsa): introduce internal cache for rsa.check_key()
|
||||
(bsc#1236664, srht#mcepl/m2crypto#369)
|
||||
- fix[authcookie]: modernize the module
|
||||
- fix(_lib): add missing #include for windows
|
||||
- ci: relax fedora crypto policy to legacy.
|
||||
- enhance setup.py for macos compatibility
|
||||
- prefer packaging.version over distutils.version
|
||||
- fix segfault with openssl 3.4.0
|
||||
- fix[ec]: raise ioerror instead when load_key_bio() cannot read
|
||||
the file.
|
||||
- doc: update installation instructions for windows.
|
||||
- fix setting x509.verify_* variables
|
||||
- fix building against openssl in non-standard location
|
||||
- test_x509: use only x509_version_1 (0) as version for csr.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 12 11:01:06 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- The real license is BSD 2-Clause, not MIT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 18:42:41 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
||||
1
python-M2Crypto.rpmlintrc
Normal file
1
python-M2Crypto.rpmlintrc
Normal file
@@ -0,0 +1 @@
|
||||
addFilter("python-bytecode-inconsistent-mtime")
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-M2Crypto
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,13 +19,14 @@
|
||||
%define oldpython python
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-M2Crypto
|
||||
Version: 0.43.0
|
||||
Version: 0.44.0
|
||||
Release: 0
|
||||
Summary: Crypto and SSL toolkit for Python
|
||||
License: MIT
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://sr.ht/~mcepl/m2crypto/
|
||||
Source0: https://files.pythonhosted.org/packages/source/M/M2crypto/m2crypto-%{version}.tar.gz
|
||||
Source99: python-M2Crypto.rpmlintrc
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
|
||||
Reference in New Issue
Block a user