Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-peewee-3.7.1-lp152.3.8 RPM for ppc64le

From OpenSuSE Ports Leap 15.2 for ppc64le

Name: python3-peewee Distribution: openSUSE:Leap:15.2:PowerPC / ports
Version: 3.7.1 Vendor: openSUSE
Release: lp152.3.8 Build date: Sat May 16 11:43:11 2020
Group: Development/Languages/Python Build host: obs-power9-06
Size: 1935514 Source RPM: python-peewee-3.7.1-lp152.3.8.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/coleifer/peewee
Summary: An expressive ORM that supports multiple SQL backends
An expressive ORM that supports PostgreSQL, MySQL and SQLite.

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Oct 08 2018 Alexei Podvalsky <avvissu@yandex.by>
  - Update to 3.7.1:
    * Added table_settings model Meta option, which should be a list
      of strings specifying additional options for CREATE TABLE, which
      are placed after the closing parentheses.
    * Allow specification of on_update and on_delete behavior for
      many-to-many relationships when using ManyToManyField.
    * Fixed incorrect SQL generation for Postgresql ON CONFLICT clause
      when the conflict_target is a named constraint (rather than an
      index expression). This introduces a new keyword-argument to the
      on_conflict() method: conflict_constraint, which is currently only
      supported by Postgresql. Refs issue #1737.
    * Fixed incorrect SQL for sub-selects used on the right side of IN
      expressions. Previously the query would be assigned an alias, even
      though an alias was not needed.
    * Fixed incorrect SQL generation for Model indexes which contain SQL
      functions as indexed columns.
    * Fixed bug in the generation of special queries used to perform
      operations on SQLite FTS5 virtual tables.
    * Allow frozenset to be correctly parameterized as a list of values.
    * Allow multi-value INSERT queries to specify columns as a list of
      strings.
    * Support CROSS JOIN for model select queries.
* Sat Jul 28 2018 jengelh@inai.de
  - Add missing "that".
* Thu Jul 19 2018 mcepl@suse.com
  - Update to 3.6.4:
    - bugfixes
    - works with python 3.7.0
    - Support for specifying ROWS or RANGE window frame types.
    - Add APIs for user-defined window functions if using
      pysqlite3 and sqlite 3.25.0 or newer.
    - TimestampField now uses 64-bit integer data-type for
      storage.
    - Added support to pwiz and playhouse.reflection to enable
      generating models from VIEWs.
    - Added lower-level database API for introspecting VIEWs.
    - Revamped continuous integration setup for better coverage,
      including 3.7 and 3.8-dev.
    - Allow building C extensions even if Cython is not
      installed, by distributing pre-generated C source files.
  - Fixes tests
* Wed Jul 04 2018 avvissu@yandex.by
  - Update to 3.5.2:
    * New guide to using window functions in Peewee.
    * New and improved table name auto-generation.
    * Allow passing single fields/columns to window function
      order_by and partition_by arguments.
    * Support for FILTER (WHERE...) clauses with window functions
      and aggregates.
    * Added IdentityField class suitable for use with Postgres 10's
      new identity column type.
    * Fixed bug creating indexes on tables that are in attached
      databases (SQLite).
    * Fixed obscure bug when using prefetch() and ModelAlias to
      populate a back-reference related model.
  - Change in 3.5.1:
    * New documentation for working with relationships in Peewee.
    * Improved tests and documentation for MySQL upsert functionality.
    * Allow database parameter to be specified with ModelSelect.get()
      method. For discussion, see #1620.
    * Add QualifiedNames helper to peewee module exports.
    * Add temporary= meta option to support temporary tables.
    * Allow a Database object to be passed to constructor of
      DataSet helper.
* Sat Jun 23 2018 avvissu@yandex.by
  - Update to 3.5.0:
    * see: /usr/share/package/python-peewee/CHANGELOG.md
  - Build with dependencies: sqlite3, cython
  - Build with python3 and python2 (singlespec)
  - Drop the noarch package (arch-independent-package-contains-binary-or-object)
  - Spec file cleanup
* Fri Aug 14 2015 i@marguerite.su
  - update version 2.6.3
    * read https://github.com/coleifer/peewee/releases
* Mon Apr 28 2014 i@marguerite.su
  - update version 2.2.3
    * New migrations module
    * Added a return value to Model.save() indicating number of rows
      affected.
    * Added a date_trunc() method that works for Sqlite.
    * Added a Model.sqlall() class-method to return all the SQL to
      generate the model/indices.
    * bugfixes
