Hello community,

here is the log from the commit of package python-peewee for openSUSE:Factory 
checked in at 2019-07-23 22:40:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-peewee (Old)
 and      /work/SRC/openSUSE:Factory/.python-peewee.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-peewee"

Tue Jul 23 22:40:35 2019 rev:8 rq:717890 version:3.9.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-peewee/python-peewee.changes      
2019-05-13 14:52:41.919114925 +0200
+++ /work/SRC/openSUSE:Factory/.python-peewee.new.4126/python-peewee.changes    
2019-07-23 22:40:40.278926072 +0200
@@ -1,0 +2,12 @@
+Tue Jul 23 11:32:26 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 3.9.6:
+  * Support nesting the Database instance as a context-manager. The outermost 
block will handle opening and closing the connection along with wrapping 
everything in a transaction. Nested blocks will use savepoints.
+  * Add new session_start(), session_commit() and session_rollback() 
interfaces to the Database object to support using transactional controls in 
situations where a context-manager or decorator is awkward.
+  * Fix error that would arise when attempting to do an empty bulk-insert.
+  * Set isolation_level=None in SQLite connection constructor rather than 
afterwards using the setter.
+  * Add create_table() method to Select query to implement CREATE TABLE AS.
+  * Cleanup some declarations in the Sqlite C extension.
+  * Add new example showing how to implement Reddit's ranking algorithm in SQL.
+
+-------------------------------------------------------------------

Old:
----
  peewee-3.9.5.tar.gz

New:
----
  peewee-3.9.6.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-peewee.spec ++++++
--- /var/tmp/diff_new_pack.NAijU5/_old  2019-07-23 22:40:41.170924942 +0200
+++ /var/tmp/diff_new_pack.NAijU5/_new  2019-07-23 22:40:41.206924896 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-peewee
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-peewee
-Version:        3.9.5
+Version:        3.9.6
 Release:        0
 Summary:        An expressive ORM that supports multiple SQL backends
 License:        BSD-3-Clause

++++++ peewee-3.9.5.tar.gz -> peewee-3.9.6.tar.gz ++++++
++++ 84153 lines of diff (skipped)


Reply via email to