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.18.2.tar.gz b/peewee-3.18.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d1a575f647bfc6f3a8f88b1ef549d43f58ae2857 Binary files /dev/null and b/peewee-3.18.2.tar.gz differ diff --git a/python-peewee.spec b/python-peewee.spec index 0039f1e075bac646e55f3f8c9cb0a8104adf701b..1a67f54f237614134f71b4d61a002f214a5fc867 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.18.2 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/04/89/76f6f1b744c8608e0d416b588b9d63c2a500ff800065ae610f7c80f532d6/peewee-3.18.2.tar.gz BuildArch: noarch %description @@ -69,6 +69,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 18 2025 liyue01 - 3.18.2-1 +- Update package to version 3.18.2 +- Cython 3.1 removes some Python 2 stuff we referenced -- this resolves the issue; +- Add options to URL-unquote user and password when using the `db_url` helpers,see #2974 for discussion; +- Fix incorrect handling of fk constraint name in migrator. + * 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