* Sun Apr 20 2014 i@marguerite.su
  - initial version 2.2.2
    * see https://github.com/coleifer/peewee/commits/master for details

Files

/usr/bin/pwiz.py
/usr/bin/pwiz.py-3.6
/usr/lib64/python3.6/site-packages/__pycache__
/usr/lib64/python3.6/site-packages/__pycache__/peewee.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/__pycache__/peewee.cpython-36.pyc
/usr/lib64/python3.6/site-packages/__pycache__/pwiz.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/__pycache__/pwiz.cpython-36.pyc
/usr/lib64/python3.6/site-packages/peewee-3.7.1-py3.6.egg-info
/usr/lib64/python3.6/site-packages/peewee-3.7.1-py3.6.egg-info/PKG-INFO
/usr/lib64/python3.6/site-packages/peewee-3.7.1-py3.6.egg-info/SOURCES.txt
/usr/lib64/python3.6/site-packages/peewee-3.7.1-py3.6.egg-info/dependency_links.txt
/usr/lib64/python3.6/site-packages/peewee-3.7.1-py3.6.egg-info/not-zip-safe
/usr/lib64/python3.6/site-packages/peewee-3.7.1-py3.6.egg-info/top_level.txt
/usr/lib64/python3.6/site-packages/peewee.py
/usr/lib64/python3.6/site-packages/playhouse
/usr/lib64/python3.6/site-packages/playhouse/__init__.py
/usr/lib64/python3.6/site-packages/playhouse/__pycache__
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/__init__.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/apsw_ext.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/apsw_ext.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/dataset.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/dataset.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/db_url.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/db_url.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/fields.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/fields.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/flask_utils.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/flask_utils.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/hybrid.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/hybrid.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/kv.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/kv.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/migrate.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/migrate.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/mysql_ext.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/mysql_ext.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/pool.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/pool.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/postgres_ext.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/postgres_ext.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/reflection.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/reflection.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/shortcuts.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/shortcuts.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/signals.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/signals.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/sqlcipher_ext.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/sqlcipher_ext.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/sqlite_ext.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/sqlite_ext.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/sqlite_udf.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/sqlite_udf.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/sqliteq.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/sqliteq.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/test_utils.cpython-36.opt-1.pyc
/usr/lib64/python3.6/site-packages/playhouse/__pycache__/test_utils.cpython-36.pyc
/usr/lib64/python3.6/site-packages/playhouse/_speedups.cpython-36m-powerpc64le-linux-gnu.so
/usr/lib64/python3.6/site-packages/playhouse/_sqlite_ext.cpython-36m-powerpc64le-linux-gnu.so
/usr/lib64/python3.6/site-packages/playhouse/_sqlite_udf.cpython-36m-powerpc64le-linux-gnu.so
/usr/lib64/python3.6/site-packages/playhouse/apsw_ext.py
/usr/lib64/python3.6/site-packages/playhouse/dataset.py
/usr/lib64/python3.6/site-packages/playhouse/db_url.py
/usr/lib64/python3.6/site-packages/playhouse/fields.py
/usr/lib64/python3.6/site-packages/playhouse/flask_utils.py
/usr/lib64/python3.6/site-packages/playhouse/hybrid.py
/usr/lib64/python3.6/site-packages/playhouse/kv.py
/usr/lib64/python3.6/site-packages/playhouse/migrate.py
/usr/lib64/python3.6/site-packages/playhouse/mysql_ext.py
/usr/lib64/python3.6/site-packages/playhouse/pool.py
/usr/lib64/python3.6/site-packages/playhouse/postgres_ext.py
/usr/lib64/python3.6/site-packages/playhouse/reflection.py
/usr/lib64/python3.6/site-packages/playhouse/shortcuts.py
/usr/lib64/python3.6/site-packages/playhouse/signals.py
/usr/lib64/python3.6/site-packages/playhouse/sqlcipher_ext.py
/usr/lib64/python3.6/site-packages/playhouse/sqlite_ext.py
/usr/lib64/python3.6/site-packages/playhouse/sqlite_udf.py
/usr/lib64/python3.6/site-packages/playhouse/sqliteq.py
/usr/lib64/python3.6/site-packages/playhouse/test_utils.py
/usr/lib64/python3.6/site-packages/pwiz.py
/usr/share/doc/packages/python3-peewee
/usr/share/doc/packages/python3-peewee/CHANGELOG.md
/usr/share/doc/packages/python3-peewee/README.rst
/usr/share/doc/packages/python3-peewee/TODO.rst
/usr/share/licenses/python3-peewee
/usr/share/licenses/python3-peewee/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 12:13:28 2024