Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pem for openSUSE:Factory 
checked in at 2022-06-28 15:22:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pem (Old)
 and      /work/SRC/openSUSE:Factory/.python-pem.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pem"

Tue Jun 28 15:22:48 2022 rev:5 rq:985465 version:21.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pem/python-pem.changes    2020-03-24 
22:38:48.217277818 +0100
+++ /work/SRC/openSUSE:Factory/.python-pem.new.1548/python-pem.changes  
2022-06-28 15:23:10.158013770 +0200
@@ -1,0 +2,16 @@
+Tue Jun 21 20:37:10 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to 21.2.0
+  * Added support for pem.OpenSSLTrustedCertificate (-----BEGIN
+    TRUSTED CERTIFICATE-----), as defined in openssl x509 manual.
+    #28
+  * Added support for DSA private keys (BEGIN DSA PRIVATE). This is
+    also the OpenSSH legacy PEM format. #49
+  * Added support for pem.SSHPublicKey (---- BEGIN SSH2 PUBLIC KEY
+    ----), as defined in RFC 4716. #46
+  * Added support for pem.SSHCOMPrivateKey (---- BEGIN SSH2
+    ENCRYPTED PRIVATE KEY ----), the SSH.com / Tectia private key
+    format (plain or encrypted). #46
+- Actually requires twisted[tls]: python-Twisted-tls
+
+-------------------------------------------------------------------

Old:
----
  python-pem-20.1.0.tar.gz

New:
----
  python-pem-21.2.0.tar.gz

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

Other differences:
------------------
++++++ python-pem.spec ++++++
--- /var/tmp/diff_new_pack.cnP8FE/_old  2022-06-28 15:23:10.690014564 +0200
+++ /var/tmp/diff_new_pack.cnP8FE/_new  2022-06-28 15:23:10.694014570 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pem
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pem
-Version:        20.1.0
+Version:        21.2.0
 Release:        0
 Summary:        PEM file parsing in Python
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/hynek/pem
 Source0:        
https://github.com/hynek/pem/archive/%{version}/%{name}-%{version}.tar.gz
-BuildRequires:  %{python_module Twisted}
+BuildRequires:  %{python_module Twisted-tls}
 BuildRequires:  %{python_module certifi}
 BuildRequires:  %{python_module pretend}
 BuildRequires:  %{python_module pyOpenSSL}

++++++ python-pem-20.1.0.tar.gz -> python-pem-21.2.0.tar.gz ++++++
++++ 1626 lines of diff (skipped)

Reply via email to