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..ca07d565a6594c1563c782d1d42db12872722849 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 @@ -16,6 +16,7 @@ Summary: a little orm Provides: python-peewee = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: sqlite-devel %description -n python3-peewee Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use. @@ -69,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Sep 28 2025 maqi - 3.18.2-1 +- Update package to version 3.18.2 + * 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