Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 5.1 #125

Merged
merged 3 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release notes
=============

### Version 5.1.0-dev
### Version 5.1.0

- Upgrade Python version to 3.12 and Django to 5.0.x
https://github.com/nexB/dejacode/issues/50
Expand Down
2 changes: 1 addition & 1 deletion dejacode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import git

VERSION = "5.1.0-dev"
VERSION = "5.1.0"

PROJECT_DIR = Path(__file__).resolve().parent
ROOT_DIR = PROJECT_DIR.parent
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dejacode
version = 5.1.0-dev
version = 5.1.0
license = AGPL-3.0-only
description = Automate open source license compliance and ensure supply chain integrity
long_description = file:README.rst
Expand Down Expand Up @@ -73,7 +73,7 @@ install_requires =
MarkupSafe==2.1.3
coreschema==0.0.4
itypes==1.2.0
Jinja2==3.1.2
Jinja2==3.1.4
uritemplate==4.1.1
# Access log
django-axes==5.35.0
Expand Down Expand Up @@ -110,7 +110,7 @@ install_requires =
natsort==8.4.0
six==1.16.0
requests==2.31.0
idna==3.4
idna==3.7
charset-normalizer==3.3.2
PyYAML==6.0
Cython==0.29.30
Expand Down
14 changes: 14 additions & 0 deletions thirdparty/dist/Django-5.0.6-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: Django-5.0.6-py3-none-any.whl
name: django
version: 5.0.6
download_url: https://files.pythonhosted.org/packages/1d/23/02f3795a71196019bcfec4c67890a6369e43b023474154fa0b2b7060346d/Django-5.0.6-py3-none-any.whl
package_url: pkg:pypi/django@5.0.6
license_expression: bsd-new
copyright: Copyright django project contributors
attribute: yes
checksum_md5: ccddc6216c9ecd02fb90f3c9e199c131
checksum_sha1: e4f133fb87b68138661f6a279c93b6d1de51f4df
licenses:
- key: bsd-new
name: BSD-3-Clause
file: bsd-new.LICENSE
14 changes: 14 additions & 0 deletions thirdparty/dist/GitPython-3.1.43-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: GitPython-3.1.43-py3-none-any.whl
name: gitpython
version: 3.1.43
download_url: https://files.pythonhosted.org/packages/e9/bd/cc3a402a6439c15c3d4294333e13042b915bbeab54edc457c723931fed3f/GitPython-3.1.43-py3-none-any.whl
package_url: pkg:pypi/gitpython@3.1.43
license_expression: bsd-new
copyright: Copyright gitpython project contributors
attribute: yes
checksum_md5: ca4edd790ee6bcb83dc6a5c5039259e9
checksum_sha1: 3991e2275a5e3cc0ba6ff84ffc5b8be67ab8f849
licenses:
- key: bsd-new
name: BSD-3-Clause
file: bsd-new.LICENSE
Binary file removed thirdparty/dist/Jinja2-3.1.2-py3-none-any.whl
Binary file not shown.
18 changes: 0 additions & 18 deletions thirdparty/dist/Jinja2-3.1.2-py3-none-any.whl.ABOUT

This file was deleted.

