Skip to content

Commit a1c68c2

Browse files
committed
Update third-party packages
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 4cced46 commit a1c68c2

File tree

84 files changed

+1078
-616
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+1078
-616
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ docs/_build
4949
/.cache/
5050

5151
/share/
52-
/local/
52+
/local/
53+
/.pytest_cache/

etc/conf/dev/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ py
33
colorama
44
pytest
55
pluggy
6-
tox
6+
aboutcode-toolkit

etc/configure.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,7 @@ def install_3pp(configs, root_dir, tpp_dirs, quiet=False):
231231
print("* Installing components ...")
232232
requirement_files = get_conf_files(configs, root_dir, requirements)
233233
for req_file in requirement_files:
234-
pcmd = ['pip', 'install', '--no-allow-external',
235-
'--use-wheel', '--no-index', '--no-cache-dir']
234+
pcmd = ['pip', 'install', '--no-index', '--no-cache-dir']
236235
if quiet:
237236
pcmd += ['--quiet']
238237
pip_dir_args = list(build_pip_dirs_args(tpp_dirs, root_dir, '--find-links='))
Binary file not shown.
Binary file not shown.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
about_resource: certifi-2018.4.16-py2.py3-none-any.whl
2+
checksum_md5: 8280b65d50546025140b542904e86c3b
3+
checksum_sha1: 760c62185c36483f7f7b9db7788c699e9c735990
4+
5+
copyright: Kenneth Reitz
6+
description: Certifi is a carefully curated collection of Root Certificates for validating
7+
the trustworthiness of SSL certificates while verifying the identity of TLS hosts.
8+
It has been extracted from the Requests project.
9+
download_url: https://files.pythonhosted.org/packages/7c/e6/92ad559b7192d846975fc916b65f667c7b8c3a32bea7372340bfe9a15fa5/certifi-2018.4.16-py2.py3-none-any.whl#sha256=9fa520c1bacfb634fa7af20a76bcbd3d5fb390481724c597da32c719a7dca4b0
10+
homepage_url: https://certifi.io/en/latest/
11+
license_expression: mpl-2.0
12+
name: certifi
13+
notice_url: https://certifi.io/en/latest/
14+
notice_file: certifi.NOTICE
15+
license_file: mpl-2.0.LICENSE
16+
owner: Kenneth Reitz
17+
owner_url: https://github.com/kennethreitz
18+
version: 2018.4.16

thirdparty/base/certifi.ABOUT

Lines changed: 0 additions & 14 deletions
This file was deleted.

thirdparty/base/certifi.LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.
1.25 MB
Binary file not shown.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: pip-10.0.1-py2.py3-none-any.whl
2+
checksum_md5: eb92c86bfda9cde5e082a1fd76f1e627
3+
checksum_sha1: bed4d1300f778a636fc7d2733ee451daff1b6405
4+
copyright: Copyright (c) 2008-2016 The pip developers (see AUTHORS.txt file)
5+
description: A tool for installing and managing Python packages.
6+
download_url: https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl#sha256=717cdffb2833be8409433a93746744b59505f42146e8d37de6c62b430e25d6d7
7+
homepage_url: http://www.pip-installer.org
8+
license_expression: mit AND bsd-new AND lgpl-2.1
9+
name: pip
10+
notice_file: pip.LICENSE
11+
notice_url: https://github.com/pypa/pip/blob/master/LICENSE.txt
12+
owner: The pip developers
13+
owner_url: http://www.pip-installer.org/en/latest/
14+
version: 10.0.1
-1.2 MB
Binary file not shown.

thirdparty/base/pip.ABOUT

Lines changed: 0 additions & 14 deletions
This file was deleted.

