15
0

[info=b2ef9ed9b2a2669cd9074feb46acbd060e8c1d3f4b6df992678b74d795ef94b6]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-M2Crypto?expand=0&rev=144
This commit is contained in:
OBS User unknown
2025-04-23 15:18:42 +00:00
committed by Git OBS Bridge
parent 9a0dc67b3f
commit e632d08741
7 changed files with 14 additions and 2076 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
mtime: 1745359512
commit: 84719d15958723c50ce3c421816606b4b175f5b71c6aa0f22a7a3a90f2a78fd6
mtime: 1745421153
commit: b2ef9ed9b2a2669cd9074feb46acbd060e8c1d3f4b6df992678b74d795ef94b6
url: https://src.opensuse.org/mcepl/python-M2Crypto
revision: factory

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8cbb7c8032f79d627d676d58604860a67d5f620368fe57df9444eac42d74366e
oid sha256:bf30ae08656b3dc48368a0870a467a98fb67e7f051bf695e6c3314d0c3aa4c7d
size 256

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ffc10d4d09901514f408dc74f60a4d7df21c44ebc9bf776c947bfdc7359421cf
size 243142

BIN
m2crypto-0.45.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,7 +1,12 @@
-------------------------------------------------------------------
Tue Apr 22 22:02:34 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
Wed Apr 23 15:10:46 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Test 0.45.1
- 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 (dont
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>

View File

@@ -19,7 +19,7 @@
%define oldpython python
%{?sle15allpythons}
Name: python-M2Crypto
Version: 0.45.0
Version: 0.45.1
Release: 0
Summary: Crypto and SSL toolkit for Python
License: BSD-2-Clause
@@ -27,7 +27,6 @@ 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
Patch0: 0.45.1.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}