14
0
forked from pool/python-pony

18 Commits

Author SHA256 Message Date
edf721f932 - Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=32
2025-06-11 06:14:38 +00:00
1701e65bc5 - skip for python313
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=30
2024-10-30 12:45:26 +00:00
7136c8c024 - update to 0.7.19:
* Python 3.12 support
  * Fix JSON handling in SQLite >= 3.45

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=28
2024-08-31 11:40:30 +00:00
90338d9ef9 - Do not run test_json, it fails with sqlite 3.45 gh#ponyorm/pony#704
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=26
2024-04-04 11:10:13 +00:00
a4c753df44 Accepting request 1147159 from home:bnavigator:branches:devel:languages:python
- Disable python312 build: upstream is very adamant about not
  being compatible
  https://github.com/ponyorm/pony/blob/v0.7.17/setup.py#L112

OBS-URL: https://build.opensuse.org/request/show/1147159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=24
2024-02-16 17:15:39 +00:00
71fa8b54ae - update to 0.7.17:
* Add Python 3.11 support; drop support for Python < 3.8
  * Fix #636 nullable IntArray and StrArray
  * Fix quoting table alias in MySQL DELETE queries
  * Fix handling of default argument values in hybrid methods
    and functions
- drop python-311.patch (upstream)
  * Fixes #628: DBAPIProvider.init() got multiple values for argument 'database'

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=22
2024-01-22 23:42:38 +00:00
3d69948ce4 - Add python-311.patch to support python 3.11,
gh#ponyorm/pony#671

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pony?expand=0&rev=20
2023-02-24 11:47:27 +00:00
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