thirdparty/base/pip.LICENSE

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2008-2014 The pip developers (see AUTHORS.txt file)
1+
Copyright (c) 2008-2018 The pip developers (see AUTHORS.txt file)
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the
@@ -18,22 +18,3 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1818
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1919
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2020
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21-
22-
23-
License for Bundle of CA Root Certificates (pip/cacert.pem)
24-
===========================================================
25-
26-
This library is free software; you can redistribute it and/or
27-
modify it under the terms of the GNU Lesser General Public
28-
License as published by the Free Software Foundation; either
29-
version 2.1 of the License, or (at your option) any later version.
30-
31-
This library is distributed in the hope that it will be useful,
32-
but WITHOUT ANY WARRANTY; without even the implied warranty of
33-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
34-
Lesser General Public License for more details.
35-
36-
You should have received a copy of the GNU Lesser General Public
37-
License along with this library; if not, write to the Free Software
38-
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
39-
02110-1301
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: setuptools-39.2.0-py2.py3-none-any.whl
2+
checksum_md5: 8d066d2201311ed30be535b473e32fed
3+
checksum_sha1: 31cc9b16ed22e1a0bc95b57428a7b6efbf7b7295
4+
5+
copyright: Copyright (c) Python Packaging Authority
6+
description: Easily download, build, install, upgrade, and uninstall Python packages
7+
download_url: https://files.pythonhosted.org/packages/7f/e1/820d941153923aac1d49d7fc37e17b6e73bfbd2904959fffbad77900cf92/setuptools-39.2.0-py2.py3-none-any.whl#sha256=8fca9275c89964f13da985c3656cb00ba029d7f3916b37990927ffdf264e7926
8+
homepage_url: https://pypi.python.org/pypi/setuptools
9+
license_expression: python AND mit
10+
notice_file: setuptools.NOTICE
11+
name: setuptools
12+
owner: Python Packaging Authority
13+
owner_url: https://www.pypa.io/en/latest/
14+
version: 39.2.0

thirdparty/base/setuptools.ABOUT

Lines changed: 0 additions & 13 deletions
This file was deleted.
-10.1 KB
Binary file not shown.
10.5 KB
Binary file not shown.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
about_resource: six-1.11.0-py2.py3-none-any.whl
2+
checksum_md5: 866ab722be6bdfed6830f3179af65468
3+
checksum_sha1: fa2683a24d4a7422add33400048fc375b2afe57b
4+
5+
copyright: Copyright (c) 2010-2011 Benjamin Peterson
6+
description: Six is a Python 2 and 3 compatibility library. It provides utility functions
7+
for smoothing over the differences between the Python versions with the goal of
8+
writing Python code that is compatible on both Python versions.
9+
download_url: https://pypi.python.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl#md5=866ab722be6bdfed6830f3179af65468
10+
homepage_url: http://bitbucket.org/gutworth/six
11+
license_expression: mit
12+
name: six
13+
notice_file: six.LICENSE
14+
notice_url: https://github.com/benjaminp/six/blob/master/LICENSE
15+
owner: Benjamin Peterson
16+
owner_url: http://www.benjamin-peterson.org/
17+
vcs_repository: https://bitbucket.org/gutworth/six
18+
version: 1.11.0

thirdparty/base/six.ABOUT

Lines changed: 0 additions & 16 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.

thirdparty/base/virtualenv.ABOUT

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
about_resource: virtualenv-15.1.0-py2.py3-none-any.whl
2-
version: 15.1.0
3-
download_url: https://pypi.python.org/packages/6f/86/3dc328ee7b1a6419ebfac7896d882fba83c48e3561d22ddddf38294d3e83/virtualenv-15.1.0-py2.py3-none-any.whl#md5=aa7e5b86cc8cdb99794c4b99e8d670f3
1+
about_resource: virtualenv-16.0-py2.py3-none-any.whl
2+
version: 16.0
3+
download_url: https://files.pythonhosted.org/packages/b6/30/96a02b2287098b23b875bc8c2f58071c35d2efe84f747b64d523721dc2b5/virtualenv-16.0.0-py2.py3-none-any.whl
44

55
vcs_tool: git
66
vcs_repository: https://github.com/pypa/virtualenv.git
@@ -14,4 +14,4 @@ license_file: virtualenv.LICENSE
1414
license_expression: mit
1515
copyright: Copyright (c) 2007 Ian Bicking and Contributors
1616
Copyright (c) 2009 Ian Bicking, The Open Planning Project
17-
Copyright (c) 2011-2015 The virtualenv developers
17+
Copyright (c) The virtualenv developers

0 commit comments

Comments
 (0)