Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-M2Crypto for openSUSE:Factory 
checked in at 2026-06-09 14:13:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-M2Crypto (Old)
 and      /work/SRC/openSUSE:Factory/.python-M2Crypto.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-M2Crypto"

Tue Jun  9 14:13:40 2026 rev:59 rq:1357806 version:0.48.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-M2Crypto/python-M2Crypto.changes  
2025-10-03 15:43:55.121764947 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-M2Crypto.new.2375/python-M2Crypto.changes    
    2026-06-09 14:13:59.504898863 +0200
@@ -1,0 +2,86 @@
+Sun Jun  7 19:05:51 UTC 2026 - Matej Cepl <[email protected]>
+
+- Upgrade to 0.48.0:
+  - doc: another move … this time to Codeberg (and communication
+    to Matrix)
+  - test(smime): parametrize test_write_pkcs7_der
+  - test(smime): fix test_signEncryptDecryptVerify
+  - fix(util): return bytes from passphrase callbacks
+  - fix(SSL.Checker): add IDN Chinese name
+  - test(ssl): add IDN certificate fixture coverage
+  - test(ssl): cover IDN hostname matching in Checker
+  - doc: update expected Name format in migration guide
+  - fix(smime): S/MIME signature verification for Outlook and
+    Thunderbird
+  - fix(provider): handle OSSL_STORE_INFO_PUBKEY compat. for
+    OpenSSL < 3.2
+  - fix: cast X509_dup in sk_X509_deep_copy to avoid type
+    mismatch
+  - fix(smime): S/MIME signature verification for Outlook and
+    Thunderbird
+  - fix(smime): remove obsolete Python pre-3.6 constructs
+  - ci: run on Codeberg with forgejo_runner
+  - doc: clarify the status of the project
+  - fix(provider): adjust the CI run on Gitea for the older
+    OpenSSL on Debian
+  - fix(evp): narrow digest and BIO pointers for mypy
+  - fix(init): acommodate modern packaging API
+  - doc: IRC channel is on Libera, Ergo was a wrong idea
+  - fix(tests): remove duplicate definition of IS_DEBIAN in
+    test_ssl
+  - fix(test_bio_ssl): fix TLS 1.3 deadlock and add socket
+    timeouts
+  - fix(test_bio_ssl): replace sys.exit() with self.fail() to
+    prevent test process crash
+  - ci: publish to PyPI with Sigstore attestations via Trusted
+    Publishing
+  - fix(authcookie): handle CookieError from Python 3.13.12+
+    (CVE-2026-0672)
+  - ci(leap): use setup.py bdist_wheel to bypass old pip PEP 517
+    wrapper
+  - fix(util): replace is_32bit with struct.calcsize and update
+    tests
+  - ci: add FreeBSD SourceHut CI build script
+  - fix(swig): avoid clang GNUC pragma block before _lib.h
+  - fix(provider): don't abuse TemporaryDirectory to be mkdtemp,
+    use that directly.
+  - fix(provider): gate provider APIs for OpenSSL 1.1.1
+  - feat(provider): add key generation and destruction methods
+  - docs(provider): add comprehensive documentation to Provider
+    module
+  - fix(provider): better exception handling
+  - doc: add a simple AGENTS.md
+  - feat(engine): add availability check, lifecycle helpers, and
+    safer cleanup
+  - doc(engine): Improve documentation and example of using
+    Engine module
+- Upgrade to 0.47.0:
+  - feat: added full SWIG bindings for the ASN1_UTCTIME
+  - refactor(SWIG): adopt Python Buffer Protocol for
+    X509_NAME_ENTRY_set_data
+  - fix: allow 64-bit time_t on 32-bit systems in test_is32bit
+  - feat(provider): add initial OpenSSL providers support
+  - feat: stop supporting 32bit packages on Windows
+  - fix: improve detection of OpenSSL on Windows
+  - ci: run doctest
+  - fix: _matchIPAddress is failing
+  - feat: Add degenerate PKCS7 (.p7c) support
+  - fix(setup): add `packaging` as a requirement
+  - feat(asn1): introduce dedicated ASN1_UTCTIME class
+  - feat(CRL): add content of m2crypto-0.21.1-x509_crl.patch
+  - refactor(x509): CRL handling and testing
+  - feat: add function to provide the equivalent of `openssl
+    ciphers`.
+  - fix(X509): refactor new_extension to prevent memory
+    corruption
+  - ci: add tests showing the use of M2Crypto for STARTTLS
+    protocol
+  - doc: convert documentation to MyST
+  - doc: various improvements of documentation
+  - revert: remove support for Engine
+  - fix(engine): make the compilation of Engine conditional on
+    OPENSSL_NO_ENGINE
+  - fix(https): make HTTPS Connection work with Proxy
+  - doc: add an example of using HTTPS with PKCS#11 Engine
+
+-------------------------------------------------------------------

Old:
----
  m2crypto-0.46.2.tar.gz

New:
----
  m2crypto-0.48.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-M2Crypto.spec ++++++
--- /var/tmp/diff_new_pack.TgewKb/_old  2026-06-09 14:14:00.384935317 +0200
+++ /var/tmp/diff_new_pack.TgewKb/_new  2026-06-09 14:14:00.384935317 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-M2Crypto
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,11 @@
 
 
 %define oldpython python
+# just for easy of debugging in non-standard projects
+%define skip_python312 1
 %{?sle15allpythons}
 Name:           python-M2Crypto
-Version:        0.46.2
+Version:        0.48.0
 Release:        0
 Summary:        Crypto and SSL toolkit for Python
 License:        BSD-2-Clause
@@ -98,10 +100,10 @@
 
 %files %{python_files}
 %license LICENSES/BSD-2-Clause.txt
-%doc CHANGES README.rst
+%doc CHANGES README.md
 %{python_sitearch}/[Mm]2[Cc]rypto
 %{python_sitearch}/[Mm]2[Cc]rypto-%{version}*-info
 
 %files -n %{name}-doc
-%doc doc/*.rst
+%doc doc/*.md
 

++++++ m2crypto-0.46.2.tar.gz -> m2crypto-0.48.0.tar.gz ++++++
++++ 13091 lines of diff (skipped)

Reply via email to