commit python3-transaction for openSUSE:Factory

2017-03-02 Thread root
Hello community,

here is the log from the commit of package python3-transaction for 
openSUSE:Factory checked in at 2017-03-02 19:41:36

Comparing /work/SRC/openSUSE:Factory/python3-transaction (Old)
 and  /work/SRC/openSUSE:Factory/.python3-transaction.new (New)


Package is "python3-transaction"

Thu Mar  2 19:41:36 2017 rev:12 rq:461194 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python3-transaction/python3-transaction.changes  
2017-02-22 13:55:15.229638682 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-transaction.new/python3-transaction.changes 
2017-03-02 19:41:36.543352958 +0100
@@ -1,0 +2,5 @@
+Wed Mar  1 00:35:59 UTC 2017 - toddrme2...@gmail.com
+
+- Change python3-distribute BuildRequires to python3-setuptools
+
+---



Other differences:
--
++ python3-transaction.spec ++
--- /var/tmp/diff_new_pack.MtJTiE/_old  2017-03-02 19:41:37.143268070 +0100
+++ /var/tmp/diff_new_pack.MtJTiE/_new  2017-03-02 19:41:37.147267504 +0100
@@ -26,7 +26,7 @@
 Source: 
https://files.pythonhosted.org/packages/source/t/transaction/transaction-%{version}.tar.gz
 BuildRequires:  python3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
 Requires:   python3-zope.interface
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch




commit python3-transaction for openSUSE:Factory

2017-02-22 Thread root
Hello community,

here is the log from the commit of package python3-transaction for 
openSUSE:Factory checked in at 2017-02-22 13:55:14

Comparing /work/SRC/openSUSE:Factory/python3-transaction (Old)
 and  /work/SRC/openSUSE:Factory/.python3-transaction.new (New)


Package is "python3-transaction"

Changes:

--- /work/SRC/openSUSE:Factory/python3-transaction/python3-transaction.changes  
2016-11-22 18:59:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-transaction.new/python3-transaction.changes 
2017-02-22 13:55:15.229638682 +0100
@@ -1,0 +2,12 @@
+Tue Feb 21 05:10:47 UTC 2017 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * tar-ball is clean again, no need to remove backup files anymore
+
+- update to version 2.1.0:
+  * Added a transaction-manager explicit mode. Explicit mode makes
+some kinds of application bugs easier to detect and potentially
+allows data managers to manage resources more efficiently.
+
+---

Old:

  transaction-2.0.3.tar.gz

New:

  transaction-2.1.0.tar.gz



Other differences:
--
++ python3-transaction.spec ++
--- /var/tmp/diff_new_pack.mbJvbo/_old  2017-02-22 13:55:15.753564140 +0100
+++ /var/tmp/diff_new_pack.mbJvbo/_new  2017-02-22 13:55:15.753564140 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-transaction
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python3-transaction
-Version:2.0.3
+Version:2.1.0
 Release:0
 Summary:Transaction management for Python
 License:ZPL-2.1
@@ -43,7 +43,6 @@
 
 %prep
 %setup -q -n transaction-%{version}
