diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 3307d3a..f39d8c8 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,3 +1,3 @@ -mtime: 1739974084 -commit: 6ba6f16f8d09e73b13442afb316453ffc1cece236d276d10ff041a62889a0744 +mtime: 1723637678 +commit: 489495c74822d8daf79a2edc0a5ec9e0d6c8b7ab3cb355200934de2bd2a8506d url: https://src.opensuse.org/pool/python-M2Crypto.git diff --git a/build.specials.obscpio b/build.specials.obscpio index 72d5bd7..f29dbf3 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ecbd3919d6f239946bb5805b91977dfd05bf90c6a894d09eb504196e6354e9c8 +oid sha256:d9a7a697eb8d545ead42591f8fa8df82950d5635d5c81b70fa78eee92119a713 size 256 diff --git a/m2crypto-0.42.0.tar.gz b/m2crypto-0.42.0.tar.gz new file mode 100644 index 0000000..5565e08 --- /dev/null +++ b/m2crypto-0.42.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b62df2caf623161b1d643a7235464c2fe2a3105049ebc498a6d47dc08f64b4 +size 240072 diff --git a/m2crypto-0.44.0.tar.gz b/m2crypto-0.44.0.tar.gz deleted file mode 100644 index a7170a7..0000000 --- a/m2crypto-0.44.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:384bb4cbd178ee0e74015311b7b1f9f2c377e3686e03fa070b3ec2f494671c0f -size 363805 diff --git a/python-M2Crypto.changes b/python-M2Crypto.changes index a80f814..482dfaf 100644 --- a/python-M2Crypto.changes +++ b/python-M2Crypto.changes @@ -1,58 +1,3 @@ -------------------------------------------------------------------- -Tue Feb 18 07:24:17 UTC 2025 - Matej Cepl - -- 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 - -- 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 - -- The real license is BSD 2-Clause, not MIT. - -------------------------------------------------------------------- -Wed Oct 30 18:42:41 UTC 2024 - Matej Cepl - -- 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 diff --git a/python-M2Crypto.rpmlintrc b/python-M2Crypto.rpmlintrc deleted file mode 100644 index f1b3d5d..0000000 --- a/python-M2Crypto.rpmlintrc +++ /dev/null @@ -1 +0,0 @@ -addFilter("python-bytecode-inconsistent-mtime") diff --git a/python-M2Crypto.spec b/python-M2Crypto.spec index 2099d61..3a2b3b6 100644 --- a/python-M2Crypto.spec +++ b/python-M2Crypto.spec @@ -1,7 +1,7 @@ # # spec file for package python-M2Crypto # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,22 +19,19 @@ %define oldpython python %{?sle15_python_module_pythons} Name: python-M2Crypto -Version: 0.44.0 +Version: 0.42.0 Release: 0 Summary: Crypto and SSL toolkit for Python -License: BSD-2-Clause +License: MIT 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} 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