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.3.tar.gz b/peewee-3.18.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8364697dcb9cd6acc91d2b5cea42003d8f867299 Binary files /dev/null and b/peewee-3.18.3.tar.gz differ diff --git a/python-peewee.spec b/python-peewee.spec index 0039f1e075bac646e55f3f8c9cb0a8104adf701b..c8d317d75b1a3b6f2a4725525484efc51c08b1d7 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.3 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/6f/60/58e7a307a24044e0e982b99042fcd5a58d0cd928d9c01829574d7553ee8d/peewee-3.18.3.tar.gz BuildArch: noarch %description @@ -16,6 +16,8 @@ Summary: a little orm Provides: python-peewee = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pip +BuildRequires: python3-wheel %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. @@ -29,10 +31,10 @@ Peewee is a simple and small ORM. It has few (but expressive) concepts, making i %autosetup -n peewee-%{version} %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -63,12 +65,17 @@ mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-peewee -f filelist.lst -%dir %{python3_sitelib}/* +%{python3_sitelib}/__pycache__/peewee.* +%{python3_sitelib}/__pycache__/pwiz.* +%{python3_sitelib}/playhouse/__pycache__/* -%files help -f doclist.lst +%files help %{_docdir}/* %changelog +* Mon Nov 10 2025 Jianbin Zhao - 3.18.3-1 +- Update package to version 3.18.3 + * 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