-rm */*~  */*/*~ # some backup files in tar ball for v1.5.0
 
 %build
 python3 setup.py build

++ transaction-2.0.3.tar.gz -> transaction-2.1.0.tar.gz ++
 5440 lines of diff (skipped)




commit python3-transaction for openSUSE:Factory

2016-11-22 Thread h_root
Hello community,

here is the log from the commit of package python3-transaction for 
openSUSE:Factory checked in at 2016-11-22 18:59:04

Comparing /work/SRC/openSUSE:Factory/python3-transaction (Old)
 and  /work/SRC/openSUSE:Factory/.python3-transaction.new (New)


Package is "python3-transaction"

Changes:

--- /work/SRC/openSUSE:Factory/python3-transaction/python3-transaction.changes  
2016-11-17 12:44:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-transaction.new/python3-transaction.changes 
2016-11-22 18:59:05.0 +0100
@@ -1,0 +2,11 @@
+Sun Nov 20 18:45:08 UTC 2016 - a...@gmx.de
+
+- update to version 2.0.3:
+  * The user and description fields must now be set with text
+(unicode) data. Previously, if bytes were provided, they’d be
+decoded as ASCII. It was decided that this would lead to bugs that
+were hard to test for.
+  * Also, the transaction meta-data field, extended_info has been
+renamed to extension.
+
+---

Old:

  transaction-2.0.2.tar.gz

New:

  transaction-2.0.3.tar.gz



Other differences:
--
++ python3-transaction.spec ++
--- /var/tmp/diff_new_pack.gbReME/_old  2016-11-22 18:59:06.0 +0100
+++ /var/tmp/diff_new_pack.gbReME/_new  2016-11-22 18:59:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-transaction
-Version:2.0.2
+Version:2.0.3
 Release:0
 Summary:Transaction management for Python
 License:ZPL-2.1

++ transaction-2.0.2.tar.gz -> transaction-2.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transaction-2.0.2/CHANGES.rst 
new/transaction-2.0.3/CHANGES.rst
--- old/transaction-2.0.2/CHANGES.rst   2016-11-13 22:11:02.0 +0100
+++ new/transaction-2.0.3/CHANGES.rst   2016-11-17 21:50:36.0 +0100
@@ -1,6 +1,17 @@
 Changes
 ===
 
+2.0.3 (2016-11-17)
+--
+
+- The user and description fields must now be set with text (unicode)
+  data.  Previously, if bytes were provided, they'd be decoded as
+  ASCII.  It was decided that this would lead to bugs that were hard
+  to test for.
+
+  Also, the transaction meta-data field, ``extended_info`` has been
+  renamed to ``extension``.
+
 2.0.2 (2016-11-13)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transaction-2.0.2/PKG-INFO 
new/transaction-2.0.3/PKG-INFO
--- old/transaction-2.0.2/PKG-INFO  2016-11-13 22:12:15.0 +0100
+++ new/transaction-2.0.3/PKG-INFO  2016-11-17 21:51:31.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: transaction
-Version: 2.0.2
+Version: 2.0.3
 Summary: Transaction management for Python
 Home-page: https://github.com/zopefoundation/transaction
 Author: Zope Corporation
@@ -36,6 +36,17 @@
 Changes
 ===
 
+2.0.3 (2016-11-17)
+--
+
+- The user and description fields must now be set with text (unicode)
+  data.  Previously, if bytes were provided, they'd be decoded as
+  ASCII.  It was decided that this would lead to bugs that were hard
+  to test for.
+
+  Also, the transaction meta-data field, ``extended_info`` has been
+  renamed to ``extension``.
+
 2.0.2 (2016-11-13)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transaction-2.0.2/docs/convenience.rst 
new/transaction-2.0.3/docs/convenience.rst
--- old/transaction-2.0.2/docs/convenience.rst  2016-11-11 23:13:48.0 
+0100
+++ new/transaction-2.0.3/docs/convenience.rst  2016-11-17 21:36:10.0 
+0100
@@ -23,7 +23,7 @@
 
 >>> with transaction.manager as t:
 ... dm['z'] = 3
-... t.note('test 3')
+... t.note(u'test 3')
 
 >>> dm['z']
 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transaction-2.0.2/docs/convenience.rst~ 
new/transaction-2.0.3/docs/convenience.rst~
--- old/transaction-2.0.2/docs/convenience.rst~ 2016-11-11 21:26:05.0 
+0100
+++ new/transaction-2.0.3/docs/convenience.rst~ 2016-11-11 23:13:48.0 
+0100
@@ -28,8 +28,8 @@
 >>> dm['z']
 3
 
->>> dm.last_note
-'test 3'
+>>> dm.last_note == u'test 3'
+True
 
 >>> with transaction.manager: #doctest ELLIPSIS
 ... dm['z'] = 4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transaction-2.0.2/setup.py 
new/transaction-2.0.3/setup.py
--- old/transaction-2.0.2/setup.py  2016-11-13 

commit python3-transaction for openSUSE:Factory

2016-11-17 Thread h_root
Hello community,

here is the log from the commit of package python3-transaction for 
openSUSE:Factory checked in at 2016-11-17 12:44:25

Comparing /work/SRC/openSUSE:Factory/python3-transaction (Old)
 and  /work/SRC/openSUSE:Factory/.python3-transaction.new (New)


Package is "python3-transaction"

Changes:

--- /work/SRC/openSUSE:Factory/python3-transaction/python3-transaction.changes  
2016-06-25 02:21:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-transaction.new/python3-transaction.changes 
2016-11-17 12:44:26.0 +0100
@@ -1,0 +2,32 @@
+Tue Nov 15 23:57:33 UTC 2016 - a...@gmx.de
+
+- update to version 2.0.2:
+  * Fixed: Some legacy applications expect the transaction _extension
+attribute to be mutable and it wasn’t.
+
+- changes from version 2.0.1:
+  * The transaction user and description attributes are now defined to
+be text (unicode) as opposed to Python the str type.
+  * Added the extended_info transaction attribute which contains
+transaction meta data. (The _extension attribute is retained as an
+alias for backward compatibility.)
+  * The transaction interface, ITransaction, now requires
+extended_info keys to be text (unicode) and values to be
+JSON-serializable.
+  * Removed setUser from ITransaction. We’ll keep the method
+indefinitely, but it’s unseemly in ITransaction. :)
+  * The main purpose of these changes is to tighten up the text
+specification of user, description and extended_info keys, and to
+give us more flexibility in the future for serializing extended
+info. It’s possible that these changes will be breaking, so we’re
+also increasing the major version number.
+
+- changes from version 1.7.0:
+  * Added a transaction-manager run method for running a function as a
+transaction, retrying as necessary on transient errors.
+  * Fixed the transaction manager attempts method. It didn’t stop
+repeating when there wasn’t an error.
+  * Corrected ITransaction by removing beforeCommitHook (which is no
+longer implemented) and removing ‘self’ from two methods.
+
+---

Old:

  transaction-1.6.1.tar.gz

New:

  transaction-2.0.2.tar.gz



Other differences:
--
++ python3-transaction.spec ++
--- /var/tmp/diff_new_pack.uePYjE/_old  2016-11-17 12:44:27.0 +0100
+++ /var/tmp/diff_new_pack.uePYjE/_new  2016-11-17 12:44:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-transaction
-Version:1.6.1
+Version:2.0.2
 Release:0
 Summary:Transaction management for Python
 License:ZPL-2.1

++ transaction-1.6.1.tar.gz -> transaction-2.0.2.tar.gz ++
 2457 lines of diff (skipped)




commit python3-transaction for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package python3-transaction for 
openSUSE:Factory checked in at 2016-06-25 02:20:48

Comparing /work/SRC/openSUSE:Factory/python3-transaction (Old)
 and  /work/SRC/openSUSE:Factory/.python3-transaction.new (New)


Package is "python3-transaction"

Changes:

--- /work/SRC/openSUSE:Factory/python3-transaction/python3-transaction.changes  
2016-05-25 21:29:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-transaction.new/python3-transaction.changes 
2016-06-25 02:21:46.0 +0200
@@ -1,0 +2,8 @@
+Sun Jun 19 15:04:58 UTC 2016 - a...@gmx.de
+
+- update to version 1.6.1:
+  * Fixed: Synchonizers that registered with transaction managers when
+transactions were in progress didn’t have their newTransaction
+methods called to let them know of the in-progress transactions.
+
+---

Old:

  transaction-1.6.0.tar.gz

New:

  transaction-1.6.1.tar.gz



Other differences:
--
++ python3-transaction.spec ++
--- /var/tmp/diff_new_pack.m9qEM1/_old  2016-06-25 02:21:47.0 +0200
+++ /var/tmp/diff_new_pack.m9qEM1/_new  2016-06-25 02:21:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-transaction
-Version:1.6.0
+Version:1.6.1
 Release:0
 Summary:Transaction management for Python
 License:ZPL-2.1

++ transaction-1.6.0.tar.gz -> transaction-1.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transaction-1.6.0/.coveragerc 
new/transaction-1.6.1/.coveragerc
--- old/transaction-1.6.0/.coveragerc   2015-01-13 17:49:42.0 +0100
+++ new/transaction-1.6.1/.coveragerc   2016-06-10 23:45:55.0 +0200
@@ -2,3 +2,4 @@
 exclude_lines =
 # pragma: no cover
 class I[A-Z]\w+\((Interface|I[A-Z].*)\):
+show_missing = true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transaction-1.6.0/CHANGES.rst 
new/transaction-1.6.1/CHANGES.rst
--- old/transaction-1.6.0/CHANGES.rst   2016-05-21 22:27:03.0 +0200
+++ new/transaction-1.6.1/CHANGES.rst   2016-06-10 23:46:20.0 +0200
@@ -1,6 +1,13 @@
 Changes
 ===
 
+1.6.1 (2016-06-10)
+--
+
+- Fixed: Synchonizers that registered with transaction managers when
+  transactions were in progress didn't have their newTransaction
+  methods called to let them know of the in-progress transactions.
+
 1.6.0 (2016-05-21)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transaction-1.6.0/PKG-INFO 
new/transaction-1.6.1/PKG-INFO
--- old/transaction-1.6.0/PKG-INFO  2016-05-21 22:28:39.0 +0200
+++ new/transaction-1.6.1/PKG-INFO  2016-06-10 23:47:24.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: transaction
-Version: 1.6.0
+Version: 1.6.1
 Summary: Transaction management for Python
 Home-page: http://www.zope.org/Products/ZODB
 Author: Zope Corporation
@@ -36,6 +36,13 @@
 Changes
 ===
 
+1.6.1 (2016-06-10)
+--
+
+- Fixed: Synchonizers that registered with transaction managers when
+  transactions were in progress didn't have their newTransaction
+  methods called to let them know of the in-progress transactions.
+
 1.6.0 (2016-05-21)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transaction-1.6.0/buildout.cfg 
new/transaction-1.6.1/buildout.cfg
--- old/transaction-1.6.0/buildout.cfg  2013-09-09 23:05:20.0 +0200
+++ new/transaction-1.6.1/buildout.cfg  2016-06-10 23:45:55.0 +0200
@@ -1,7 +1,12 @@
 [buildout]
 develop = .
-parts = test
+parts = py
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = transaction
+eggs = transaction [test]
+
+[py]
+recipe = zc.recipe.egg
+eggs = ${test:eggs}
+interpreter = py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/transaction-1.6.0/setup.py 
new/transaction-1.6.1/setup.py
--- old/transaction-1.6.0/setup.py  2016-05-21 22:27:46.0 +0200
+++ new/transaction-1.6.1/setup.py  2016-06-10 23:46:34.0 +0200
@@ -11,14 +11,13 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##
-version = '1.6.0'
+version = '1.6.1'
 
 import os
 from setuptools import setup, find_packages
 
 here = os.path.abspath(os.path.dirname(__file__))
 
-
 def _read_file(filename):
 with open(os.path.join(here, filename)) as f:
 return f.read()
@@ -26,6 +25,8 @@
 

commit python3-transaction for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-transaction for 
openSUSE:Factory checked in at 2016-05-25 21:29:02

Comparing /work/SRC/openSUSE:Factory/python3-transaction (Old)
 and  /work/SRC/openSUSE:Factory/.python3-transaction.new (New)


Package is "python3-transaction"

Changes:

--- /work/SRC/openSUSE:Factory/python3-transaction/python3-transaction.changes  
2016-05-16 12:04:18.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-transaction.new/python3-transaction.changes 
2016-05-25 21:29:04.0 +0200
@@ -1,0 +2,9 @@
+Wed May 25 02:52:57 UTC 2016 - a...@gmx.de
+
+- update to version 1.6.0:
+  * New transaction API for storing data on behalf of objects, such as
+data managers.
+  * Drop references to data managers joined to a transaction when it
+is committed or aborted.
+
+---

Old:

  transaction-1.5.0.tar.gz

New:

  transaction-1.6.0.tar.gz



Other differences:
--
++ python3-transaction.spec ++
--- /var/tmp/diff_new_pack.WaBGBR/_old  2016-05-25 21:29:05.0 +0200
+++ /var/tmp/diff_new_pack.WaBGBR/_new  2016-05-25 21:29:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-transaction
-Version:1.5.0
+Version:1.6.0
 Release:0
 Summary:Transaction management for Python
 License:ZPL-2.1

++ transaction-1.5.0.tar.gz -> transaction-1.6.0.tar.gz ++
 2597 lines of diff (skipped)




commit python3-transaction for openSUSE:Factory

2016-05-16 Thread h_root
Hello community,

here is the log from the commit of package python3-transaction for 
openSUSE:Factory checked in at 2016-05-16 12:04:17

Comparing /work/SRC/openSUSE:Factory/python3-transaction (Old)
 and  /work/SRC/openSUSE:Factory/.python3-transaction.new (New)


Package is "python3-transaction"

Changes:

--- /work/SRC/openSUSE:Factory/python3-transaction/python3-transaction.changes  
2015-05-26 12:34:12.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-transaction.new/python3-transaction.changes 
2016-05-16 12:04:18.0 +0200
@@ -1,0 +2,19 @@
+Sun May 15 04:33:48 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * remove some *~ files from tar-ball
+
+- update to version 1.5.0:
+  * Drop support for Python 2.6 and 3.2.
+  * Add support for Python 3.5.
+  * Added APIs for interogating and clearing internal state to support
+client tests
+
+---
+Sun May  8 07:07:00 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+---

Old:

  transaction-1.4.4.tar.gz

New:

  transaction-1.5.0.tar.gz



Other differences:
--
++ python3-transaction.spec ++
--- /var/tmp/diff_new_pack.UDMlVT/_old  2016-05-16 12:04:19.0 +0200
+++ /var/tmp/diff_new_pack.UDMlVT/_new  2016-05-16 12:04:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-transaction
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python3-transaction
-Version:1.4.4
+Version:1.5.0
 Release:0
 Summary:Transaction management for Python
 License:ZPL-2.1
 Group:  Development/Libraries/Python
 Url:https://pypi.python.org/pypi/transaction
-Source: 
http://pypi.python.org/packages/source/t/transaction/transaction-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/t/transaction/transaction-%{version}.tar.gz
 BuildRequires:  python3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
@@ -43,6 +43,7 @@
 
 %prep
 %setup -q -n transaction-%{version}
+rm */*~  */*/*~ # some backup files in tar ball for v1.5.0
 
 %build
 python3 setup.py build

++ transaction-1.4.4.tar.gz -> transaction-1.5.0.tar.gz ++
 2361 lines of diff (skipped)




commit python3-transaction for openSUSE:Factory

2015-05-26 Thread h_root
Hello community,

here is the log from the commit of package python3-transaction for 
openSUSE:Factory checked in at 2015-05-26 12:34:11

Comparing /work/SRC/openSUSE:Factory/python3-transaction (Old)
 and  /work/SRC/openSUSE:Factory/.python3-transaction.new (New)


Package is python3-transaction

Changes:

--- /work/SRC/openSUSE:Factory/python3-transaction/python3-transaction.changes  
2015-01-03 22:01:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-transaction.new/python3-transaction.changes 
2015-05-26 12:34:12.0 +0200
@@ -1,0 +2,14 @@
+Mon May 25 19:38:49 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update url
+  * update copyright year
+
+- update to version 1.4.4:
+  * Use the standard valuerefs() method rather than relying on
+implementation details of WeakValueDictionary in WeakSet.
+  * Add support for PyPy3.
+  * Require 100% branch coverage (in addition to 100% statement
+coverage).
+
+---

Old:

  transaction-1.4.3.tar.gz

New:

  transaction-1.4.4.tar.gz



Other differences:
--
++ python3-transaction.spec ++
--- /var/tmp/diff_new_pack.8k86sR/_old  2015-05-26 12:34:13.0 +0200
+++ /var/tmp/diff_new_pack.8k86sR/_new  2015-05-26 12:34:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-transaction
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:   python3-transaction
-Version:1.4.3
+Version:1.4.4
 Release:0
 Summary:Transaction management for Python
 License:ZPL-2.1
 Group:  Development/Libraries/Python
-Url:http://www.zope.org/Products/ZODB
+Url:https://pypi.python.org/pypi/transaction
 Source: 
http://pypi.python.org/packages/source/t/transaction/transaction-%{version}.tar.gz
 BuildRequires:  python3
 BuildRequires:  python3-devel

++ transaction-1.4.3.tar.gz - transaction-1.4.4.tar.gz ++
 12620 lines of diff (skipped)




commit python3-transaction for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package python3-transaction for 
openSUSE:Factory checked in at 2015-01-03 22:01:03

Comparing /work/SRC/openSUSE:Factory/python3-transaction (Old)
 and  /work/SRC/openSUSE:Factory/.python3-transaction.new (New)


Package is python3-transaction

Changes:

--- /work/SRC/openSUSE:Factory/python3-transaction/python3-transaction.changes  
2013-06-21 19:09:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-transaction.new/python3-transaction.changes 
2015-01-03 22:01:07.0 +0100
@@ -1,0 +2,16 @@
+Wed Dec 31 20:25:48 UTC 2014 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * changes and readme file are now .rst
+
+- update to version 1.4.3:
+  * Added support for Python 3.4.
+
+- version 1.4.2 was skipped
+
+- changes from version 1.4.1:
+  * Document that values returned by sortKey must be strings, in order to 
guarantee total ordering.
+  * Fix occasional RuntimeError: dictionary changed size during iteration 
errors in transaction.weakset on Python 3.
+
+---

Old:

  transaction-1.4.0.tar.gz

New:

  transaction-1.4.3.tar.gz



Other differences:
--
++ python3-transaction.spec ++
--- /var/tmp/diff_new_pack.751Rm8/_old  2015-01-03 22:01:08.0 +0100
+++ /var/tmp/diff_new_pack.751Rm8/_new  2015-01-03 22:01:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-transaction
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-transaction
-Version:1.4.0
+Version:1.4.3
 Release:0
 Summary:Transaction management for Python
 License:ZPL-2.1
@@ -52,7 +52,7 @@
 
 %files
 %defattr(-,root,root)
-%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt PKG-INFO README.txt
+%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt PKG-INFO README.rst
 %{python3_sitelib}/*
 
 %changelog

++ transaction-1.4.0.tar.gz - transaction-1.4.3.tar.gz ++
 12441 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-transaction for openSUSE:Factory

2013-01-20 Thread h_root
Hello community,

here is the log from the commit of package python3-transaction for 
openSUSE:Factory checked in at 2013-01-21 07:41:27

Comparing /work/SRC/openSUSE:Factory/python3-transaction (Old)
 and  /work/SRC/openSUSE:Factory/.python3-transaction.new (New)


Package is python3-transaction, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-transaction cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org