From 15160b914937ec327368d961f4ecd2bc4d9d4832242281129699b098a49a1c75 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 11 Oct 2010 10:05:34 +0000 Subject: [PATCH] - update to 1.1.1 * Code in ``_transaction.py`` held on to local references to traceback objects after calling ``sys.exc_info()`` to get one, causing potential reference leakages. * Fixed ``hexlify`` NameError in ``transaction._transaction.oid_repr`` and add test. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-transaction?expand=0&rev=15 --- python-transaction.changes | 10 ++++++++++ python-transaction.spec | 2 +- transaction-1.1.0.tar.bz2 | 3 --- transaction-1.1.1.tar.bz2 | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 transaction-1.1.0.tar.bz2 create mode 100644 transaction-1.1.1.tar.bz2 diff --git a/python-transaction.changes b/python-transaction.changes index d53ff75..92abd48 100644 --- a/python-transaction.changes +++ b/python-transaction.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Oct 11 10:00:37 UTC 2010 - coolo@novell.com + +- update to 1.1.1 + * Code in ``_transaction.py`` held on to local references to traceback + objects after calling ``sys.exc_info()`` to get one, causing + potential reference leakages. + * Fixed ``hexlify`` NameError in ``transaction._transaction.oid_repr`` + and add test. + ------------------------------------------------------------------- Tue Sep 14 08:54:35 UTC 2010 - coolo@novell.com diff --git a/python-transaction.spec b/python-transaction.spec index 8248e33..71c5ab0 100644 --- a/python-transaction.spec +++ b/python-transaction.spec @@ -20,7 +20,7 @@ %define modname transaction Name: python-%{modname} -Version: 1.1.0 +Version: 1.1.1 Release: 1 License: PSF or ZPL Source: %{modname}-%{version}.tar.bz2 diff --git a/transaction-1.1.0.tar.bz2 b/transaction-1.1.0.tar.bz2 deleted file mode 100644 index df08362..0000000 --- a/transaction-1.1.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8145d9b56ed986f79a7f3c0a8b0b8d87760ae6e8930a90b72ebc6041cf56734 -size 32601 diff --git a/transaction-1.1.1.tar.bz2 b/transaction-1.1.1.tar.bz2 new file mode 100644 index 0000000..2bf0e7c --- /dev/null +++ b/transaction-1.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8ac5fb7efe4632034cf4528cc2b799a318da22bf857e438f8e6993f8bde9a0 +size 32966