forked from pool/python-M2Crypto
Accepting request 1219703 from devel:Factory:git-workflow:staging:mcepl:python-M2Crypto:1
factory (🤖: Submission of python-M2Crypto via pool/python-M2Crypto#1 by mcepl) OBS-URL: https://build.opensuse.org/request/show/1219703 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-M2Crypto?expand=0&rev=54
This commit is contained in:
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1730314436
|
||||
commit: 06d9f4cf69ca62d1065c25bc713473c743d5f1bd9b2518ae901c8113ba5af3b5
|
||||
url: https://src.opensuse.org/mcepl/python-M2Crypto.git
|
||||
revision: 06d9f4cf69ca62d1065c25bc713473c743d5f1bd9b2518ae901c8113ba5af3b5
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7415d68059c9daef3764714994d63c6052f7b049daffcb41d864d4daf3e9c58a
|
||||
size 256
|
||||
BIN
m2crypto-0.42.0.tar.gz
LFS
BIN
m2crypto-0.42.0.tar.gz
LFS
Binary file not shown.
BIN
m2crypto-0.43.0.tar.gz
LFS
Normal file
BIN
m2crypto-0.43.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 18:42:41 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Update to 0.43.0:
|
||||
- feat[m2]: add m2.time_t_bits to checking for 32bitness.
|
||||
- fix[tests]: Use only X509_VERSION_1 (0) as version for CSR.
|
||||
- fix[EC]: raise ValueError when load_key_bio() cannot read the
|
||||
file (bsc#1231589).
|
||||
- ci: use -mpip wheel instead of -mbuild
|
||||
- fix: use PyMem_Malloc() instead of malloc()
|
||||
- fix[hints]: more work on conversion of type hints to the py3k ones
|
||||
- fix: make the package build even on Python 3.6
|
||||
- ci[local]: skip freezing local tests
|
||||
- fix[hints]: remove AnyStr type
|
||||
- test: add suggested test for RSA.{get,set}_ex_data
|
||||
- fix: implement interfaces for RSA_{get,set}_ex_new_{data,index}
|
||||
- fix: generate src/SWIG/x509_v_flag.h to overcome weaknesses of
|
||||
swig
|
||||
- fix: replace literal enumeration of all VERIFY_ constants by a
|
||||
cycle
|
||||
- test: unify various test cases in test_ssl related to ftpslib
|
||||
- fix: replace deprecated url keyword in setup.cfg with complete
|
||||
project_urls map
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 10 22:41:07 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%define oldpython python
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-M2Crypto
|
||||
Version: 0.42.0
|
||||
Version: 0.43.0
|
||||
Release: 0
|
||||
Summary: Crypto and SSL toolkit for Python
|
||||
License: MIT
|
||||
@@ -32,6 +32,8 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user