File tree Expand file tree Collapse file tree 22 files changed +124
-72
lines changed Expand file tree Collapse file tree 22 files changed +124
-72
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ v0.12.1
5
+ -----------
6
+
7
+ - Update link references of ownership from nexB to aboutcode-org
8
+
9
+
4
10
v0.12.0
5
11
-----------
6
12
Original file line number Diff line number Diff line change 4
4
# ScanCode is a trademark of nexB Inc.
5
5
# SPDX-License-Identifier: Apache-2.0
6
6
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
7
- # See https://github.com/nexB /python-inspector for support or download.
7
+ # See https://github.com/aboutcode-org /python-inspector for support or download.
8
8
# See https://aboutcode.org for more information about nexB OSS projects.
9
9
#
10
10
Original file line number Diff line number Diff line change 1
1
#
2
+
2
3
# Copyright (c) nexB Inc. and others.
4
+
3
5
# SPDX-License-Identifier: Apache-2.0
6
+
4
7
#
5
- # Visit https://aboutcode.org and https://github.com/nexB/python-inspector
8
+
9
+ # Visit https://aboutcode.org and https://github.com/aboutcode-org/python-inspector
10
+
6
11
# for support and download.
12
+
7
13
# ScanCode is a trademark of nexB Inc.
14
+
8
15
#
16
+
9
17
# Licensed under the Apache License, Version 2.0 (the "License");
18
+
10
19
# you may not use this file except in compliance with the License.
20
+
11
21
# You may obtain a copy of the License at
22
+
12
23
#
13
- # http://www.apache.org/licenses/LICENSE-2.0
24
+
25
+ # http://www.apache.org/licenses/LICENSE-2.0
26
+
14
27
#
28
+
15
29
# Unless required by applicable law or agreed to in writing, software
30
+
16
31
# distributed under the License is distributed on an "AS IS" BASIS,
32
+
17
33
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34
+
18
35
# See the License for the specific language governing permissions and
36
+
19
37
# limitations under the License.
38
+
20
39
#
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ python-inspector - inspect Python packages dependencies and metadata
4
4
5
5
Copyright (c) nexB Inc. and others.
6
6
SPDX-License-Identifier: Apache-2.0
7
- Homepage: https://github.com/nexB /python-inspector and https://www.aboutcode.org/
7
+ Homepage: https://github.com/aboutcode-org /python-inspector and https://www.aboutcode.org/
8
8
9
9
10
10
``python-inspector `` is a collection of utilities to:
@@ -36,15 +36,15 @@ Testing
36
36
pytest -vvs
37
37
38
38
- These are live tests to regenrate the tests with updated data run::
39
-
39
+
40
40
PYINSP_REGEN_TEST_FIXTURES=yes pytest -vvs
41
41
42
42
Usage
43
43
--------
44
44
45
45
- Install with pip::
46
46
47
- pip install git+https://github.com/nexB /python-inspector
47
+ pip install git+https://github.com/aboutcode-org /python-inspector
48
48
49
49
- Run the command line utility with::
50
50
@@ -71,5 +71,5 @@ Its companion libraries are:
71
71
installed site-packages and their metadata formats.
72
72
73
73
- ``packageurl-python `` to use Package URL to reference Python packages
74
-
75
-
74
+
75
+
Original file line number Diff line number Diff line change 3
3
# Copyright (c) nexB Inc. and others. All rights reserved.
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6
- # See https://github.com/nexB / for support or download.
6
+ # See https://github.com/aboutcode-org / for support or download.
7
7
# See https://aboutcode.org for more information about nexB OSS projects.
8
8
#
9
9
Original file line number Diff line number Diff line change 4
4
@ rem Copyright (c) nexB Inc. and others. All rights reserved.
5
5
@ rem SPDX-License-Identifier: Apache-2.0
6
6
@ rem See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
7
- @ rem See https://github.com/nexB / for support or download.
7
+ @ rem See https://github.com/aboutcode-org / for support or download.
8
8
@ rem See https://aboutcode.org for more information about nexB OSS projects.
9
9
10
10
Original file line number Diff line number Diff line change @@ -161,21 +161,21 @@ Another example could be https://github.com/digitalocean/sample-django
161
161
162
162
We use the latest main branch from python-inspector and scancode-toolkit 31.0.0rc2
163
163
installed on Linux with Python 3.8 using the release tarball from:
164
- https://github.com/nexB /scancode-toolkit/releases/tag/v31.0.0rc2
164
+ https://github.com/aboutcode-org /scancode-toolkit/releases/tag/v31.0.0rc2
165
165
166
166
ScanCode setup::
167
167
168
168
mkdir -p ~/tmp/pyinsp-example/tools
169
169
cd ~/tmp/pyinsp-example/tools
170
- wget https://github.com/nexB /scancode-toolkit/releases/download/v31.0.0rc2/scancode-toolkit-31.0.0rc2_py38-linux.tar.xz
170
+ wget https://github.com/aboutcode-org /scancode-toolkit/releases/download/v31.0.0rc2/scancode-toolkit-31.0.0rc2_py38-linux.tar.xz
171
171
tar -xf scancode-toolkit-31.0.0rc2_py38-linux.tar.xz
172
172
cd scancode-toolkit-31.0.0rc2/
173
173
./scancode --help
174
174
175
175
python-inspector setup::
176
176
177
177
cd ~/tmp/pyinsp-example/tools
178
- git clone https://github.com/nexB /python-inspector
178
+ git clone https://github.com/aboutcode-org /python-inspector
179
179
python3.8 -m venv venv
180
180
source venv/bin/activate
181
181
pip install --upgrade pip setuptools wheel
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = Apache-2.0
6
6
description = python-inspector is is a collection of utilities to collect PyPI package metadata and resolve packages dependencies.
7
7
long_description = file:README.rst
8
8
long_description_content_type = text/x-rst
9
- url = https://github.com/nexB /python-inspector
9
+ url = https://github.com/aboutcode-org /python-inspector
10
10
11
11
author = nexB. Inc. and others
12
12
author_email = info@aboutcode.org
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = Apache-2.0
6
6
description = python-inspector is is a collection of utilities to collect PyPI package metadata and resolve packages dependencies.
7
7
long_description = file:README.rst
8
8
long_description_content_type = text/x-rst
9
- url = https://github.com/nexB /python-inspector
9
+ url = https://github.com/aboutcode-org /python-inspector
10
10
11
11
author = nexB. Inc. and others
12
12
author_email = info@aboutcode.org
Original file line number Diff line number Diff line change 3
3
# ScanCode is a trademark of nexB Inc.
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
# See http://www.apache.org/licenses/LICENSE-2.0 for the license text.
6
- # See https://github.com/nexB /scancode-toolkit for support or download.
6
+ # See https://github.com/aboutcode-org /scancode-toolkit for support or download.
7
7
# See https://aboutcode.org for more information about nexB OSS projects.
8
8
#
You can’t perform that action at this time.
0 commit comments