From f599c499e7b6fc2e022c863bac14860b9faebdb877c4e1e481ded467c14fa825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 20 May 2019 07:45:30 +0000 Subject: [PATCH] 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 --- python-pem-18.2.0.tar.gz | 3 --- python-pem-19.1.0.tar.gz | 3 +++ python-pem.changes | 8 ++++++++ python-pem.spec | 6 ++++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 python-pem-18.2.0.tar.gz create mode 100644 python-pem-19.1.0.tar.gz diff --git a/python-pem-18.2.0.tar.gz b/python-pem-18.2.0.tar.gz deleted file mode 100644 index bd5a82c..0000000 --- a/python-pem-18.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18d8440b62ae264343da72b0f6df934291c2fcdaffbeaf249150a3fe76751ed5 -size 28472 diff --git a/python-pem-19.1.0.tar.gz b/python-pem-19.1.0.tar.gz new file mode 100644 index 0000000..8eff7d9 --- /dev/null +++ b/python-pem-19.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4035ce675c0bd572e9e1b75e30c38553610a7d861460299ee18d72928379de +size 32067 diff --git a/python-pem.changes b/python-pem.changes index 7259c4e..d28ae71 100644 --- a/python-pem.changes +++ b/python-pem.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri May 17 09:25:10 UTC 2019 - Marketa Calabkova + +- 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 diff --git a/python-pem.spec b/python-pem.spec index 5c2d2c3..3750038 100644 --- a/python-pem.spec +++ b/python-pem.spec @@ -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