forked from pool/python-pyasn1
Accepting request 110733 from home:stroeder:branches:devel:languages:python
Update to 0.1.2 hopefully now compliant with OBS policy OBS-URL: https://build.opensuse.org/request/show/110733 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyasn1?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
940215daea
commit
af86c76ff0
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5a771ab5b092a016d638e672e566c4fb4fb8080073986104490562b55d890b3
|
||||
size 54184
|
3
pyasn1-0.1.2.tar.gz
Normal file
3
pyasn1-0.1.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2422dabc63126cd6a27e41ad6dec53b3df1d701114a1184e7630e4c857380e12
|
||||
size 53547
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user