Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-peewee for openSUSE:Factory checked in at 2026-04-09 16:09:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-peewee (Old) and /work/SRC/openSUSE:Factory/.python-peewee.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-peewee" Thu Apr 9 16:09:34 2026 rev:39 rq:1345306 version:4.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-peewee/python-peewee.changes 2025-11-12 21:14:37.526732578 +0100 +++ /work/SRC/openSUSE:Factory/.python-peewee.new.21863/python-peewee.changes 2026-04-09 16:22:38.397318291 +0200 @@ -1,0 +2,29 @@ +Wed Apr 8 22:48:14 UTC 2026 - Dirk Müller <[email protected]> + +- update to 4.0.4: + * Fix SQL generation for partial indexes with nulls (not) + distinct clause. + * Raise an `ImproperlyConfigured` if pg driver unavailable at + model definition-time when field db-hooks are used, rather than + `AttributeError`. + * Refactor test suite - this was a mechanical refactor, just + moving things around and trying to group things more clearly. + * Remove all Python 2.x compatibility code. + * Add streaming result cursors to pwasyncio module via + `db.iterate(query)`. + * Better serialization and deserialization of datetimes and + binary data in the DataSet module. Previously binary data was + * Ensure `gr_context` is set on greenlet in `greenlet_spawn` so + that contextvars will be operable in sync handlers. + * Removed `SqliteExtDatabase` (it basically served no purpose + in 4.0). Use `SqliteDatabase` instead. + * Adds preliminary support for `asyncio` via a new playhouse + extension. + * `PostgresqlDatabase` can use `psycopg` (psycopg3) if it is + installed. If both psycopg2 and psycopg3 are installed, + Peewee will prefer psycopg2, but this can be controlled by + specifying `prefer_psycopg3=True` in the constructor. + * Remove `playhouse.sqlite_ext.ClosureTable` implementation. + * Move to new build system using pyproject and github actions. + +------------------------------------------------------------------- Old: ---- peewee-3.18.3.tar.gz New: ---- peewee-4.0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-peewee.spec ++++++ --- /var/tmp/diff_new_pack.iFqUih/_old 2026-04-09 16:22:39.365358012 +0200 +++ /var/tmp/diff_new_pack.iFqUih/_new 2026-04-09 16:22:39.365358012 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-peewee # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %endif %{?sle15_python_module_pythons} Name: python-peewee -Version: 3.18.3 +Version: 4.0.4 Release: 0 Summary: An expressive ORM that supports multiple SQL backends License: MIT @@ -64,7 +64,6 @@ %install %pyproject_install -mv %{buildroot}%{_bindir}/pwiz.py %{buildroot}%{_bindir}/pwiz %python_clone -a %{buildroot}%{_bindir}/pwiz %{python_expand %fdupes %{buildroot}%{$python_sitearch} @@ -87,7 +86,7 @@ %files %{python_files} %license LICENSE -%doc CHANGELOG.md README.rst TODO.rst +%doc CHANGELOG.md README.rst %python_alternative %{_bindir}/pwiz %{python_sitearch}/peewee-%{version}.dist-info %{python_sitearch}/peewee.py ++++++ peewee-3.18.3.tar.gz -> peewee-4.0.4.tar.gz ++++++ ++++ 81973 lines of diff (skipped)
