Accepting request 703712 from home:mcalabkova:branches:devel:languages:python

Thank you. Something like this?

- 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``).

OBS-URL: https://build.opensuse.org/request/show/703712
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pem?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2019-05-20 07:45:30 +00:00
committed by Git OBS Bridge
parent eb09df106d
commit f599c499e7
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18d8440b62ae264343da72b0f6df934291c2fcdaffbeaf249150a3fe76751ed5
size 28472

3
python-pem-19.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da4035ce675c0bd572e9e1b75e30c38553610a7d861460299ee18d72928379de
size 32067

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
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``).
-------------------------------------------------------------------
Tue Feb 12 10:07:08 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pem
Version: 18.2.0
Version: 19.1.0
Release: 0
Summary: PEM file parsing in Python
License: MIT
@@ -52,9 +52,11 @@ i.e. Base64 encoded DER keys and certificates.
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
rm -f %{buildroot}/%{python_sitelib}/pem/py.typed #zero length
rm -f %{buildroot}/%{python3_sitelib}/pem/py.typed #zero length
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} tests
%pytest tests
%files %{python_files}
%license LICENSE