forked from pool/python-pem
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 <https://github.com/hynek/pem/issues/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 <https://github.com/hynek/pem/pull/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
This commit is contained in:
committed by
Git OBS Bridge
parent
2f9f541023
commit
8118f80b3e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user