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
This commit is contained in:
parent
b5b75458c8
commit
ae638fc5a6
@ -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
|
Thu Jun 17 11:11:43 UTC 2010 - hvogel@novell.com
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -20,10 +20,10 @@
|
|||||||
%define modname transaction
|
%define modname transaction
|
||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 1.0a1
|
Version: 1.1.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: PSF or ZPL
|
License: PSF or ZPL
|
||||||
Source: %{modname}-%{version}.tar.gz
|
Source: %{modname}-%{version}.tar.bz2
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Summary: Transaction management for Python
|
Summary: Transaction management for Python
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -31,8 +31,11 @@ AutoReqProv: on
|
|||||||
Url: http://pypi.python.org/pypi/Extremes
|
Url: http://pypi.python.org/pypi/Extremes
|
||||||
|
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
Requires: python-zope-interface
|
Requires: python-zopeinterface
|
||||||
%py_requires
|
%py_requires
|
||||||
|
%if %suse_version > 1120
|
||||||
|
BuildArch: noarch
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains a generic transaction implementation for Python. It is
|
This package contains a generic transaction implementation for Python. It is
|
||||||
@ -59,5 +62,6 @@ rm -rf %buildroot
|
|||||||
|
|
||||||
%files -f INSTALLED_FILES
|
%files -f INSTALLED_FILES
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt PKG-INFO README.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0e2f2900217b9bfa22b884ad92a9dbab8dd1245a263456039815bcfe4fa2394b
|
|
||||||
size 35392
|
|
3
transaction-1.1.0.tar.bz2
Normal file
3
transaction-1.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a8145d9b56ed986f79a7f3c0a8b0b8d87760ae6e8930a90b72ebc6041cf56734
|
||||||
|
size 32601
|
Loading…
Reference in New Issue
Block a user