14
0
forked from pool/python-pony

- 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
This commit is contained in:
2022-02-17 21:09:53 +00:00
committed by Git OBS Bridge
parent d700c255a8
commit 1addb10818
4 changed files with 19 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Feb 17 21:08:46 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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