Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python311-pony | Distribution: openSUSE Tumbleweed |
Version: 0.7.19 | Vendor: openSUSE |
Release: 2.2 | Build date: Wed Oct 30 13:45:17 2024 |
Group: Unspecified | Build host: reproducible |
Size: 3365306 | Source RPM: python-pony-0.7.19-2.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://ponyorm.com | |
Summary: Pony Object-Relational Mapper |
Pony ORM is a object-relational mapper for Python. Using Pony, users can create and maintain database-oriented software applications. Pony is able to write queries to the database using generator expressions. Pony then analyzes the abstract syntax tree of a generator and translates it to its SQL equivalent.
Apache-2.0
* Wed Oct 30 2024 Dirk Müller <dmueller@suse.com> - skip for python313 * Sat Aug 31 2024 Dirk Müller <dmueller@suse.com> - update to 0.7.19: * Python 3.12 support * Fix JSON handling in SQLite >= 3.45 * Thu Apr 04 2024 Daniel Garcia <daniel.garcia@suse.com> - Do not run test_json, it fails with sqlite 3.45 gh#ponyorm/pony#704 * Fri Feb 16 2024 Ben Greiner <code@bnavigator.de> - Disable python312 build: upstream is very adamant about not being compatible https://github.com/ponyorm/pony/blob/v0.7.17/setup.py#L112 * Mon Jan 22 2024 Dirk Müller <dmueller@suse.com> - 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) * Fri Feb 24 2023 Daniel Garcia <daniel.garcia@suse.com> - Add python-311.patch to support python 3.11, gh#ponyorm/pony#671 * Thu Feb 17 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 2021 pgajdos@suse.com - %check: use %pyunittest rpm macro * Sun Apr 18 2021 Ben Greiner <code@bnavigator.de> - 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() * Mon Mar 09 2020 Tomáš Chvátal <tchvatal@suse.com> - Update to 0.7.13: * support for python 3.8 * minor fixes
/usr/lib/python3.11/site-packages/pony /usr/lib/python3.11/site-packages/pony-0.7.19-py3.11.egg-info /usr/lib/python3.11/site-packages/pony-0.7.19-py3.11.egg-info/PKG-INFO /usr/lib/python3.11/site-packages/pony-0.7.19-py3.11.egg-info/SOURCES.txt /usr/lib/python3.11/site-packages/pony-0.7.19-py3.11.egg-info/dependency_links.txt /usr/lib/python3.11/site-packages/pony-0.7.19-py3.11.egg-info/top_level.txt /usr/lib/python3.11/site-packages/pony/__init__.py /usr/lib/python3.11/site-packages/pony/__pycache__ /usr/lib/python3.11/site-packages/pony/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/__pycache__/converting.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/__pycache__/converting.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/__pycache__/options.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/__pycache__/options.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/__pycache__/py23compat.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/__pycache__/py23compat.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/converting.py /usr/lib/python3.11/site-packages/pony/flask /usr/lib/python3.11/site-packages/pony/flask/__init__.py /usr/lib/python3.11/site-packages/pony/flask/__pycache__ /usr/lib/python3.11/site-packages/pony/flask/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/flask/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/flask/example /usr/lib/python3.11/site-packages/pony/flask/example/__init__.py /usr/lib/python3.11/site-packages/pony/flask/example/__main__.py /usr/lib/python3.11/site-packages/pony/flask/example/__pycache__ /usr/lib/python3.11/site-packages/pony/flask/example/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/flask/example/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/flask/example/__pycache__/__main__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/flask/example/__pycache__/__main__.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/flask/example/__pycache__/app.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/flask/example/__pycache__/app.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/flask/example/__pycache__/config.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/flask/example/__pycache__/config.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/flask/example/__pycache__/models.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/flask/example/__pycache__/models.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/flask/example/__pycache__/views.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/flask/example/__pycache__/views.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/flask/example/app.py /usr/lib/python3.11/site-packages/pony/flask/example/config.py /usr/lib/python3.11/site-packages/pony/flask/example/models.py /usr/lib/python3.11/site-packages/pony/flask/example/templates /usr/lib/python3.11/site-packages/pony/flask/example/templates/index.html /usr/lib/python3.11/site-packages/pony/flask/example/templates/login.html /usr/lib/python3.11/site-packages/pony/flask/example/templates/reg.html /usr/lib/python3.11/site-packages/pony/flask/example/views.py /usr/lib/python3.11/site-packages/pony/options.py /usr/lib/python3.11/site-packages/pony/orm /usr/lib/python3.11/site-packages/pony/orm/__init__.py /usr/lib/python3.11/site-packages/pony/orm/__pycache__ /usr/lib/python3.11/site-packages/pony/orm/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/asttranslation.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/asttranslation.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/core.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/core.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/dbapiprovider.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/dbapiprovider.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/dbschema.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/dbschema.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/decompiling.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/decompiling.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/ormtypes.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/ormtypes.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/serialization.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/serialization.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/sqlbuilding.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/sqlbuilding.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/sqlsymbols.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/sqlsymbols.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/sqltranslation.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/__pycache__/sqltranslation.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/asttranslation.py /usr/lib/python3.11/site-packages/pony/orm/core.py /usr/lib/python3.11/site-packages/pony/orm/dbapiprovider.py /usr/lib/python3.11/site-packages/pony/orm/dbproviders /usr/lib/python3.11/site-packages/pony/orm/dbproviders/__init__.py /usr/lib/python3.11/site-packages/pony/orm/dbproviders/__pycache__ /usr/lib/python3.11/site-packages/pony/orm/dbproviders/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/dbproviders/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/dbproviders/__pycache__/cockroach.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/dbproviders/__pycache__/cockroach.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/dbproviders/__pycache__/mysql.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/dbproviders/__pycache__/mysql.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/dbproviders/__pycache__/oracle.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/dbproviders/__pycache__/oracle.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/dbproviders/__pycache__/postgres.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/dbproviders/__pycache__/postgres.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/dbproviders/__pycache__/sqlite.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/dbproviders/__pycache__/sqlite.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/dbproviders/cockroach.py /usr/lib/python3.11/site-packages/pony/orm/dbproviders/mysql.py /usr/lib/python3.11/site-packages/pony/orm/dbproviders/oracle.py /usr/lib/python3.11/site-packages/pony/orm/dbproviders/postgres.py /usr/lib/python3.11/site-packages/pony/orm/dbproviders/sqlite.py /usr/lib/python3.11/site-packages/pony/orm/dbschema.py /usr/lib/python3.11/site-packages/pony/orm/decompiling.py /usr/lib/python3.11/site-packages/pony/orm/examples /usr/lib/python3.11/site-packages/pony/orm/examples/__init__.py /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__ /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/alessandro_bug.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/alessandro_bug.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/bottle_example.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/bottle_example.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/bug_ben.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/bug_ben.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/compositekeys.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/compositekeys.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/demo.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/demo.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/estore.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/estore.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/inheritance1.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/inheritance1.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/numbers.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/numbers.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/session01.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/session01.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/university1.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/university1.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/university2.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/__pycache__/university2.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/examples/alessandro_bug.py /usr/lib/python3.11/site-packages/pony/orm/examples/bottle_example.py /usr/lib/python3.11/site-packages/pony/orm/examples/bug_ben.py /usr/lib/python3.11/site-packages/pony/orm/examples/compositekeys.py /usr/lib/python3.11/site-packages/pony/orm/examples/demo.py /usr/lib/python3.11/site-packages/pony/orm/examples/estore.py /usr/lib/python3.11/site-packages/pony/orm/examples/inheritance1.py /usr/lib/python3.11/site-packages/pony/orm/examples/numbers.py /usr/lib/python3.11/site-packages/pony/orm/examples/session01.py /usr/lib/python3.11/site-packages/pony/orm/examples/university1.py /usr/lib/python3.11/site-packages/pony/orm/examples/university2.py /usr/lib/python3.11/site-packages/pony/orm/integration /usr/lib/python3.11/site-packages/pony/orm/integration/__init__.py /usr/lib/python3.11/site-packages/pony/orm/integration/__pycache__ /usr/lib/python3.11/site-packages/pony/orm/integration/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/integration/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/integration/__pycache__/bottle_plugin.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/orm/integration/__pycache__/bottle_plugin.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/orm/integration/bottle_plugin.py /usr/lib/python3.11/site-packages/pony/orm/ormtypes.py /usr/lib/python3.11/site-packages/pony/orm/serialization.py /usr/lib/python3.11/site-packages/pony/orm/sqlbuilding.py /usr/lib/python3.11/site-packages/pony/orm/sqlsymbols.py /usr/lib/python3.11/site-packages/pony/orm/sqltranslation.py /usr/lib/python3.11/site-packages/pony/py23compat.py /usr/lib/python3.11/site-packages/pony/thirdparty /usr/lib/python3.11/site-packages/pony/thirdparty/__init__.py /usr/lib/python3.11/site-packages/pony/thirdparty/__pycache__ /usr/lib/python3.11/site-packages/pony/thirdparty/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/thirdparty/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/thirdparty/__pycache__/decorator.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/thirdparty/__pycache__/decorator.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/thirdparty/decorator.py /usr/lib/python3.11/site-packages/pony/utils /usr/lib/python3.11/site-packages/pony/utils/__init__.py /usr/lib/python3.11/site-packages/pony/utils/__pycache__ /usr/lib/python3.11/site-packages/pony/utils/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/utils/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/utils/__pycache__/properties.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/utils/__pycache__/properties.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/utils/__pycache__/utils.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/pony/utils/__pycache__/utils.cpython-311.pyc /usr/lib/python3.11/site-packages/pony/utils/properties.py /usr/lib/python3.11/site-packages/pony/utils/utils.py /usr/share/doc/packages/python311-pony /usr/share/doc/packages/python311-pony/README.md /usr/share/licenses/python311-pony /usr/share/licenses/python311-pony/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Feb 12 23:53:52 2025