diff --git a/pipreqs-0.4.13.tar.gz b/pipreqs-0.4.13.tar.gz deleted file mode 100644 index b0af109d49540370fb98cb2d67b35424c80c92c0..0000000000000000000000000000000000000000 Binary files a/pipreqs-0.4.13.tar.gz and /dev/null differ diff --git a/pipreqs-0.5.0.tar.gz b/pipreqs-0.5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0e15d00884e0d45fe3bc3481b690fc8b7c1fb431 Binary files /dev/null and b/pipreqs-0.5.0.tar.gz differ diff --git a/python-pipreqs.spec b/python-pipreqs.spec index dd733d105cc076ca3f7ddbec5400e0a41e6aafda..6c91541a2059491b2aeb06e15847361cbdace221 100644 --- a/python-pipreqs.spec +++ b/python-pipreqs.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pipreqs -Version: 0.4.13 +Version: 0.5.0 Release: 1 Summary: Pip requirements.txt generator based on imports in project License: Apache-2.0 URL: https://github.com/bndr/pipreqs -Source0: https://files.pythonhosted.org/packages/96/71/b6749742c33fabb2c8b3a1a2e128548ee09c36c9070137104dd5eb2010ea/pipreqs-0.4.13.tar.gz +Source0: https://files.pythonhosted.org/packages/12/4c/0a335b1b70c7e1821140ac6f884b51d47f049bcb600fa19bb374922f73aa/pipreqs-0.5.0.tar.gz BuildArch: noarch %description pipreqs Generate requirements.txt file for any project based on imports in project @@ -37,10 +37,10 @@ pipreqs Generate requirements.txt file for any project based on imports in proje %autosetup -n pipreqs-%{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 @@ -75,6 +75,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +*Thu Jul 25 2024 muxiaohui - 0.5.0-1 +- adds .pyw and jupyter notebook support +- forces default file encoding to utf-8 +- bumps python support versions + * Mon Jul 17 2023 Dongxing Wang - 0.4.13-1 - update to 0.4.13