Mailinglist Archive: opensuse-commit (561 mails)
| < Previous | Next > |
commit python-asn1 for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 28 Jun 2010 13:06:15 +0200
- Message-id: <20100628110616.0A7F2201DD@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package python-asn1 for openSUSE:Factory
checked in at Mon Jun 28 13:06:15 CEST 2010.
--------
New Changes file:
--- /dev/null 2010-05-08 11:31:08.000000000 +0200
+++ /mounts/work_src_done/STABLE/python-asn1/python-asn1.changes
2010-06-22 15:53:06.000000000 +0200
@@ -0,0 +1,61 @@
+-------------------------------------------------------------------
+Tue Jun 22 13:44:07 UTC 2010 - hvogel@xxxxxxxxxx
+
+- rename to follow our naming scheme with skipping py prefix for
+ modname
+- prepare specfile for factory submission
+
+-------------------------------------------------------------------
+Fri Apr 30 02:41:06 UTC 2010 - alexandre@xxxxxxxxxxxxxx
+
+- Update to 0.0.11a
+ - Decoder can now treat values of unknown types as opaque OctetString.
+ - Fix to Set/SetOf type decoder to handle uninitialized scalar SetOf
+ components correctly.
+- Spec file cleaned with spec-cleaner.
+
+-------------------------------------------------------------------
+Mon Feb 08 12:00:00 2010 - termim@xxxxxxxxx
+- Update to 0.0.10a
+ - API versioning mechanics retired (pyasn1.v1 -> pyasn1) what makes
+ it possible to zip-import pyasn1 sources (used by egg and py2exe).
+- Update to 0.0.9a
+ - Allow any non-zero values in Boolean type BER decoder, as it's in
+ accordnance with the standard.
+
+-------------------------------------------------------------------
+Mon Feb 16 12:00:00 2009 - jfunk@xxxxxxxxxxxxxx - 0.0.8-1
+- Update to 0.0.8a
+ - Integer.__index__() now supported (for Python 2.5+).
+ - Fix to empty value encoding in BitString encoder, test case added.
+ - Fix to SequenceOf decoder that prevents it skipping possible Choice
+ typed inner component.
+ - Choice.getName() method added for getting currently set component
+ name.
+ - OctetsString.prettyPrint() does a single str() against its value
+ eliminating an extra quotes.
+- 0.0.7a
+ - Large tags (>31) now supported by codecs.
+ - Fix to encoder to properly handle explicitly tagged untagged items.
+ - All possible value lengths (up to 256^126) now supported by encoders.
+ - Fix to Tag class constructor to prevent negative IDs.
+
+-------------------------------------------------------------------
+Mon Apr 23 12:00:00 2007 - jfunk@xxxxxxxxxxxxxx - 0.0.6-1
+- Update to 0.0.6
+ - Make use of setuptools
+ - Constraints derivation verification (isSuperTypeOf()/isSubTypeOf()) fixed
+ - Fix to constraints comparation logic -- can't cmp() hash values as it
+ may cause false positives due to hash conflicts
+
+-------------------------------------------------------------------
+Thu Jun 22 12:00:00 2006 - jfunk@xxxxxxxxxxxxxx - 0.0.5-1
+- Update
+
+-------------------------------------------------------------------
+Wed Oct 12 12:00:00 2005 - jfunk@xxxxxxxxxxxxxx - 0.0.3-ft.2
+- Buildfor SL10
+
+-------------------------------------------------------------------
+Wed Sep 28 12:00:00 2005 - jfunk@xxxxxxxxxxxxxx - 0.0.3-ft.1
+- Initial release
calling whatdependson for head-i586
New:
----
pyasn1-0.0.11a.tar.bz2
python-asn1.changes
python-asn1.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-asn1.spec ++++++
#
# spec file for package python-asn1 (Version 0.0.11)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define modname pyasn1
%define prever a
Name: python-asn1
Version: 0.0.11
Release: 1
License: Other License(s), see package
Summary: ASN.1 library for Python
Url: http://pyasn1.sf.net/
Group: Development/Libraries/Python
Source: %{modname}-%{version}%{prever}.tar.bz2
BuildRequires: python-devel python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Provides: python-pyasn1 = %version
Obsoletes: python-pyasn1 < 0.0.11
%{py_requires}
%description
This is an implementation of ASN.1 types and codecs in Python programming
language. It has been first written to support particular protocol (SNMP) but
then generalized to be suitable for a wide range of protocols based on ASN.1
specification.
Author:
--------
Ilya Etingof <ilya@xxxxxxxx>
%prep
%setup -q -n %{modname}-%{version}%{prever}
%build
export CFLAGS="%{optflags}"
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
--record-rpm=INSTALLED_FILES
%clean
rm -rf %{buildroot}
%files -f INSTALLED_FILES
%defattr(-,root,root)
%changelog
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |