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:
Tomáš Chvátal
2020-03-24 13:45:35 +00:00
committed by Git OBS Bridge
parent f4a5be03d4
commit fbdb609feb
4 changed files with 17 additions and 5 deletions

View File

@@ -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 <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>`_
-------------------------------------------------------------------
Wed Sep 11 08:15:02 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>