14
0

Accepting request 828008 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/828008
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pipdeptree?expand=0&rev=2
This commit is contained in:
2020-08-28 19:20:41 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:867bb73c6ccb54934bc052d8ad0f29f1992459b98457de98d48f5f6b3dfc97f7
size 16438

3
pipdeptree-1.0.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd562e477c74a402ddecaf719dddd806ae9fc2c045515d3f363295e2463638bd
size 16490

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 19 15:07:54 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Update to v1.0.0
* Use pkg_resources vendored with pip
-------------------------------------------------------------------
Thu Mar 7 03:45:29 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -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}