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