2019-09-11 08:15:48 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-03-24 13:45:35 +00:00
|
|
|
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>`_
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-09-11 08:15:48 +00:00
|
|
|
Wed Sep 11 08:15:02 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 19.2.0:
|
|
|
|
* Added support for pem.ECPrivateKey (EC PRIVATE KEY).
|
|
|
|
|
2019-05-20 07:45:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 17 09:25:10 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- update to version 19.1.0
|
|
|
|
* You can now load encrypted PKCS#8 PEM key as ``pem.Key``.
|
|
|
|
* Added support for ``pem.PublicKey`` (``PUBLIC KEY``).
|
|
|
|
* Added support for ``pem.RSAPublicKey`` (``RSA PUBLIC KEY``).
|
|
|
|
|
2019-02-12 10:10:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 12 10:07:08 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Trim replicated metadata from description.
|
|
|
|
|
2019-02-12 09:05:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 12 09:05:10 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Mark as noarch since the package does not compile anything
|
|
|
|
|
2019-02-12 09:04:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 7 11:47:31 UTC 2019 - ecsos@opensuse.org
|
|
|
|
|
|
|
|
- initial version 18.2.0
|