Skip to content

Commit 869c412

Browse files
committed
#183 - Update link references of ownership from nexB to aboutcode-org
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent 6087a37 commit 869c412

22 files changed

+124
-72
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
v0.12.1
5+
-----------
6+
7+
- Update link references of ownership from nexB to aboutcode-org
8+
9+
410
v0.12.0
511
-----------
612

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

NOTICE

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,39 @@
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
#

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python-inspector - inspect Python packages dependencies and metadata
44

55
Copyright (c) nexB Inc. and others.
66
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/
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

4242
Usage
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+

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

configure.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

docs/source/test-protocol.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,21 +161,21 @@ Another example could be https://github.com/digitalocean/sample-django
161161

162162
We use the latest main branch from python-inspector and scancode-toolkit 31.0.0rc2
163163
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
165165

166166
ScanCode 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

175175
python-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

requirements_builder.ABOUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = Apache-2.0
66
description = python-inspector is is a collection of utilities to collect PyPI package metadata and resolve packages dependencies.
77
long_description = file:README.rst
88
long_description_content_type = text/x-rst
9-
url = https://github.com/nexB/python-inspector
9+
url = https://github.com/aboutcode-org/python-inspector
1010

1111
author = nexB. Inc. and others
1212
author_email = info@aboutcode.org

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = Apache-2.0
66
description = python-inspector is is a collection of utilities to collect PyPI package metadata and resolve packages dependencies.
77
long_description = file:README.rst
88
long_description_content_type = text/x-rst
9-
url = https://github.com/nexB/python-inspector
9+
url = https://github.com/aboutcode-org/python-inspector
1010

1111
author = nexB. Inc. and others
1212
author_email = info@aboutcode.org

src/_packagedcode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
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
#

0 commit comments

Comments
 (0)