diff --git a/peewee-3.17.6.tar.gz b/peewee-3.17.6.tar.gz deleted file mode 100644 index 5e645065dfc213057f56cfc588e32dc6dac46c24..0000000000000000000000000000000000000000 Binary files a/peewee-3.17.6.tar.gz and /dev/null differ diff --git a/peewee-3.17.7.tar.gz b/peewee-3.17.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..801b3d0bd37dfbe7d6ee8bb732e5100a6d22fa67 Binary files /dev/null and b/peewee-3.17.7.tar.gz differ diff --git a/python-peewee.spec b/python-peewee.spec index 0039f1e075bac646e55f3f8c9cb0a8104adf701b..1fa8a2ea6679afeb76aada7df1d4f3ba931cd880 100644 --- a/python-peewee.spec +++ b/python-peewee.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-peewee -Version: 3.17.6 +Version: 3.17.7 Release: 1 Summary: a little orm License: MIT URL: https://github.com/coleifer/peewee/ -Source0: https://files.pythonhosted.org/packages/bd/be/e9c886b4601a19f4c34a1b75c5fe8b98a2115dd964251a76b24c977c369d/peewee-3.17.6.tar.gz +Source0: https://files.pythonhosted.org/packages/e1/2d/c5e34703c118da6dae4de89d5c9b5a2fb9fbc2f7789ac2c8d8836f6367ba/peewee-3.17.7.tar.gz BuildArch: noarch %description @@ -69,6 +69,24 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 05 2024 zhangyulong - 3.17.7-1 +- Update package to version 3.17.7 + -Add Table's with a column called "model" breaks aliasing + -Fix unexpected column name when querying a json key in sqlite + -Fix Select method with a join fails to return data + -FastAPI deprecated their peewee docs + -peewee tries to use psycopg2 even though only psycopg(3) is installed + -SQL Server Support + -PyCharm IDE warnings + -Fix AttributeError: 'NoneType' object has no attribute '_hash' + -Add YugabyteDB to the README. It works since YugabyteDB is postgreSQL compatible. + -Set execution time of a specific query + -playhouse.postgres_ext.PostgresqlExtDatabase in version 3.17.6 + -Fix TypeError:execute_sql() got an unexpected keyword argument 'named_cursor' -Fix use "python -m pwiz",the model wrong + -When joining two tables using a foreign key, the query result for the foreign key field does not meet expectations. + -Database as single source of truth + -sql in record update + * Sat Aug 03 2024 muxiaohui - 3.17.6-1 - Update package to version 3.17.6 - Fix bug in recursive model.delete_instance() when a table contains foreign-keys at multiple depths of the graph