diff --git a/pipdeptree-0.13.2.tar.gz b/pipdeptree-0.13.2.tar.gz deleted file mode 100644 index 6fe24eb..0000000 --- a/pipdeptree-0.13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:867bb73c6ccb54934bc052d8ad0f29f1992459b98457de98d48f5f6b3dfc97f7 -size 16438 diff --git a/pipdeptree-1.0.0.tar.gz b/pipdeptree-1.0.0.tar.gz new file mode 100644 index 0000000..6230171 --- /dev/null +++ b/pipdeptree-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd562e477c74a402ddecaf719dddd806ae9fc2c045515d3f363295e2463638bd +size 16490 diff --git a/python-pipdeptree.changes b/python-pipdeptree.changes index 306152f..52186af 100644 --- a/python-pipdeptree.changes +++ b/python-pipdeptree.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 19 15:07:54 UTC 2020 - John Vandenberg + +- Update to v1.0.0 + * Use pkg_resources vendored with pip + ------------------------------------------------------------------- Thu Mar 7 03:45:29 AM UTC 2019 - John Vandenberg diff --git a/python-pipdeptree.spec b/python-pipdeptree.spec index 093c743..1db5f97 100644 --- a/python-pipdeptree.spec +++ b/python-pipdeptree.spec @@ -1,7 +1,7 @@ # # spec file for package python-pipdeptree # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pipdeptree -Version: 0.13.2 +Version: 1.0.0 Release: 0 Summary: Command line utility to show dependency tree of packages License: MIT @@ -60,7 +60,7 @@ tar -xzf %{SOURCE1} %check # Two tests fail due to https://github.com/naiquevin/pipdeptree/issues/116 -%python_exec -m pytest -k 'not test_render_tree_exclude and not test_render_tree_exclude_reverse' +%pytest --ignore tests/virtualenvs/ -k 'not test_render_tree_exclude and not test_render_tree_exclude_reverse' %post %{python_install_alternative pipdeptree}