From fd3e50e6d9901a0d9ec8d47569a35cac0e3f90598457c59310fb53a0fb9c2d1f Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 19 Apr 2021 06:31:20 +0000 Subject: [PATCH] Accepting request 886454 from home:bnavigator:branches:devel:languages:python - Update to 0.7.14 * Add Python 3.9 support * Allow to use kwargs in select: Entity.select(**kwargs) and obj.collection.select(**kwargs), a feature that was announced but actually missed from 0.7.7 * Add support for volatile collection attributes that don't throw "Phantom object appeared/disappeared" exceptions * Fix negative timedelta conversions * Pony should reconnect to PostgreSQL when receiving 57P01 error (AdminShutdown) * Allow mixing compatible types (like int and float) in coalesce() arguments * Support of subqueries in coalesce() arguments * Fix using aggregated subqueries in ORDER BY section * Fix queries with expressions like (x, y) in ((a, b), (c, d)) * #451: KeyError for seeds with unique attributes in SessionCache.update_simple_index() OBS-URL: https://build.opensuse.org/request/show/886454 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=16 --- pony-0.7.13.tar.gz | 3 --- pony-0.7.14.tar.gz | 3 +++ python-pony.changes | 21 +++++++++++++++++++++ python-pony.spec | 7 ++++--- 4 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 pony-0.7.13.tar.gz create mode 100644 pony-0.7.14.tar.gz diff --git a/pony-0.7.13.tar.gz b/pony-0.7.13.tar.gz deleted file mode 100644 index 72c6782..0000000 --- a/pony-0.7.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a9e7339fe7a5182566c83047dbae8053aa1cf458bff0f21f1ae1b106a210cbb -size 284729 diff --git a/pony-0.7.14.tar.gz b/pony-0.7.14.tar.gz new file mode 100644 index 0000000..ee86023 --- /dev/null +++ b/pony-0.7.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f01e84e79ea7a14040225cb6c079bb266e7ba147346356c266490b18c77ce82 +size 290604 diff --git a/python-pony.changes b/python-pony.changes index 31e0245..6c71902 100644 --- a/python-pony.changes +++ b/python-pony.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Apr 18 13:11:59 UTC 2021 - Ben Greiner + +- Update to 0.7.14 + * Add Python 3.9 support + * Allow to use kwargs in select: Entity.select(**kwargs) and + obj.collection.select(**kwargs), a feature that was announced + but actually missed from 0.7.7 + * Add support for volatile collection attributes that don't throw + "Phantom object appeared/disappeared" exceptions + * Fix negative timedelta conversions + * Pony should reconnect to PostgreSQL when receiving 57P01 error + (AdminShutdown) + * Allow mixing compatible types (like int and float) in + coalesce() arguments + * Support of subqueries in coalesce() arguments + * Fix using aggregated subqueries in ORDER BY section + * Fix queries with expressions like (x, y) in ((a, b), (c, d)) + * #451: KeyError for seeds with unique attributes in + SessionCache.update_simple_index() + ------------------------------------------------------------------- Mon Mar 9 09:02:16 UTC 2020 - Tomáš Chvátal diff --git a/python-pony.spec b/python-pony.spec index 2779d8b..2b1cd35 100644 --- a/python-pony.spec +++ b/python-pony.spec @@ -1,7 +1,7 @@ # # spec file for package python-pony # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # 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-pony -Version: 0.7.13 +Version: 0.7.14 Release: 0 Summary: Pony Object-Relational Mapper License: Apache-2.0 @@ -58,6 +58,7 @@ dos2unix README.md %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/pony +%{python_sitelib}/pony-%{version}*-info %changelog