diff --git a/peewee-3.17.0.tar.gz b/peewee-3.17.0.tar.gz deleted file mode 100644 index d716e81..0000000 --- a/peewee-3.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25d013fb16287e07d2ec957c954f425fd8ab12a7c0c389f6fe5df3507f348838 -size 915412 diff --git a/peewee-3.17.1.tar.gz b/peewee-3.17.1.tar.gz new file mode 100644 index 0000000..9257577 --- /dev/null +++ b/peewee-3.17.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d04c13ed3ffe22abde2960686a9b40fbf26abf71a3a5df9a0e82a70e07b65b8 +size 918980 diff --git a/python-peewee.changes b/python-peewee.changes index e67c46c..1a65625 100644 --- a/python-peewee.changes +++ b/python-peewee.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Feb 12 02:57:29 UTC 2024 - Steve Kowalik + +- Update to 3.17.1: + * Add bitwise and other helper methods to `BigBitField`, #2802. + * Add `add_column_default` and `drop_column_default` migrator methods for + specifying a server-side default value, #2803. + * The new `star` attribute was causing issues for users who had a field named + star on their models. This attribute is now renamed to `__star__`. #2796. + * Fix compatibility issues with 3.12 related to utcnow() deprecation. + * Add stricter locking on connection pool to prevent race conditions. + * Add adapters and converters to Sqlite to replace ones deprecated in 3.12. + * Fix bug in `model_to_dict()` when only aliases are present. + * Fix version check for Sqlite native drop column support. + * Do not specify a `reconnect=` argument to `ping()` if using MySQL 8.x. + ------------------------------------------------------------------- Tue Jan 9 15:18:54 UTC 2024 - Antonio Larrosa diff --git a/python-peewee.spec b/python-peewee.spec index 76e39f9..da9c977 100644 --- a/python-peewee.spec +++ b/python-peewee.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-peewee -Version: 3.17.0 +Version: 3.17.1 Release: 0 Summary: An expressive ORM that supports multiple SQL backends License: BSD-3-Clause @@ -40,7 +40,7 @@ BuildRequires: python-rpm-macros BuildRequires: unzip BuildRequires: pkgconfig(sqlite3) Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %python_subpackages %description @@ -74,7 +74,7 @@ sed -i -e '1{\@^#! *%{_bindir}.*python@d}' %{buildroot}%{$python_sitearch}/pwiz. %license LICENSE %doc CHANGELOG.md README.rst TODO.rst %python_alternative %{_bindir}/pwiz.py -%{python_sitearch}/peewee-%{version}*-info +%{python_sitearch}/peewee-%{version}.dist-info %{python_sitearch}/peewee.py %{python_sitearch}/pwiz.py %{python_sitearch}/playhouse