14
0

Accepting request 827927 from home:jayvdb:branches:devel:languages:python

- Update to v1.0.0
  * Use pkg_resources vendored with pip

OBS-URL: https://build.opensuse.org/request/show/827927
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pipdeptree?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2020-08-20 07:24:51 +00:00
committed by Git OBS Bridge
parent e8bd57ad56
commit 354f455415
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}