diff --git a/pyasn1-0.1.1.tar.gz b/pyasn1-0.1.1.tar.gz deleted file mode 100644 index 346bd72..0000000 --- a/pyasn1-0.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5a771ab5b092a016d638e672e566c4fb4fb8080073986104490562b55d890b3 -size 54184 diff --git a/pyasn1-0.1.2.tar.gz b/pyasn1-0.1.2.tar.gz new file mode 100644 index 0000000..f3c8438 --- /dev/null +++ b/pyasn1-0.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2422dabc63126cd6a27e41ad6dec53b3df1d701114a1184e7630e4c857380e12 +size 53547 diff --git a/python-pyasn1.changes b/python-pyasn1.changes index 0e661c5..b2d9967 100644 --- a/python-pyasn1.changes +++ b/python-pyasn1.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Mar 23 09:59:28 UTC 2012 - michael@stroeder.com + +- updated to upstrean release 0.1.2 + +From upstream CHANGES: +- Fix to __long__() to actually return longs on py2k +- Fix to OctetString.__str__() workings of a non-initialized object. +- Fix to quote initializer of OctetString.__repr__() +- Minor fix towards ObjectIdentifier.prettyIn() reliability +- ObjectIdentifier.__str__() is aliased to prettyPrint() +- Exlicit repr() calls replaced with '%r' + ------------------------------------------------------------------- Thu Dec 8 13:52:32 UTC 2011 - coolo@suse.com diff --git a/python-pyasn1.spec b/python-pyasn1.spec index 9e1ca7c..d4e0476 100644 --- a/python-pyasn1.spec +++ b/python-pyasn1.spec @@ -18,8 +18,8 @@ Name: python-pyasn1 -Version: 0.1.1 -Release: 0 +Version: 0.1.2 +Release: 1 Url: http://pyasn1.sf.net/ Summary: ASN.1 types and codecs License: BSD-3-Clause @@ -34,8 +34,8 @@ BuildRequires: python-distribute BuildArch: noarch %endif %endif -Provides: python-asn1 = %{version} -Obsoletes: python-asn1 < %{version} +Provides: python-pyasn1 = %{version} +Obsoletes: python-pyasn1 < %{version} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %description