diff --git a/python-pem-19.1.0.tar.gz b/python-pem-19.1.0.tar.gz deleted file mode 100644 index 8eff7d9..0000000 --- a/python-pem-19.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da4035ce675c0bd572e9e1b75e30c38553610a7d861460299ee18d72928379de -size 32067 diff --git a/python-pem-19.2.0.tar.gz b/python-pem-19.2.0.tar.gz new file mode 100644 index 0000000..0222bbc --- /dev/null +++ b/python-pem-19.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93772e1574c8ff3442e553025fe42ed66cea3abff7ce75363baffa8eb606e596 +size 32825 diff --git a/python-pem.changes b/python-pem.changes index d28ae71..a404784 100644 --- a/python-pem.changes +++ b/python-pem.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 11 08:15:02 UTC 2019 - Tomáš Chvátal + +- Update to 19.2.0: + * Added support for pem.ECPrivateKey (EC PRIVATE KEY). + ------------------------------------------------------------------- Fri May 17 09:25:10 UTC 2019 - Marketa Calabkova diff --git a/python-pem.spec b/python-pem.spec index 3750038..18824a6 100644 --- a/python-pem.spec +++ b/python-pem.spec @@ -18,19 +18,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pem -Version: 19.1.0 +Version: 19.2.0 Release: 0 Summary: PEM file parsing in Python License: MIT Group: Development/Languages/Python URL: https://github.com/hynek/pem Source0: https://github.com/hynek/pem/archive/%{version}/%{name}-%{version}.tar.gz -# extra -BuildRequires: %{python_module Sphinx} -# extra dev BuildRequires: %{python_module Twisted} BuildRequires: %{python_module certifi} -BuildRequires: %{python_module coverage} BuildRequires: %{python_module pretend} BuildRequires: %{python_module pyOpenSSL} BuildRequires: %{python_module pytest} @@ -52,8 +48,7 @@ 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 +%python_expand rm %{buildroot}/%{$python_sitelib}/pem/py.typed #zero length %check %pytest tests