diff --git a/pyasn1-0.1.8.tar.gz b/pyasn1-0.1.8.tar.gz deleted file mode 100644 index f1d05d0..0000000 --- a/pyasn1-0.1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d33be7ca0ec5997d76d29ea4c33b65c00c0231407fff975199d7f40530b8347 -size 75676 diff --git a/pyasn1-0.1.9.tar.gz b/pyasn1-0.1.9.tar.gz new file mode 100644 index 0000000..a2c722d --- /dev/null +++ b/pyasn1-0.1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853cacd96d1f701ddd67aa03ecc05f51890135b7262e922710112f12a2ed2a7f +size 75947 diff --git a/python-pyasn1.changes b/python-pyasn1.changes index c93a100..917f140 100644 --- a/python-pyasn1.changes +++ b/python-pyasn1.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Oct 6 11:18:26 UTC 2015 - hpj@urpla.net + +- updated to upstream release 0.1.9 + - Wheel distribution format now supported. + - Extensions added to text files, CVS attic flushed. + - Fix to make uninitilaized pyasn1 objects failing properly on hash(). + - Fix to ObjectIdentifier initialization from unicode string. + - Fix to CER/DER Boolean decoder - fail on non single-octet payload. + ------------------------------------------------------------------- Sat Jul 4 20:42:15 UTC 2015 - michael@stroeder.com diff --git a/python-pyasn1.spec b/python-pyasn1.spec index 88bb3f3..efd96a6 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -17,7 +17,7 @@ Name: python-pyasn1 -Version: 0.1.8 +Version: 0.1.9 Release: 0 Summary: ASN.1 types and codecs License: BSD-2-Clause @@ -56,7 +56,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) -%doc CHANGES LICENSE README THANKS TODO doc +%doc CHANGES.txt LICENSE.txt README.txt THANKS.txt TODO.txt doc %{python_sitelib}/* %changelog