diff --git a/.github/workflows/about-files-ci.yml b/.github/workflows/about-files-ci.yml index b5b80b30c98..68c3b800468 100644 --- a/.github/workflows/about-files-ci.yml +++ b/.github/workflows/about-files-ci.yml @@ -16,10 +16,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/docs-ci.yml b/.github/workflows/docs-ci.yml index b8b9b869204..c10d409569f 100644 --- a/.github/workflows/docs-ci.yml +++ b/.github/workflows/docs-ci.yml @@ -16,10 +16,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/scancode-release.yml b/.github/workflows/scancode-release.yml index f5f951d9bc0..e09a85be7cf 100644 --- a/.github/workflows/scancode-release.yml +++ b/.github/workflows/scancode-release.yml @@ -37,10 +37,10 @@ jobs: pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python on ${{ matrix.pyver }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.pyver }} @@ -69,10 +69,10 @@ jobs: fail-fast: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: "3.10" @@ -103,10 +103,10 @@ jobs: pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python on ${{ matrix.pyver }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.pyver }} @@ -137,10 +137,10 @@ jobs: pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python on ${{ matrix.pyver }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.pyver }} @@ -171,10 +171,10 @@ jobs: pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python on ${{ matrix.pyver }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.pyver }} @@ -202,10 +202,10 @@ jobs: fail-fast: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: "3.10" @@ -239,10 +239,10 @@ jobs: pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.pyver }} on ${{ matrix.os }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.pyver }} @@ -285,10 +285,10 @@ jobs: pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.pyver }} on ${{ matrix.os }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.pyver }} @@ -330,10 +330,10 @@ jobs: pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.pyver }} on ${{ matrix.os }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.pyver }} @@ -371,10 +371,10 @@ jobs: pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.pyver }} on ${{ matrix.os }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.pyver }} @@ -412,10 +412,10 @@ jobs: pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.pyver }} on ${{ matrix.os }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.pyver }} @@ -577,7 +577,7 @@ jobs: steps: - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: 3.8 diff --git a/.readthedocs.yml b/.readthedocs.yml index 1b71cd9e13d..2a7dc0b40d1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +# Build PDF & ePub +formats: + - epub + - pdf + # Where the Sphinx conf.py file is located sphinx: configuration: docs/source/conf.py diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 298539dab36..9653ae2e7c6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -42,6 +42,18 @@ v32.1.0 (next, roadmap) See https://github.com/nexB/scancode-toolkit/issues/1745 +v32.0.3 - 2023-05-26 +--------------------- + +This is a minor bugfix release with the following updates: + +- We were missing scancode-toolkit-mini releases from v32.0.0rc2 and + also the scancode-toolkit release wheels including and after v32.0.0rc2 were + actually scancode-toolkit-mini releases. + Reference: https://github.com/nexB/scancode-toolkit/issues/3421 + +- Updated github actions, for more details see https://github.com/nexB/skeleton/issues/75 + v32.0.2 - 2023-05-26 --------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index f1a5ce9b03b..069309ad7ac 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -104,3 +104,9 @@ .. role:: img-title-para """ + +# -- Options for LaTeX output ------------------------------------------------- + +latex_elements = { + 'classoptions': ',openany,oneside' +} \ No newline at end of file diff --git a/setup-mini.cfg b/setup-mini.cfg index 2182b1557a4..88f2172ea52 100644 --- a/setup-mini.cfg +++ b/setup-mini.cfg @@ -1,6 +1,6 @@ [metadata] -name = scancode-toolkit -version = 32.0.2 +name = scancode-toolkit-mini +version = 32.0.3 license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft # description must be on ONE line https://github.com/pypa/setuptools/issues/1390 diff --git a/setup.cfg b/setup.cfg index 4ef865bd72c..b843b6e5dfe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = scancode-toolkit -version = 32.0.2 +version = 32.0.3 license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft # description must be on ONE line https://github.com/pypa/setuptools/issues/1390 diff --git a/src/scancode_config.py b/src/scancode_config.py index 630f446bda8..9b7a24cf86c 100644 --- a/src/scancode_config.py +++ b/src/scancode_config.py @@ -132,11 +132,11 @@ def _create_dir(location): # 4. hardcoded This is the default, fallback version in case package is not installed or we # do not have a proper version otherwise. if not __version__: - __version__ = '32.0.2' + __version__ = '32.0.3' ####################### # used to warn user when the version is out of date -__release_date__ = datetime.datetime(2023, 5, 26) +__release_date__ = datetime.datetime(2023, 6, 6) # See https://github.com/nexB/scancode-toolkit/issues/2653 for more information # on the data format version