From ae638fc5a6a41fef30b4a19e820fed21fadc46a8bcdd748511d6af4aa41c3a14 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 14 Sep 2010 13:08:25 +0000 Subject: [PATCH] Accepting request 48112 from devel:languages:python Copy from devel:languages:python/python-transaction based on submit request 48112 from user coolo OBS-URL: https://build.opensuse.org/request/show/48112 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-transaction?expand=0&rev=4 --- python-transaction.changes | 22 ++++++++++++++++++++++ python-transaction.spec | 12 ++++++++---- transaction-1.0a1.tar.gz | 3 --- transaction-1.1.0.tar.bz2 | 3 +++ 4 files changed, 33 insertions(+), 7 deletions(-) delete mode 100644 transaction-1.0a1.tar.gz create mode 100644 transaction-1.1.0.tar.bz2 diff --git a/python-transaction.changes b/python-transaction.changes index 8285207..d53ff75 100644 --- a/python-transaction.changes +++ b/python-transaction.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Sep 14 08:54:35 UTC 2010 - coolo@novell.com + +- make it noarch for > 11.2 + +------------------------------------------------------------------- +Wed Jul 21 12:23:50 UTC 2010 - cfarrell@novell.com + +- Updated to 1.1.0 + New Features: + - Transaction managers and the transaction module can be used with the + with statement to define transaction boundaries + - There is a new iterator function that automates dealing with + transient errors (such as ZODB confict errors). + Bugs fixed: + - Fixed a bug that caused extra commit calls to be made on data + managers under certain special circumstances. + - When threads were reused, transaction data could leak accross them, + causing subtle application bugs. +- Fixed zopeinterface require as per bnc#623255 +- Added %doc section + ------------------------------------------------------------------- Thu Jun 17 11:11:43 UTC 2010 - hvogel@novell.com diff --git a/python-transaction.spec b/python-transaction.spec index f75a6c4..8248e33 100644 --- a/python-transaction.spec +++ b/python-transaction.spec @@ -1,5 +1,5 @@ # -# spec file for package python-transaction (Version 1.0a1) +# spec file for package python-transaction (Version 1.1.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,10 +20,10 @@ %define modname transaction Name: python-%{modname} -Version: 1.0a1 +Version: 1.1.0 Release: 1 License: PSF or ZPL -Source: %{modname}-%{version}.tar.gz +Source: %{modname}-%{version}.tar.bz2 Group: Development/Libraries/Python Summary: Transaction management for Python BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -31,8 +31,11 @@ AutoReqProv: on Url: http://pypi.python.org/pypi/Extremes BuildRequires: python-setuptools -Requires: python-zope-interface +Requires: python-zopeinterface %py_requires +%if %suse_version > 1120 +BuildArch: noarch +%endif %description This package contains a generic transaction implementation for Python. It is @@ -59,5 +62,6 @@ rm -rf %buildroot %files -f INSTALLED_FILES %defattr(-,root,root) +%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt PKG-INFO README.txt %changelog diff --git a/transaction-1.0a1.tar.gz b/transaction-1.0a1.tar.gz deleted file mode 100644 index 3ae8b41..0000000 --- a/transaction-1.0a1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e2f2900217b9bfa22b884ad92a9dbab8dd1245a263456039815bcfe4fa2394b -size 35392 diff --git a/transaction-1.1.0.tar.bz2 b/transaction-1.1.0.tar.bz2 new file mode 100644 index 0000000..df08362 --- /dev/null +++ b/transaction-1.1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8145d9b56ed986f79a7f3c0a8b0b8d87760ae6e8930a90b72ebc6041cf56734 +size 32601