diff --git a/pyasn1-0.4.3.tar.gz b/pyasn1-0.4.3.tar.gz deleted file mode 100644 index 881d780..0000000 --- a/pyasn1-0.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb81622d8f3509f0026b0683fe90fea27be7284d3826a5f2edf97f69151ab0fc -size 118494 diff --git a/pyasn1-0.4.4.tar.gz b/pyasn1-0.4.4.tar.gz new file mode 100644 index 0000000..711e411 --- /dev/null +++ b/pyasn1-0.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58f2a3d12fd754aa123e9fa74fb7345333000a035f3921dbdaa08597aa53137 +size 118725 diff --git a/python-pyasn1.changes b/python-pyasn1.changes index b912ab6..4a134f4 100644 --- a/python-pyasn1.changes +++ b/python-pyasn1.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Aug 7 14:42:43 UTC 2018 - toddrme2178@gmail.com + +- update to 0.4.4 + * Fixed native encoder type map to include all ASN.1 types + rather than just ambiguous ones + * Fixed crash in `.prettyPrint` of `Sequence` and `Set` occurring + at OPTIONAL components + ------------------------------------------------------------------- Sat May 26 23:00:34 UTC 2018 - michael@stroeder.com diff --git a/python-pyasn1.spec b/python-pyasn1.spec index 1351f8f..6b5d831 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyasn1 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define oldpython python +%define oldpython python Name: python-pyasn1 -Version: 0.4.3 +Version: 0.4.4 Release: 0 Summary: ASN.1 types and codecs License: BSD-2-Clause @@ -34,7 +34,6 @@ BuildRequires: python-rpm-macros Obsoletes: %{oldpython}-asn1 < 0.2.3 Provides: %{oldpython}-asn1 = %{version} %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -60,7 +59,8 @@ specification. %files %python_files %defattr(-,root,root,-) -%doc CHANGES.rst LICENSE.rst README.md TODO.rst +%doc CHANGES.rst README.md TODO.rst +%license LICENSE.rst %{python_sitelib}/* %changelog