14
0
forked from pool/python-pony
Commit Graph

11 Commits

Author SHA256 Message Date
1addb10818 - 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
2022-02-17 21:09:53 +00:00
d700c255a8 Accepting request 919093 from home:pgajdos:python
- %check: use %pyunittest rpm macro

OBS-URL: https://build.opensuse.org/request/show/919093
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=18
2021-09-15 12:04:44 +00:00
fd3e50e6d9 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
2021-04-19 06:31:20 +00:00
Tomáš Chvátal
e4ed5cf4d9 - Update to 0.7.13:
* support for python 3.8
  * minor fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=14
2020-03-09 09:06:45 +00:00
Tomáš Chvátal
1c8813a46b - Require full python stack to ensure sqlite module
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=12
2019-12-11 08:23:13 +00:00
Tomáš Chvátal
0e4af454c1 Accepting request 697455 from home:pgajdos
- version update to 0.7.10
  * Python3.7 and PyPy decompiling fixes
  * Fix reading NULL from Optional nullable array column
  * Fix handling of empty arrays in queries
  * #415: error message typo
  * #432: PonyFlask - request object can trigger teardown_request
    without real request
  * Fix GROUP CONCAT separator for MySQL
- deleted sources
  - LICENSE (not needed)

OBS-URL: https://build.opensuse.org/request/show/697455
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=10
2019-04-24 11:14:29 +00:00
Tomáš Chvátal
7d8a493d0b - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=8
2019-03-01 13:36:31 +00:00
80ed2d0de3 Accepting request 644590 from home:jengelh:branches:devel:languages:python
- Ensure neutrality of description.

OBS-URL: https://build.opensuse.org/request/show/644590
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=4
2018-10-25 10:08:10 +00:00
Tomáš Chvátal
6aaa721796 Accepting request 644588 from home:alarrosa:branches:devel:languages:python
- Add BuildRequires: python2 for SLE12/Leap 42.3 so tests are
  passed successfully

OBS-URL: https://build.opensuse.org/request/show/644588
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=3
2018-10-25 09:35:42 +00:00
Tomáš Chvátal
674f3afc5c Accepting request 644334 from home:alarrosa:branches:devel:languages:python
- Added 0001-Fix-tests-failing-with-python-3.6.patch from upstream
  to fix the tests to run as expected.

- Initial release of python-pony 0.7.6

OBS-URL: https://build.opensuse.org/request/show/644334
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=2
2018-10-24 18:00:45 +00:00
09b043d084 Accepting request 639546 from home:alarrosa:branches:devel:languages:python:flask
New package python-pony

OBS-URL: https://build.opensuse.org/request/show/639546
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=1
2018-10-04 07:43:58 +00:00