From 1addb1081844dd483184d2705ca317eee72ef5bdd7c4436ef01f90bdaabbba63 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 17 Feb 2022 21:09:53 +0000 Subject: [PATCH] - update to 0.7.16: * A long-awaited support of Python 3.10. * A possibility to create shared-in memory SQLite databases that can be accessed from multiple threads * Fixes #628: DBAPIProvider.init() got multiple values for argument 'database' - remove b6599465524c4b5c9624dfa30dd3c8a5624b515d.patch (upstream) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=19 --- pony-0.7.14.tar.gz | 3 --- pony-0.7.16.tar.gz | 3 +++ python-pony.changes | 10 ++++++++++ python-pony.spec | 10 ++++++---- 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 pony-0.7.14.tar.gz create mode 100644 pony-0.7.16.tar.gz diff --git a/pony-0.7.14.tar.gz b/pony-0.7.14.tar.gz deleted file mode 100644 index ee86023..0000000 --- a/pony-0.7.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f01e84e79ea7a14040225cb6c079bb266e7ba147346356c266490b18c77ce82 -size 290604 diff --git a/pony-0.7.16.tar.gz b/pony-0.7.16.tar.gz new file mode 100644 index 0000000..30f9a5e --- /dev/null +++ b/pony-0.7.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f45fc67587f4520c560a57148cc573b097d42f82f5cb200d72c957b5708198d +size 255213 diff --git a/python-pony.changes b/python-pony.changes index c8247c8..4ffe736 100644 --- a/python-pony.changes +++ b/python-pony.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Feb 17 21:08:46 UTC 2022 - Dirk Müller + +- update to 0.7.16: + * A long-awaited support of Python 3.10. + * A possibility to create shared-in memory SQLite databases that can be + accessed from multiple threads + * Fixes #628: DBAPIProvider.init() got multiple values for argument 'database' +- remove b6599465524c4b5c9624dfa30dd3c8a5624b515d.patch (upstream) + ------------------------------------------------------------------- Wed Sep 15 07:53:53 UTC 2021 - pgajdos@suse.com diff --git a/python-pony.spec b/python-pony.spec index 66dbef8..74b2234 100644 --- a/python-pony.spec +++ b/python-pony.spec @@ -1,7 +1,7 @@ # # spec file for package python-pony # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,10 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?!python_module:%define python_module() ython3-%{**}} +%global skip_python2 1 Name: python-pony -Version: 0.7.14 +Version: 0.7.16 Release: 0 Summary: Pony Object-Relational Mapper License: Apache-2.0 @@ -41,7 +42,8 @@ Pony then analyzes the abstract syntax tree of a generator and translates it to its SQL equivalent. %prep -%setup -q -n pony-%{version} +%autosetup -p1 -n pony-%{version} +rm -rf pony/thirdparty/compiler dos2unix README.md %build