From fbdb609feba5c2a88a73cbe34f9b19338fcd63334426665961478de90c516dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 24 Mar 2020 13:45:35 +0000 Subject: [PATCH] Accepting request 787806 from home:pgajdos:python - version update to 20.1.0 - Carriage returns (``\r``) are now stripped before hashing ``pem`` objects to provide consistent hashes across platforms. `#40 `_ - Python 3.4 is not supported anymore. It has been unsupported by the Python core team for a while now and its PyPI downloads are negligible. - Added support for ``pem.OpenSSHPrivateKey`` (``OPENSSH PRIVATE KEY``). OpenSSH added a new ``BEGIN`` label when it switched to a proprietary key encoding. `#39 `_ OBS-URL: https://build.opensuse.org/request/show/787806 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pem?expand=0&rev=9 --- python-pem-19.2.0.tar.gz | 3 --- python-pem-20.1.0.tar.gz | 3 +++ python-pem.changes | 12 ++++++++++++ python-pem.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 python-pem-19.2.0.tar.gz create mode 100644 python-pem-20.1.0.tar.gz diff --git a/python-pem-19.2.0.tar.gz b/python-pem-19.2.0.tar.gz deleted file mode 100644 index 0222bbc..0000000 --- a/python-pem-19.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:93772e1574c8ff3442e553025fe42ed66cea3abff7ce75363baffa8eb606e596 -size 32825 diff --git a/python-pem-20.1.0.tar.gz b/python-pem-20.1.0.tar.gz new file mode 100644 index 0000000..48a9ae0 --- /dev/null +++ b/python-pem-20.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140df7388f72bdf95d5a40e152cfda4fd62856b8320a9a808ffdc2bee37d5c36 +size 33442 diff --git a/python-pem.changes b/python-pem.changes index a404784..ef174f0 100644 --- a/python-pem.changes +++ b/python-pem.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Mar 24 13:24:05 UTC 2020 - pgajdos@suse.com + +- version update to 20.1.0 + - Carriage returns (``\r``) are now stripped before hashing ``pem`` objects to provide consistent hashes across platforms. + `#40 `_ + - Python 3.4 is not supported anymore. + It has been unsupported by the Python core team for a while now and its PyPI downloads are negligible. + - Added support for ``pem.OpenSSHPrivateKey`` (``OPENSSH PRIVATE KEY``). + OpenSSH added a new ``BEGIN`` label when it switched to a proprietary key encoding. + `#39 `_ + ------------------------------------------------------------------- Wed Sep 11 08:15:02 UTC 2019 - Tomáš Chvátal diff --git a/python-pem.spec b/python-pem.spec index 18824a6..43775c3 100644 --- a/python-pem.spec +++ b/python-pem.spec @@ -1,7 +1,7 @@ # # spec file for package python-pem # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pem -Version: 19.2.0 +Version: 20.1.0 Release: 0 Summary: PEM file parsing in Python License: MIT