14 changes: 14 additions & 0 deletions thirdparty/dist/asgiref-3.8.1-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: asgiref-3.8.1-py3-none-any.whl
name: asgiref
version: 3.8.1
download_url: https://files.pythonhosted.org/packages/39/e3/893e8757be2612e6c266d9bb58ad2e3651524b5b40cf56761e985a28b13e/asgiref-3.8.1-py3-none-any.whl
package_url: pkg:pypi/asgiref@3.8.1
license_expression: bsd-new
copyright: Copyright asgiref project contributors
attribute: yes
checksum_md5: 87ef2494bf2bb208cd3652e577c74bc9
checksum_sha1: b66c85ef24257bdf0f415febcbffcf5f09dc7d83
licenses:
- key: bsd-new
name: BSD-3-Clause
file: bsd-new.LICENSE
14 changes: 14 additions & 0 deletions thirdparty/dist/attrs-23.2.0-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: attrs-23.2.0-py3-none-any.whl
name: attrs
version: 23.2.0
download_url: https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl
package_url: pkg:pypi/attrs@23.2.0
license_expression: mit
copyright: Copyright attrs project contributors
attribute: yes
checksum_md5: f1cdfc0569b235844915df6a68dd6606
checksum_sha1: 563b272af703f8960b76f6637d009fa5fc5864d3
licenses:
- key: mit
name: MIT License
file: mit.LICENSE
14 changes: 14 additions & 0 deletions thirdparty/dist/black-24.4.2-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: black-24.4.2-py3-none-any.whl
name: black
version: 24.4.2
download_url: https://files.pythonhosted.org/packages/0f/89/294c9a6b6c75a08da55e9d05321d0707e9418735e3062b12ef0f54c33474/black-24.4.2-py3-none-any.whl
package_url: pkg:pypi/black@24.4.2
license_expression: mit
copyright: Copyright black project contributors
attribute: yes
checksum_md5: 671abe813699f2d19dbdc0a8ad3b1bcd
checksum_sha1: a86357193575e6a44ac2aad4dc72a4edee96dd63
licenses:
- key: mit
name: MIT License
file: mit.LICENSE
16 changes: 16 additions & 0 deletions thirdparty/dist/certifi-2024.2.2-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
about_resource: certifi-2024.2.2-py3-none-any.whl
name: certifi
version: 2024.2.2
download_url: https://files.pythonhosted.org/packages/ba/06/a07f096c664aeb9f01624f858c3add0a4e913d6c96257acb4fce61e7de14/certifi-2024.2.2-py3-none-any.whl
package_url: pkg:pypi/certifi@2024.2.2
license_expression: mpl-2.0
copyright: Copyright certifi project contributors
redistribute: yes
attribute: yes
track_changes: yes
checksum_md5: fe1838e892615b884f84483607c86077
checksum_sha1: 4acb42f49aed94aeb687b33d3dcb6b564ff36fac
licenses:
- key: mpl-2.0
name: Mozilla Public License 2.0
file: mpl-2.0.LICENSE
14 changes: 14 additions & 0 deletions thirdparty/dist/charset_normalizer-3.3.2-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: charset_normalizer-3.3.2-py3-none-any.whl
name: charset-normalizer
version: 3.3.2
download_url: https://files.pythonhosted.org/packages/28/76/e6222113b83e3622caa4bb41032d0b1bf785250607392e1b778aca0b8a7d/charset_normalizer-3.3.2-py3-none-any.whl
package_url: pkg:pypi/charset-normalizer@3.3.2
license_expression: mit
copyright: Copyright Ahmed TAHRI @Ousret, Denny Vrandecic, TAHRI Ahmed R.
attribute: yes
checksum_md5: ea733f7299c80a232262a7f71a4fc698
checksum_sha1: 1aa12424059bec1d95d9dda38b4ff6d062dededf
licenses:
- key: mit
name: MIT License
file: mit.LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: confusable_homoglyphs-3.3.1-py2.py3-none-any.whl
name: confusable-homoglyphs
version: 3.3.1
download_url: https://files.pythonhosted.org/packages/c5/6e/c0fcbb7d341a46cf4241a6aa9e6a737734f0657521fc1bcd074953fe4eea/confusable_homoglyphs-3.3.1-py2.py3-none-any.whl
package_url: pkg:pypi/confusable-homoglyphs@3.3.1
license_expression: mit
copyright: Copyright confusable-homoglyphs project contributors
attribute: yes
checksum_md5: d0e360dfe2222f73e8f0e26942b563d6
checksum_sha1: d05fff96fc783d05480a8fbf96dfd53252e05492
licenses:
- key: mit
name: MIT License
file: mit.LICENSE
14 changes: 14 additions & 0 deletions thirdparty/dist/crispy_bootstrap5-2024.2-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: crispy_bootstrap5-2024.2-py3-none-any.whl
name: crispy-bootstrap5
version: '2024.2'
download_url: https://files.pythonhosted.org/packages/13/11/a1c22b4c803125901af7d2fa683f4c6eb14d511644da5fc0b45a0cb44cae/crispy_bootstrap5-2024.2-py3-none-any.whl
package_url: pkg:pypi/crispy-bootstrap5@2024.2
license_expression: mit
copyright: Copyright crispy-bootstrap5 project contributors
attribute: yes
checksum_md5: 92fc180cf23546d83bcf5c62e9167c63
checksum_sha1: fa73bb9ef292376ed0de04d043b8f70a85c3bdb6
licenses:
- key: mit
name: MIT License
file: mit.LICENSE
15 changes: 15 additions & 0 deletions thirdparty/dist/cyclonedx_python_lib-7.3.4-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
about_resource: cyclonedx_python_lib-7.3.4-py3-none-any.whl
name: cyclonedx-python-lib
version: 7.3.4
download_url: https://files.pythonhosted.org/packages/2d/b4/d796c016804624b878e25e819a6d7f59ee8a74bc9856a208a84cd422b27d/cyclonedx_python_lib-7.3.4-py3-none-any.whl
package_url: pkg:pypi/cyclonedx-python-lib@7.3.4
license_expression: apache-2.0
copyright: Copyright OWASP Foundation
attribute: yes
track_changes: yes
checksum_md5: 64a339684329b2a85b321b1ed7be0ef5
checksum_sha1: 4e5a6dff6e5abb6e1e55a79430fa8a46a92149ce
licenses:
- key: apache-2.0
name: Apache License 2.0
file: apache-2.0.LICENSE
14 changes: 14 additions & 0 deletions thirdparty/dist/django_debug_toolbar-4.3.0-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: django_debug_toolbar-4.3.0-py3-none-any.whl
name: django-debug-toolbar
version: 4.3.0
download_url: https://files.pythonhosted.org/packages/ee/0e/73d81b1dfd9a84f24e3869019309758b37a5a5a9fe2bc7e54fca08191ea0/django_debug_toolbar-4.3.0-py3-none-any.whl
package_url: pkg:pypi/django-debug-toolbar@4.3.0
license_expression: bsd-new
copyright: Copyright django-debug-toolbar project contributors
attribute: yes
checksum_md5: 483d3004798375bc524a43a5b590fa35
checksum_sha1: 55ce065392c1f650643f4e2ec6d7db4a84432efc
licenses:
- key: bsd-new
name: BSD-3-Clause
file: bsd-new.LICENSE
14 changes: 14 additions & 0 deletions thirdparty/dist/django_filter-24.2-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: django_filter-24.2-py3-none-any.whl
name: django-filter
version: '24.2'
download_url: https://files.pythonhosted.org/packages/7b/7d/ee51b0fd69425035a2efc101b2252cd08eab525c12db92fbea298823cc9f/django_filter-24.2-py3-none-any.whl
package_url: pkg:pypi/django-filter@24.2
license_expression: bsd-new
copyright: Copyright django-filter project contributors
attribute: yes
checksum_md5: abcde138422c4f7c5e233b01564536bf
checksum_sha1: 7bdec836e54333fb7d57874679dda48ee7019f8a
licenses:
- key: bsd-new
name: BSD-3-Clause
file: bsd-new.LICENSE
14 changes: 14 additions & 0 deletions thirdparty/dist/django_grappelli-4.0.1-py2.py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: django_grappelli-4.0.1-py2.py3-none-any.whl
name: django-grappelli
version: 4.0.1
download_url: https://files.pythonhosted.org/packages/63/30/ca6b76f0583a0d1c957ad049d5669d0fc43d7c62d727ab1e23bad2b9b8f5/django_grappelli-4.0.1-py2.py3-none-any.whl
package_url: pkg:pypi/django-grappelli@4.0.1
license_expression: bsd-new
copyright: Copyright django-grappelli project contributors
attribute: yes
checksum_md5: 32cb6084c89dd83356f76944d9cc75f2
checksum_sha1: 09e4372790dcfc1c2fb7fcbc9c8cb34336302af2
licenses:
- key: bsd-new
name: BSD-3-Clause
file: bsd-new.LICENSE
13 changes: 13 additions & 0 deletions thirdparty/dist/django_otp-1.5.0-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
about_resource: django_otp-1.5.0-py3-none-any.whl
name: django-otp
version: 1.5.0
download_url: https://files.pythonhosted.org/packages/1c/28/057e0021ea735e817fd2a6a8c11ab52bcc2fbf69b8653b2c8712a3b59e5a/django_otp-1.5.0-py3-none-any.whl
package_url: pkg:pypi/django-otp@1.5.0
license_expression: unlicense
copyright: Copyright django-otp project contributors
checksum_md5: cc30c4a9e6338dde148ebac66e0afdff
checksum_sha1: d1f41649de1858a3531fb3702f03be8aedcec724
licenses:
- key: unlicense
name: Unlicense
file: unlicense.LICENSE
14 changes: 14 additions & 0 deletions thirdparty/dist/django_rq-2.10.2-py2.py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: django_rq-2.10.2-py2.py3-none-any.whl
name: django-rq
version: 2.10.2
download_url: https://files.pythonhosted.org/packages/e7/49/b6a3b20cdf3238e02b56fece067ab7388c57e4d17bd3a21ed3cb069b872b/django_rq-2.10.2-py2.py3-none-any.whl
package_url: pkg:pypi/django-rq@2.10.2
license_expression: mit
copyright: Copyright django-rq project contributors
attribute: yes
checksum_md5: 13cf9dbbf1a2eb52dae0893b7661be2d
checksum_sha1: 54d1378b04104d348497853986499f8470fb2687
licenses:
- key: mit
name: MIT License
file: mit.LICENSE
18 changes: 18 additions & 0 deletions thirdparty/dist/djangorestframework-3.14.0-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
about_resource: djangorestframework-3.14.0-py3-none-any.whl
name: djangorestframework
version: 3.14.0
download_url: https://files.pythonhosted.org/packages/ff/4b/3b46c0914ba4b7546a758c35fdfa8e7f017fcbe7f23c878239e93623337a/djangorestframework-3.14.0-py3-none-any.whl
homepage_url: https://pypi.org/project/djangorestframework/3.14.0/
package_url: pkg:pypi/djangorestframework@3.14.0
license_expression: bsd-new
copyright: Copyright djangorestframework project contributors
attribute: yes
owner: Encode OSS Ltd.
owner_url: https://github.com/encode
contact: http://www.encode.io/
checksum_md5: d0faf84d9235e15bf8bd8a2656071b16
checksum_sha1: 3e11a86dfd03b863e338fe928b36517c624c73f3
licenses:
- key: bsd-new
name: BSD-3-Clause
file: bsd-new.LICENSE
14 changes: 14 additions & 0 deletions thirdparty/dist/flake8-7.0.0-py2.py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: flake8-7.0.0-py2.py3-none-any.whl
name: flake8
version: 7.0.0
download_url: https://files.pythonhosted.org/packages/e3/01/cc8cdec7b61db0315c2ab62d80677a138ef06832ec17f04d87e6ef858f7f/flake8-7.0.0-py2.py3-none-any.whl
package_url: pkg:pypi/flake8@7.0.0
license_expression: mit
copyright: Copyright flake8 project contributors
attribute: yes
checksum_md5: 27c8c8195d4bae40f7b4909f5f3de445
checksum_sha1: 8c7a4444b700973e19bd45269eb6635bdcad085e
licenses:
- key: mit
name: MIT License
file: mit.LICENSE
7 changes: 7 additions & 0 deletions thirdparty/dist/gitdb-4.0.11-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
about_resource: gitdb-4.0.11-py3-none-any.whl
name: gitdb
version: 4.0.11
download_url: https://files.pythonhosted.org/packages/fd/5b/8f0c4a5bb9fd491c277c21eff7ccae71b47d43c4446c9d0c6cff2fe8c2c4/gitdb-4.0.11-py3-none-any.whl
package_url: pkg:pypi/gitdb@4.0.11
checksum_md5: 71b509c059ea22fbd7c9f3e978027de7
checksum_sha1: cd5e22ef8e579b895cbc25be1703d5273dbe0cfa
Binary file removed thirdparty/dist/gunicorn-21.2.0-py3-none-any.whl
Binary file not shown.
14 changes: 0 additions & 14 deletions thirdparty/dist/gunicorn-21.2.0-py3-none-any.whl.ABOUT

