upgrade to version 0.4.13

This commit is contained in:
desert-sailor 2023-07-17 05:39:18 +08:00
parent 7ee6b5b35e
commit 7c9a5e959b
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
pipreqs-0.4.13.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pipreqs Name: python-pipreqs
Version: 0.4.11 Version: 0.4.13
Release: 1 Release: 1
Summary: Pip requirements.txt generator based on imports in project Summary: Pip requirements.txt generator based on imports in project
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/bndr/pipreqs URL: https://github.com/bndr/pipreqs
Source0: https://files.pythonhosted.org/packages/60/c8/39736f6a47f1318281dca6e955cfb51a93206a5db69e9b4c12296389a391/pipreqs-0.4.11.tar.gz Source0: https://files.pythonhosted.org/packages/96/71/b6749742c33fabb2c8b3a1a2e128548ee09c36c9070137104dd5eb2010ea/pipreqs-0.4.13.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
pipreqs Generate requirements.txt file for any project based on imports in project pipreqs Generate requirements.txt file for any project based on imports in project
@ -75,6 +75,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Jul 17 2023 Dongxing Wang <dxwangk@isoftstone.com> - 0.4.13-1
- update to 0.4.13
* Tue Jul 19 2022 OpenStack_SIG <openstack@openeuler.org> - 0.4.11-1 * Tue Jul 19 2022 OpenStack_SIG <openstack@openeuler.org> - 0.4.11-1
- Init package python3-pipreqs of version 0.4.11 - Init package python3-pipreqs of version 0.4.11