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/python-pipreqs.spec b/python-pipreqs.spec index dd733d105cc076ca3f7ddbec5400e0a41e6aafda..6bca0dea3a8309d2ee5966c1ef20ae91a88a6539 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://github.com/bndr/pipreqs/archive/refs/tags/v0.5.0.tar.gz BuildArch: noarch %description pipreqs Generate requirements.txt file for any project based on imports in project @@ -75,6 +75,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sun Sep 1 2024 wuzhaomin - 0.5.0-1 +- update version to 0.5.0 +- adds .pyw and jupyter notebook support +- forces default file encoding to utf-8 +- bumps python support versions +- migrates packaging system to poetry +- increased test coverage + * Mon Jul 17 2023 Dongxing Wang - 0.4.13-1 - update to 0.4.13 diff --git a/v0.5.0.tar.gz b/v0.5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..983a69d8ea25a01c282b1661fc516eeed534de28 Binary files /dev/null and b/v0.5.0.tar.gz differ