14
0
forked from pool/python-pony
Commit Graph

21 Commits

Author SHA256 Message Date
9402dd0196 Accepting request 1067591 from devel:languages:python
- Add python-311.patch to support python 3.11,
  gh#ponyorm/pony#671

OBS-URL: https://build.opensuse.org/request/show/1067591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pony?expand=0&rev=9
2023-02-24 17:08:26 +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
2455757a37 Accepting request 955715 from devel:languages:python
- 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/request/show/955715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pony?expand=0&rev=8
2022-02-17 22:40:34 +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
735a65dd03 Accepting request 919146 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/919146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pony?expand=0&rev=7
2021-09-15 20:51:28 +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
4d5b59f98c Accepting request 886564 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/886564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pony?expand=0&rev=6
2021-04-19 19:06:01 +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
103c5f62fc Accepting request 782846 from devel:languages:python
py38 fix

OBS-URL: https://build.opensuse.org/request/show/782846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pony?expand=0&rev=5
2020-03-09 10:42:33 +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
766b91dc4b Accepting request 757689 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/757689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pony?expand=0&rev=4
2019-12-18 13:46:27 +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
c90675a7aa Accepting request 697456 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/697456
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pony?expand=0&rev=3
2019-04-30 11:01:06 +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
55235f7c87 Accepting request 680497 from devel:languages:python
- 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/request/show/680497
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pony?expand=0&rev=2
2019-03-01 15:50:19 +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
cd44d70f0a Accepting request 644605 from devel:languages:python
New package python-pony, required (indirectly) by pgadmin4

OBS-URL: https://build.opensuse.org/request/show/644605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pony?expand=0&rev=1
2018-10-29 13:21:02 +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