Hello community,

here is the log from the commit of package python-pony for openSUSE:Factory 
checked in at 2019-03-01 16:50:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pony (Old)
 and      /work/SRC/openSUSE:Factory/.python-pony.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pony"

Fri Mar  1 16:50:19 2019 rev:2 rq:680497 version:0.7.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pony/python-pony.changes  2018-10-29 
14:58:23.345971103 +0100
+++ /work/SRC/openSUSE:Factory/.python-pony.new.28833/python-pony.changes       
2019-03-01 16:50:20.589733034 +0100
@@ -1,0 +2,11 @@
+Fri Mar  1 13:33:46 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 0.7.9:
+  * Fix handling of empty arrays and empty lists in queries
+  * Fix reading optional nullable array columns from database
+  * Array type support for PostgreSQL and SQLite
+  * isinstance() support in queries
+  * Support of queries based on collections: select(x for x in y.items)
+- Drop merged patch 0001-Fix-tests-failing-with-python-3.6.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Fix-tests-failing-with-python-3.6.patch
  pony-0.7.6.tar.gz

New:
----
  pony-0.7.9.tar.gz

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

Other differences:
------------------
++++++ python-pony.spec ++++++
--- /var/tmp/diff_new_pack.rxHJgn/_old  2019-03-01 16:50:21.245732787 +0100
+++ /var/tmp/diff_new_pack.rxHJgn/_new  2019-03-01 16:50:21.245732787 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pony
 #
-# 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,24 +18,22 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pony
-Version:        0.7.6
+Version:        0.7.9
 Release:        0
 Summary:        Pony Object-Relational Mapper
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            https://ponyorm.com
+URL:            https://ponyorm.com
 Source:         
https://files.pythonhosted.org/packages/source/p/pony/pony-%{version}.tar.gz
 Source99:       https://raw.githubusercontent.com/ponyorm/pony/orm/LICENSE
-Patch0:         0001-Fix-tests-failing-with-python-3.6.patch
-%if %{suse_version} < 1500
-BuildRequires:  python2
-%endif
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-
+%if 0%{?suse_version} < 1500
+BuildRequires:  python2
+%endif
 %python_subpackages
 
 %description
@@ -47,8 +45,7 @@
 
 %prep
 %setup -q -n pony-%{version}
-%patch0 -p1
-cp %{S:99} .
+cp %{SOURCE99} .
 dos2unix README.md
 
 %build

++++++ pony-0.7.6.tar.gz -> pony-0.7.9.tar.gz ++++++
++++ 4224 lines of diff (skipped)


Reply via email to