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 11Changelog
22=========
33
4+ v0.12.1
5+ -----------
6+
7+ - Update link references of ownership from nexB to aboutcode-org
8+
9+
410v0.12.0
511-----------
612
Original file line number Diff line number Diff line change 44# ScanCode is a trademark of nexB Inc.
55# SPDX-License-Identifier: Apache-2.0
66# 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.
88# See https://aboutcode.org for more information about nexB OSS projects.
99#
1010
Original file line number Diff line number Diff line change 11#
2+
23# Copyright (c) nexB Inc. and others.
4+
35# SPDX-License-Identifier: Apache-2.0
6+
47#
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+
611# for support and download.
12+
713# ScanCode is a trademark of nexB Inc.
14+
815#
16+
917# Licensed under the Apache License, Version 2.0 (the "License");
18+
1019# you may not use this file except in compliance with the License.
20+
1121# You may obtain a copy of the License at
22+
1223#
13- # http://www.apache.org/licenses/LICENSE-2.0
24+
25+ # http://www.apache.org/licenses/LICENSE-2.0
26+
1427#
28+
1529# Unless required by applicable law or agreed to in writing, software
30+
1631# distributed under the License is distributed on an "AS IS" BASIS,
32+
1733# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
34+
1835# See the License for the specific language governing permissions and
36+
1937# limitations under the License.
38+
2039#
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ python-inspector - inspect Python packages dependencies and metadata
44
55Copyright (c) nexB Inc. and others.
66SPDX-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/
88
99
1010``python-inspector `` is a collection of utilities to:
@@ -36,15 +36,15 @@ Testing
3636 pytest -vvs
3737
3838- These are live tests to regenrate the tests with updated data run::
39-
39+
4040 PYINSP_REGEN_TEST_FIXTURES=yes pytest -vvs
4141
4242Usage
4343--------
4444
4545- Install with pip::
4646
47- pip install git+https://github.com/nexB /python-inspector
47+ pip install git+https://github.com/aboutcode-org /python-inspector
4848
4949- Run the command line utility with::
5050
@@ -71,5 +71,5 @@ Its companion libraries are:
7171 installed site-packages and their metadata formats.
7272
7373- ``packageurl-python `` to use Package URL to reference Python packages
74-
75-
74+
75+
Original file line number Diff line number Diff line change 33# Copyright (c) nexB Inc. and others. All rights reserved.
44# SPDX-License-Identifier: Apache-2.0
55# 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.
77# See https://aboutcode.org for more information about nexB OSS projects.
88#
99
Original file line number Diff line number Diff line change 44@ rem Copyright (c) nexB Inc. and others. All rights reserved.
55@ rem SPDX-License-Identifier: Apache-2.0
66@ 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.
88@ rem See https://aboutcode.org for more information about nexB OSS projects.
99
1010
Original file line number Diff line number Diff line change @@ -161,21 +161,21 @@ Another example could be https://github.com/digitalocean/sample-django
161161
162162We use the latest main branch from python-inspector and scancode-toolkit 31.0.0rc2
163163installed 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
165165
166166ScanCode setup::
167167
168168 mkdir -p ~/tmp/pyinsp-example/tools
169169 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
171171 tar -xf scancode-toolkit-31.0.0rc2_py38-linux.tar.xz
172172 cd scancode-toolkit-31.0.0rc2/
173173 ./scancode --help
174174
175175python-inspector setup::
176176
177177 cd ~/tmp/pyinsp-example/tools
178- git clone https://github.com/nexB /python-inspector
178+ git clone https://github.com/aboutcode-org /python-inspector
179179 python3.8 -m venv venv
180180 source venv/bin/activate
181181 pip install --upgrade pip setuptools wheel
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = Apache-2.0
66description = python-inspector is is a collection of utilities to collect PyPI package metadata and resolve packages dependencies.
77long_description = file:README.rst
88long_description_content_type = text/x-rst
9- url = https://github.com/nexB /python-inspector
9+ url = https://github.com/aboutcode-org /python-inspector
1010
1111author = nexB. Inc. and others
1212author_email = info@aboutcode.org
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = Apache-2.0
66description = python-inspector is is a collection of utilities to collect PyPI package metadata and resolve packages dependencies.
77long_description = file:README.rst
88long_description_content_type = text/x-rst
9- url = https://github.com/nexB /python-inspector
9+ url = https://github.com/aboutcode-org /python-inspector
1010
1111author = nexB. Inc. and others
1212author_email = info@aboutcode.org
Original file line number Diff line number Diff line change 33# ScanCode is a trademark of nexB Inc.
44# SPDX-License-Identifier: Apache-2.0
55# 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.
77# See https://aboutcode.org for more information about nexB OSS projects.
88#
You can’t perform that action at this time.
0 commit comments