This file was deleted.

14 changes: 14 additions & 0 deletions thirdparty/dist/gunicorn-22.0.0-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: gunicorn-22.0.0-py3-none-any.whl
name: gunicorn
version: 22.0.0
download_url: https://files.pythonhosted.org/packages/29/97/6d610ae77b5633d24b69c2ff1ac3044e0e565ecbd1ec188f02c45073054c/gunicorn-22.0.0-py3-none-any.whl
package_url: pkg:pypi/gunicorn@22.0.0
license_expression: mit
copyright: Copyright gunicorn project contributors
attribute: yes
checksum_md5: 273b5018f409cd4854576d1012da90b6
checksum_sha1: 9e5245b32e7820b36d5872247967aaf9da814dc2
licenses:
- key: mit
name: MIT License
file: mit.LICENSE
Binary file removed thirdparty/dist/idna-3.4-py3-none-any.whl
Binary file not shown.
18 changes: 0 additions & 18 deletions thirdparty/dist/idna-3.4-py3-none-any.whl.ABOUT

This file was deleted.

Binary file added thirdparty/dist/idna-3.7-py3-none-any.whl
Binary file not shown.
14 changes: 14 additions & 0 deletions thirdparty/dist/idna-3.7-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: idna-3.7-py3-none-any.whl
name: idna
version: '3.7'
download_url: https://files.pythonhosted.org/packages/e5/3e/741d8c82801c347547f8a2a06aa57dbb1992be9e948df2ea0eda2c8b79e8/idna-3.7-py3-none-any.whl
package_url: pkg:pypi/idna@3.7
license_expression: bsd-new
copyright: Copyright idna project contributors
attribute: yes
checksum_md5: 6077da9f00e02686ad1bc7a3c0397edc
checksum_sha1: ccb2491074ec1b6ffda6e6c11c1c668f885ed20a
licenses:
- key: bsd-new
name: BSD-3-Clause
file: bsd-new.LICENSE
Loading