diff --git a/pipdeptree-2.7.0.tar.gz b/pipdeptree-2.7.0.tar.gz deleted file mode 100644 index 5eb64a3deb0b5f3e610c6d62691b21719957a6a2..0000000000000000000000000000000000000000 Binary files a/pipdeptree-2.7.0.tar.gz and /dev/null differ diff --git a/pipdeptree-2.7.1.tar.gz b/pipdeptree-2.7.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..03e29fcab3910b1a1b5b72016c4e2fbe08da5926 Binary files /dev/null and b/pipdeptree-2.7.1.tar.gz differ diff --git a/python-pipdeptree.spec b/python-pipdeptree.spec index 9bfa75e76bd274e8572cde94685f332281773136..6c32408436a5180a86d0c67472c57485afd5a5d2 100644 --- a/python-pipdeptree.spec +++ b/python-pipdeptree.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pipdeptree -Version: 2.7.0 -Release: 2 +Version: 2.7.1 +Release: 1 Summary: Command line utility to show dependency tree of packages License: MIT URL: https://github.com/tox-dev/pipdeptree -Source0: https://files.pythonhosted.org/packages/86/62/309b36c833a99518d35998df58271a15756f847ed66e2e46896d7df49f53/pipdeptree-2.7.0.tar.gz +Source0: https://files.pythonhosted.org/packages/b0/60/af20fcbf3cab57b63c5bad2ef25a037ade8af5084635b42d371189286316/pipdeptree-2.7.1.tar.gz BuildArch: noarch %description @@ -17,8 +17,11 @@ on a machine as well as in a virtualenv. Summary: Command line utility to show dependency tree of packages Provides: python-pipdeptree = %{version}-%{release} BuildRequires: python3-devel -BuildRequires: python3-pip python3-wheel python3-flit -BuildRequires: python3-hatchling python3-hatch-vcs +BuildRequires: python3-pip +BuildRequires: python3-wheel +BuildRequires: python3-flit +BuildRequires: python3-hatchling +BuildRequires: python3-hatch-vcs %description -n python3-pipdeptree pipdeptree is a command line utility for displaying the installed python packages in form of a dependency tree. It works for packages installed globally @@ -49,10 +52,13 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{python3_sitelib}/* %{_bindir}/pipdeptree -%files help +%files help %{_docdir}/* %changelog +* Tue May 16 2023 wubijie - 2.7.1-1 +- Update package to version 2.7.1 + * Fri Apr 28 2023 jiangxinyu - 2.7.0-2 - Use pyproject to compile package