Skip to content

Commit 3282bc0

Browse files
Merge pull request #3422 from nexB/release-prep-v32.0.3
Fix scancode-toolkit-mini and release prep v32.0.3 #3421
2 parents 4ec7a92 + e0c6dac commit 3282bc0

File tree

9 files changed

+55
-32
lines changed

9 files changed

+55
-32
lines changed

.github/workflows/about-files-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

.github/workflows/docs-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@v4
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

.github/workflows/scancode-release.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
3838

3939
steps:
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v3
4141

4242
- name: Set up Python on ${{ matrix.pyver }}
43-
uses: actions/setup-python@v1
43+
uses: actions/setup-python@v4
4444
with:
4545
python-version: ${{ matrix.pyver }}
4646

@@ -69,10 +69,10 @@ jobs:
6969
fail-fast: true
7070

7171
steps:
72-
- uses: actions/checkout@v2
72+
- uses: actions/checkout@v3
7373

7474
- name: Set up Python
75-
uses: actions/setup-python@v1
75+
uses: actions/setup-python@v4
7676
with:
7777
python-version: "3.10"
7878

@@ -103,10 +103,10 @@ jobs:
103103
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
104104

105105
steps:
106-
- uses: actions/checkout@v2
106+
- uses: actions/checkout@v3
107107

108108
- name: Set up Python on ${{ matrix.pyver }}
109-
uses: actions/setup-python@v1
109+
uses: actions/setup-python@v4
110110
with:
111111
python-version: ${{ matrix.pyver }}
112112

@@ -137,10 +137,10 @@ jobs:
137137
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
138138

139139
steps:
140-
- uses: actions/checkout@v2
140+
- uses: actions/checkout@v3
141141

142142
- name: Set up Python on ${{ matrix.pyver }}
143-
uses: actions/setup-python@v1
143+
uses: actions/setup-python@v4
144144
with:
145145
python-version: ${{ matrix.pyver }}
146146

@@ -171,10 +171,10 @@ jobs:
171171
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
172172

173173
steps:
174-
- uses: actions/checkout@v2
174+
- uses: actions/checkout@v3
175175

176176
- name: Set up Python on ${{ matrix.pyver }}
177-
uses: actions/setup-python@v1
177+
uses: actions/setup-python@v4
178178
with:
179179
python-version: ${{ matrix.pyver }}
180180

@@ -202,10 +202,10 @@ jobs:
202202
fail-fast: true
203203

204204
steps:
205-
- uses: actions/checkout@v2
205+
- uses: actions/checkout@v3
206206

207207
- name: Set up Python
208-
uses: actions/setup-python@v1
208+
uses: actions/setup-python@v4
209209
with:
210210
python-version: "3.10"
211211

@@ -239,10 +239,10 @@ jobs:
239239
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
240240

241241
steps:
242-
- uses: actions/checkout@v2
242+
- uses: actions/checkout@v3
243243

244244
- name: Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
245-
uses: actions/setup-python@v1
245+
uses: actions/setup-python@v4
246246
with:
247247
python-version: ${{ matrix.pyver }}
248248

@@ -285,10 +285,10 @@ jobs:
285285
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
286286

287287
steps:
288-
- uses: actions/checkout@v2
288+
- uses: actions/checkout@v3
289289

290290
- name: Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
291-
uses: actions/setup-python@v1
291+
uses: actions/setup-python@v4
292292
with:
293293
python-version: ${{ matrix.pyver }}
294294

@@ -330,10 +330,10 @@ jobs:
330330
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
331331

332332
steps:
333-
- uses: actions/checkout@v2
333+
- uses: actions/checkout@v3
334334

335335
- name: Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
336-
uses: actions/setup-python@v1
336+
uses: actions/setup-python@v4
337337
with:
338338
python-version: ${{ matrix.pyver }}
339339

@@ -371,10 +371,10 @@ jobs:
371371
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
372372

373373
steps:
374-
- uses: actions/checkout@v2
374+
- uses: actions/checkout@v3
375375

376376
- name: Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
377-
uses: actions/setup-python@v1
377+
uses: actions/setup-python@v4
378378
with:
379379
python-version: ${{ matrix.pyver }}
380380

@@ -412,10 +412,10 @@ jobs:
412412
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]
413413

414414
steps:
415-
- uses: actions/checkout@v2
415+
- uses: actions/checkout@v3
416416

417417
- name: Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
418-
uses: actions/setup-python@v1
418+
uses: actions/setup-python@v4
419419
with:
420420
python-version: ${{ matrix.pyver }}
421421

@@ -577,7 +577,7 @@ jobs:
577577

578578
steps:
579579
- name: Set up Python
580-
uses: actions/setup-python@v1
580+
uses: actions/setup-python@v4
581581
with:
582582
python-version: 3.8
583583

.readthedocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
# Required
66
version: 2
77

8+
# Build PDF & ePub
9+
formats:
10+
- epub
11+
- pdf
12+
813
# Where the Sphinx conf.py file is located
914
sphinx:
1015
configuration: docs/source/conf.py

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@ v32.1.0 (next, roadmap)
4242
See https://github.com/nexB/scancode-toolkit/issues/1745
4343

4444

45+
v32.0.3 - 2023-05-26
46+
---------------------
47+
48+
This is a minor bugfix release with the following updates:
49+
50+
- We were missing scancode-toolkit-mini releases from v32.0.0rc2 and
51+
also the scancode-toolkit release wheels including and after v32.0.0rc2 were
52+
actually scancode-toolkit-mini releases.
53+
Reference: https://github.com/nexB/scancode-toolkit/issues/3421
54+
55+
- Updated github actions, for more details see https://github.com/nexB/skeleton/issues/75
56+
4557
v32.0.2 - 2023-05-26
4658
---------------------
4759

docs/source/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,9 @@
104104
.. role:: img-title-para
105105
106106
"""
107+
108+
# -- Options for LaTeX output -------------------------------------------------
109+
110+
latex_elements = {
111+
'classoptions': ',openany,oneside'
112+
}

setup-mini.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
2-
name = scancode-toolkit
3-
version = 32.0.2
2+
name = scancode-toolkit-mini
3+
version = 32.0.3
44
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit
3-
version = 32.0.2
3+
version = 32.0.3
44
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

src/scancode_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ def _create_dir(location):
132132
# 4. hardcoded This is the default, fallback version in case package is not installed or we
133133
# do not have a proper version otherwise.
134134
if not __version__:
135-
__version__ = '32.0.2'
135+
__version__ = '32.0.3'
136136

137137
#######################
138138
# used to warn user when the version is out of date
139-
__release_date__ = datetime.datetime(2023, 5, 26)
139+
__release_date__ = datetime.datetime(2023, 6, 6)
140140

141141
# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
142142
# on the data format version

0 commit comments

Comments
 (0)