diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9715da14..71ca6fa8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,8 @@ Release notes ============= +### Version 5.6.0-dev + ### Version 5.5.0 - Add UI to refresh a package scan. diff --git a/dejacode/__init__.py b/dejacode/__init__.py index 758b216e..6d5bc6a4 100644 --- a/dejacode/__init__.py +++ b/dejacode/__init__.py @@ -14,7 +14,7 @@ import git -VERSION = "5.5.0" +VERSION = "5.6.0-dev" PROJECT_DIR = Path(__file__).resolve().parent ROOT_DIR = PROJECT_DIR.parent diff --git a/pyproject.toml b/pyproject.toml index 59f36bcb..8dc43ba1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dejacode" -version = "5.5.0" +version = "5.6.0-dev" description = "Automate open source license compliance and ensure supply chain integrity" readme = "README.rst" requires-python = ">=3.13,<3.14" @@ -35,8 +35,8 @@ dependencies = [ "wheel==0.45.1", "pip==25.3", # Django - "Django==5.2.8", - "asgiref==3.10.0", + "Django==5.2.9", + "asgiref==3.11.0", "typing_extensions==4.15.0", "sqlparse==0.5.3", # Django apps @@ -68,7 +68,7 @@ dependencies = [ # Database "psycopg==3.2.12", # Cache - "redis==7.0.1", + "redis==7.1.0", # redis dependencies: "packaging==25.0", "pyparsing==3.2.5", @@ -83,10 +83,10 @@ dependencies = [ "rq==2.6.1", "croniter==6.0.0", "django-rq==3.2.1", - "fakeredis==2.32.1", + "fakeredis==2.33.0", # Libs - "certifi==2025.11.12", - "urllib3==2.5.0", + "certifi==2026.1.4", + "urllib3==2.6.2", "python-dateutil==2.9.0.post0", "python-mimeparse==2.0.0", "PyJWT==2.10.1", @@ -133,7 +133,7 @@ dependencies = [ "openpyxl==3.1.5", "et-xmlfile==2.0.0", # PackageURL - "packageurl-python==0.17.5", + "packageurl-python==0.17.6", # Gunicorn "gunicorn==23.0.0", # SPDX validation @@ -141,14 +141,14 @@ dependencies = [ "jsonschema-specifications==2025.4.1", "referencing==0.36.2", "rpds-py==0.25.1", - "attrs==25.3.0", + "attrs==25.4.0", "pyrsistent==0.20.0", # CycloneDX - "cyclonedx-python-lib==11.1.0", + "cyclonedx-python-lib==11.6.0", "sortedcontainers==2.4.0", "py-serializable==2.1.0", # Git - "GitPython==3.1.45", + "GitPython==3.1.46", "gitdb==4.0.12", "smmap==5.0.2", # CSAF @@ -168,7 +168,7 @@ dev = [ # Linter and Validation "ruff==0.14.0", # Parallel testing - "tblib==3.1.0" + "tblib==3.2.2" ] docs = [ "Sphinx", diff --git a/thirdparty/dist/asgiref-3.10.0-py3-none-any.whl.ABOUT b/thirdparty/dist/asgiref-3.10.0-py3-none-any.whl.ABOUT deleted file mode 100644 index bcea04bc..00000000 --- a/thirdparty/dist/asgiref-3.10.0-py3-none-any.whl.ABOUT +++ /dev/null @@ -1,14 +0,0 @@ -about_resource: asgiref-3.10.0-py3-none-any.whl -name: asgiref -version: 3.10.0 -download_url: https://files.pythonhosted.org/packages/17/9c/fc2331f538fbf7eedba64b2052e99ccf9ba9d6888e2f41441ee28847004b/asgiref-3.10.0-py3-none-any.whl -package_url: pkg:pypi/asgiref@3.10.0 -license_expression: bsd-new -copyright: Copyright asgiref project contributors -attribute: yes -checksum_md5: b3ab18457914d7cdc3e77eaa97a115f8 -checksum_sha1: 3ccca8dbe35e9ad5723e76aa6b99906a6acdf5e8 -licenses: - - key: bsd-new - name: BSD-3-Clause - file: bsd-new.LICENSE diff --git a/thirdparty/dist/asgiref-3.10.0-py3-none-any.whl b/thirdparty/dist/asgiref-3.11.0-py3-none-any.whl similarity index 62% rename from thirdparty/dist/asgiref-3.10.0-py3-none-any.whl rename to thirdparty/dist/asgiref-3.11.0-py3-none-any.whl index 5adb7def..3f9a06bd 100644 Binary files a/thirdparty/dist/asgiref-3.10.0-py3-none-any.whl and b/thirdparty/dist/asgiref-3.11.0-py3-none-any.whl differ diff --git a/thirdparty/dist/asgiref-3.11.0-py3-none-any.whl.ABOUT b/thirdparty/dist/asgiref-3.11.0-py3-none-any.whl.ABOUT new file mode 100644 index 00000000..18278ed5 --- /dev/null +++ b/thirdparty/dist/asgiref-3.11.0-py3-none-any.whl.ABOUT @@ -0,0 +1,14 @@ +about_resource: asgiref-3.11.0-py3-none-any.whl +name: asgiref +version: 3.11.0 +download_url: https://files.pythonhosted.org/packages/91/be/317c2c55b8bbec407257d45f5c8d1b6867abc76d12043f2d3d58c538a4ea/asgiref-3.11.0-py3-none-any.whl +package_url: pkg:pypi/asgiref@3.11.0 +license_expression: bsd-new +copyright: Copyright asgiref project contributors +attribute: yes +checksum_md5: 659fe6bbd7e43c8bde0b7ca065be0f6c +checksum_sha1: 450de5a4aa731204f861dcd1a41a52a460b756de +licenses: + - key: bsd-new + name: BSD-3-Clause + file: bsd-new.LICENSE diff --git a/thirdparty/dist/attrs-25.3.0-py3-none-any.whl b/thirdparty/dist/attrs-25.3.0-py3-none-any.whl deleted file mode 100644 index fe97694f..00000000 Binary files a/thirdparty/dist/attrs-25.3.0-py3-none-any.whl and /dev/null differ diff --git a/thirdparty/dist/attrs-25.3.0-py3-none-any.whl.ABOUT b/thirdparty/dist/attrs-25.3.0-py3-none-any.whl.ABOUT deleted file mode 100644 index 2aa90bc6..00000000 --- a/thirdparty/dist/attrs-25.3.0-py3-none-any.whl.ABOUT +++ /dev/null @@ -1,17 +0,0 @@ -about_resource: attrs-25.3.0-py3-none-any.whl -name: attrs -version: 25.3.0 -download_url: https://files.pythonhosted.org/packages/77/06/bb80f5f86020c4551da315d78b3ab75e8228f89f0162f2c3a819e407941a/attrs-25.3.0-py3-none-any.whl -package_url: pkg:pypi/attrs@25.3.0 -license_expression: mit AND unknown-license-reference -copyright: Copyright attrs project contributors -attribute: yes -checksum_md5: a14ebc7e5f8ba18887b09460ada729e6 -checksum_sha1: b5f8661d64a8a4b81c262f668436641ecbbd56e2 -licenses: - - key: mit - name: MIT License - file: mit.LICENSE - - key: unknown-license-reference - name: Unknown License file reference - file: unknown-license-reference.LICENSE diff --git a/thirdparty/dist/attrs-25.4.0-py3-none-any.whl b/thirdparty/dist/attrs-25.4.0-py3-none-any.whl new file mode 100644 index 00000000..55be7ece Binary files /dev/null and b/thirdparty/dist/attrs-25.4.0-py3-none-any.whl differ diff --git a/thirdparty/dist/attrs-25.4.0-py3-none-any.whl.ABOUT b/thirdparty/dist/attrs-25.4.0-py3-none-any.whl.ABOUT new file mode 100644 index 00000000..aa47bdf0 --- /dev/null +++ b/thirdparty/dist/attrs-25.4.0-py3-none-any.whl.ABOUT @@ -0,0 +1,17 @@ +about_resource: attrs-25.4.0-py3-none-any.whl +name: attrs +version: 25.4.0 +download_url: https://files.pythonhosted.org/packages/3a/2a/7cc015f5b9f5db42b7d48157e23356022889fc354a2813c15934b7cb5c0e/attrs-25.4.0-py3-none-any.whl +package_url: pkg:pypi/attrs@25.4.0 +license_expression: mit AND unknown-license-reference +copyright: Copyright attrs project contributors +attribute: yes +checksum_md5: 7b7fab960686d9e318a640d5ddce32f7 +checksum_sha1: 0f44b024e556094358b37aa227f07cdd70baffa9 +licenses: + - key: mit + name: MIT License + file: mit.LICENSE + - key: unknown-license-reference + name: Unknown License file reference + file: unknown-license-reference.LICENSE diff --git a/thirdparty/dist/certifi-2025.11.12-py3-none-any.whl b/thirdparty/dist/certifi-2025.11.12-py3-none-any.whl deleted file mode 100644 index a40642ff..00000000 Binary files a/thirdparty/dist/certifi-2025.11.12-py3-none-any.whl and /dev/null differ diff --git a/thirdparty/dist/certifi-2025.11.12-py3-none-any.whl.ABOUT b/thirdparty/dist/certifi-2025.11.12-py3-none-any.whl.ABOUT deleted file mode 100644 index af6b83be..00000000 --- a/thirdparty/dist/certifi-2025.11.12-py3-none-any.whl.ABOUT +++ /dev/null @@ -1,16 +0,0 @@ -about_resource: certifi-2025.11.12-py3-none-any.whl -name: certifi -version: 2025.11.12 -download_url: https://files.pythonhosted.org/packages/70/7d/9bc192684cea499815ff478dfcdc13835ddf401365057044fb721ec6bddb/certifi-2025.11.12-py3-none-any.whl -package_url: pkg:pypi/certifi@2025.11.12 -license_expression: mpl-2.0 -copyright: Copyright certifi project contributors -redistribute: yes -attribute: yes -track_changes: yes -checksum_md5: 7cf85392819e7d6f24c8589826df5d95 -checksum_sha1: 6375a3842a54e3a2beab6c53e427f318ad4477fb -licenses: - - key: mpl-2.0 - name: Mozilla Public License 2.0 - file: mpl-2.0.LICENSE diff --git a/thirdparty/dist/certifi-2026.1.4-py3-none-any.whl b/thirdparty/dist/certifi-2026.1.4-py3-none-any.whl new file mode 100644 index 00000000..e4612539 Binary files /dev/null and b/thirdparty/dist/certifi-2026.1.4-py3-none-any.whl differ diff --git a/thirdparty/dist/certifi-2026.1.4-py3-none-any.whl.ABOUT b/thirdparty/dist/certifi-2026.1.4-py3-none-any.whl.ABOUT new file mode 100644 index 00000000..e93605b8 --- /dev/null +++ b/thirdparty/dist/certifi-2026.1.4-py3-none-any.whl.ABOUT @@ -0,0 +1,16 @@ +about_resource: certifi-2026.1.4-py3-none-any.whl +name: certifi +version: 2026.1.4 +download_url: https://files.pythonhosted.org/packages/e6/ad/3cc14f097111b4de0040c83a525973216457bbeeb63739ef1ed275c1c021/certifi-2026.1.4-py3-none-any.whl +package_url: pkg:pypi/certifi@2026.1.4 +license_expression: mpl-2.0 +copyright: Copyright certifi project contributors +redistribute: yes +attribute: yes +track_changes: yes +checksum_md5: 1dab98768140ad2d8dbc9be8f14a2af9 +checksum_sha1: 7e321cad8e2cca84ad26eab15c2a2d5fa8972e0c +licenses: + - key: mpl-2.0 + name: Mozilla Public License 2.0 + file: mpl-2.0.LICENSE diff --git a/thirdparty/dist/cyclonedx_python_lib-11.1.0-py3-none-any.whl b/thirdparty/dist/cyclonedx_python_lib-11.1.0-py3-none-any.whl deleted file mode 100644 index 3421583b..00000000 Binary files a/thirdparty/dist/cyclonedx_python_lib-11.1.0-py3-none-any.whl and /dev/null differ diff --git a/thirdparty/dist/cyclonedx_python_lib-11.1.0-py3-none-any.whl.ABOUT b/thirdparty/dist/cyclonedx_python_lib-11.1.0-py3-none-any.whl.ABOUT deleted file mode 100644 index c19a5fc2..00000000 --- a/thirdparty/dist/cyclonedx_python_lib-11.1.0-py3-none-any.whl.ABOUT +++ /dev/null @@ -1,15 +0,0 @@ -about_resource: cyclonedx_python_lib-11.1.0-py3-none-any.whl -name: cyclonedx-python-lib -version: 11.1.0 -download_url: https://files.pythonhosted.org/packages/91/e7/9c8009f28d8603baa651ce3131bf516ec6114f49ec44f24e00f48eaaf589/cyclonedx_python_lib-11.1.0-py3-none-any.whl -package_url: pkg:pypi/cyclonedx-python-lib@11.1.0 -license_expression: apache-2.0 -copyright: Copyright OWASP Foundation -attribute: yes -track_changes: yes -checksum_md5: 8cb67d84ff231155807f032fa496e3b9 -checksum_sha1: b7f52fb90cda8e3b0f719c045ec94bfbd95f9b53 -licenses: - - key: apache-2.0 - name: Apache License 2.0 - file: apache-2.0.LICENSE diff --git a/thirdparty/dist/cyclonedx_python_lib-11.6.0-py3-none-any.whl b/thirdparty/dist/cyclonedx_python_lib-11.6.0-py3-none-any.whl new file mode 100644 index 00000000..49ec9b27 Binary files /dev/null and b/thirdparty/dist/cyclonedx_python_lib-11.6.0-py3-none-any.whl differ diff --git a/thirdparty/dist/cyclonedx_python_lib-11.6.0-py3-none-any.whl.ABOUT b/thirdparty/dist/cyclonedx_python_lib-11.6.0-py3-none-any.whl.ABOUT new file mode 100644 index 00000000..8c4fc73f --- /dev/null +++ b/thirdparty/dist/cyclonedx_python_lib-11.6.0-py3-none-any.whl.ABOUT @@ -0,0 +1,15 @@ +about_resource: cyclonedx_python_lib-11.6.0-py3-none-any.whl +name: cyclonedx-python-lib +version: 11.6.0 +download_url: https://files.pythonhosted.org/packages/c7/1b/534ad8a5e0f9470522811a8e5a9bc5d328fb7738ba29faf357467a4ef6d0/cyclonedx_python_lib-11.6.0-py3-none-any.whl +package_url: pkg:pypi/cyclonedx-python-lib@11.6.0 +license_expression: apache-2.0 +copyright: Copyright OWASP Foundation +attribute: yes +track_changes: yes +checksum_md5: 1f8a970a5307c851ff4ab8f2836db736 +checksum_sha1: 2272f348d83800d8450edbc7ce52974386e7f229 +licenses: + - key: apache-2.0 + name: Apache License 2.0 + file: apache-2.0.LICENSE diff --git a/thirdparty/dist/django-5.2.8-py3-none-any.whl b/thirdparty/dist/django-5.2.9-py3-none-any.whl similarity index 94% rename from thirdparty/dist/django-5.2.8-py3-none-any.whl rename to thirdparty/dist/django-5.2.9-py3-none-any.whl index fa4f1fea..9bfd043d 100644 Binary files a/thirdparty/dist/django-5.2.8-py3-none-any.whl and b/thirdparty/dist/django-5.2.9-py3-none-any.whl differ diff --git a/thirdparty/dist/django-5.2.8-py3-none-any.whl.ABOUT b/thirdparty/dist/django-5.2.9-py3-none-any.whl.ABOUT similarity index 56% rename from thirdparty/dist/django-5.2.8-py3-none-any.whl.ABOUT rename to thirdparty/dist/django-5.2.9-py3-none-any.whl.ABOUT index 8c1d8cc6..9e9450ef 100644 --- a/thirdparty/dist/django-5.2.8-py3-none-any.whl.ABOUT +++ b/thirdparty/dist/django-5.2.9-py3-none-any.whl.ABOUT @@ -1,14 +1,14 @@ -about_resource: django-5.2.8-py3-none-any.whl +about_resource: django-5.2.9-py3-none-any.whl name: django -version: 5.2.8 -download_url: https://files.pythonhosted.org/packages/5e/3d/a035a4ee9b1d4d4beee2ae6e8e12fe6dee5514b21f62504e22efcbd9fb46/django-5.2.8-py3-none-any.whl -package_url: pkg:pypi/django@5.2.8 +version: 5.2.9 +download_url: https://files.pythonhosted.org/packages/17/b0/7f42bfc38b8f19b78546d47147e083ed06e12fc29c42da95655e0962c6c2/django-5.2.9-py3-none-any.whl +package_url: pkg:pypi/django@5.2.9 license_expression: bsd-new AND python AND unknown-license-reference copyright: Copyright django project contributors attribute: yes track_changes: yes -checksum_md5: 60ed4555e2f91cc881b2293ad78bf423 -checksum_sha1: 50d9ad23cef8ebe6cc7d17004e65ae6b5dbabc37 +checksum_md5: 42dd57f28b8dd5750ef76b64277d3e9e +checksum_sha1: c0808a610ea903a17736634e9c21556ea9d675e4 licenses: - key: bsd-new name: BSD-3-Clause diff --git a/thirdparty/dist/fakeredis-2.32.1-py3-none-any.whl.ABOUT b/thirdparty/dist/fakeredis-2.32.1-py3-none-any.whl.ABOUT deleted file mode 100644 index 5b25ee58..00000000 --- a/thirdparty/dist/fakeredis-2.32.1-py3-none-any.whl.ABOUT +++ /dev/null @@ -1,14 +0,0 @@ -about_resource: fakeredis-2.32.1-py3-none-any.whl -name: fakeredis -version: 2.32.1 -download_url: https://files.pythonhosted.org/packages/c2/d2/c28f6909864bfdb7411bb8f39fabedb5a50da1cbd7da5a1a3a46dfea2eab/fakeredis-2.32.1-py3-none-any.whl -package_url: pkg:pypi/fakeredis@2.32.1 -license_expression: bsd-new -copyright: Copyright fakeredis project contributors -attribute: yes -checksum_md5: 605953564eeb98516604c32003b612b8 -checksum_sha1: a9cb47af9a533aabfa6260024ddadc8d253b1a13 -licenses: - - key: bsd-new - name: BSD-3-Clause - file: bsd-new.LICENSE diff --git a/thirdparty/dist/fakeredis-2.32.1-py3-none-any.whl b/thirdparty/dist/fakeredis-2.33.0-py3-none-any.whl similarity index 66% rename from thirdparty/dist/fakeredis-2.32.1-py3-none-any.whl rename to thirdparty/dist/fakeredis-2.33.0-py3-none-any.whl index d0094acf..46666350 100644 Binary files a/thirdparty/dist/fakeredis-2.32.1-py3-none-any.whl and b/thirdparty/dist/fakeredis-2.33.0-py3-none-any.whl differ diff --git a/thirdparty/dist/fakeredis-2.33.0-py3-none-any.whl.ABOUT b/thirdparty/dist/fakeredis-2.33.0-py3-none-any.whl.ABOUT new file mode 100644 index 00000000..5b2470b1 --- /dev/null +++ b/thirdparty/dist/fakeredis-2.33.0-py3-none-any.whl.ABOUT @@ -0,0 +1,14 @@ +about_resource: fakeredis-2.33.0-py3-none-any.whl +name: fakeredis +version: 2.33.0 +download_url: https://files.pythonhosted.org/packages/6e/78/a850fed8aeef96d4a99043c90b818b2ed5419cd5b24a4049fd7cfb9f1471/fakeredis-2.33.0-py3-none-any.whl +package_url: pkg:pypi/fakeredis@2.33.0 +license_expression: bsd-new +copyright: Copyright fakeredis project contributors +attribute: yes +checksum_md5: 9596e2bedfa1f60aa4de9c2ad510d54c +checksum_sha1: e7680160a9168d2c3bd3ee777d6af24511c7f07c +licenses: + - key: bsd-new + name: BSD-3-Clause + file: bsd-new.LICENSE diff --git a/thirdparty/dist/gitpython-3.1.45-py3-none-any.whl b/thirdparty/dist/gitpython-3.1.45-py3-none-any.whl deleted file mode 100644 index 8f3784a0..00000000 Binary files a/thirdparty/dist/gitpython-3.1.45-py3-none-any.whl and /dev/null differ diff --git a/thirdparty/dist/gitpython-3.1.45-py3-none-any.whl.ABOUT b/thirdparty/dist/gitpython-3.1.45-py3-none-any.whl.ABOUT deleted file mode 100644 index 60f89483..00000000 --- a/thirdparty/dist/gitpython-3.1.45-py3-none-any.whl.ABOUT +++ /dev/null @@ -1,14 +0,0 @@ -about_resource: gitpython-3.1.45-py3-none-any.whl -name: gitpython -version: 3.1.45 -download_url: https://files.pythonhosted.org/packages/01/61/d4b89fec821f72385526e1b9d9a3a0385dda4a72b206d28049e2c7cd39b8/gitpython-3.1.45-py3-none-any.whl -package_url: pkg:pypi/gitpython@3.1.45 -license_expression: bsd-new -copyright: Copyright gitpython project contributors -attribute: yes -checksum_md5: eb9e8967c822a69e300f2de4b85ff13f -checksum_sha1: 0e0dfdf7aceb951e668dddc8f7238bb409e60392 -licenses: - - key: bsd-new - name: BSD-3-Clause - file: bsd-new.LICENSE diff --git a/thirdparty/dist/gitpython-3.1.46-py3-none-any.whl b/thirdparty/dist/gitpython-3.1.46-py3-none-any.whl new file mode 100644 index 00000000..88bc1550 Binary files /dev/null and b/thirdparty/dist/gitpython-3.1.46-py3-none-any.whl differ diff --git a/thirdparty/dist/gitpython-3.1.46-py3-none-any.whl.ABOUT b/thirdparty/dist/gitpython-3.1.46-py3-none-any.whl.ABOUT new file mode 100644 index 00000000..b43a16c1 --- /dev/null +++ b/thirdparty/dist/gitpython-3.1.46-py3-none-any.whl.ABOUT @@ -0,0 +1,14 @@ +about_resource: gitpython-3.1.46-py3-none-any.whl +name: gitpython +version: 3.1.46 +download_url: https://files.pythonhosted.org/packages/6a/09/e21df6aef1e1ffc0c816f0522ddc3f6dcded766c3261813131c78a704470/gitpython-3.1.46-py3-none-any.whl +package_url: pkg:pypi/gitpython@3.1.46 +license_expression: bsd-new +copyright: Copyright gitpython project contributors +attribute: yes +checksum_md5: 0b9ccbb78ace1a13175d9fbe935a295f +checksum_sha1: f1bfc68d7e6f2697425a4f25a66dbaa21e872084 +licenses: + - key: bsd-new + name: BSD-3-Clause + file: bsd-new.LICENSE diff --git a/thirdparty/dist/packageurl_python-0.17.5-py3-none-any.whl b/thirdparty/dist/packageurl_python-0.17.5-py3-none-any.whl deleted file mode 100644 index ac6d1930..00000000 Binary files a/thirdparty/dist/packageurl_python-0.17.5-py3-none-any.whl and /dev/null differ diff --git a/thirdparty/dist/packageurl_python-0.17.5-py3-none-any.whl.ABOUT b/thirdparty/dist/packageurl_python-0.17.5-py3-none-any.whl.ABOUT deleted file mode 100644 index 3c3ad7e8..00000000 --- a/thirdparty/dist/packageurl_python-0.17.5-py3-none-any.whl.ABOUT +++ /dev/null @@ -1,14 +0,0 @@ -about_resource: packageurl_python-0.17.5-py3-none-any.whl -name: packageurl-python -version: 0.17.5 -download_url: https://files.pythonhosted.org/packages/be/78/9dbb7d2ef240d20caf6f79c0f66866737c9d0959601fd783ff635d1d019d/packageurl_python-0.17.5-py3-none-any.whl -package_url: pkg:pypi/packageurl-python@0.17.5 -license_expression: mit -copyright: Copyright packageurl-python project contributors -attribute: yes -checksum_md5: 313bb03a301eebf8e04ec2de451533a2 -checksum_sha1: 344e425ff1d0a1dac8b678a7b1661fe4f998214f -licenses: - - key: mit - name: MIT License - file: mit.LICENSE diff --git a/thirdparty/dist/packageurl_python-0.17.6-py3-none-any.whl b/thirdparty/dist/packageurl_python-0.17.6-py3-none-any.whl new file mode 100644 index 00000000..e1f4e67f Binary files /dev/null and b/thirdparty/dist/packageurl_python-0.17.6-py3-none-any.whl differ diff --git a/thirdparty/dist/packageurl_python-0.17.6-py3-none-any.whl.ABOUT b/thirdparty/dist/packageurl_python-0.17.6-py3-none-any.whl.ABOUT new file mode 100644 index 00000000..9bfebfcc --- /dev/null +++ b/thirdparty/dist/packageurl_python-0.17.6-py3-none-any.whl.ABOUT @@ -0,0 +1,14 @@ +about_resource: packageurl_python-0.17.6-py3-none-any.whl +name: packageurl-python +version: 0.17.6 +download_url: https://files.pythonhosted.org/packages/b1/2f/c7277b7615a93f51b5fbc1eacfc1b75e8103370e786fd8ce2abf6e5c04ab/packageurl_python-0.17.6-py3-none-any.whl +package_url: pkg:pypi/packageurl-python@0.17.6 +license_expression: mit +copyright: Copyright packageurl-python project contributors +attribute: yes +checksum_md5: 61c10b06a9a6ca3b353eeb68d5d748d6 +checksum_sha1: 335c63c5b95b142a1eb3e25defe5f85ba3b4da08 +licenses: + - key: mit + name: MIT License + file: mit.LICENSE diff --git a/thirdparty/dist/redis-7.0.1-py3-none-any.whl b/thirdparty/dist/redis-7.0.1-py3-none-any.whl deleted file mode 100644 index 94fbba79..00000000 Binary files a/thirdparty/dist/redis-7.0.1-py3-none-any.whl and /dev/null differ diff --git a/thirdparty/dist/redis-7.0.1-py3-none-any.whl.ABOUT b/thirdparty/dist/redis-7.0.1-py3-none-any.whl.ABOUT deleted file mode 100644 index 2d167650..00000000 --- a/thirdparty/dist/redis-7.0.1-py3-none-any.whl.ABOUT +++ /dev/null @@ -1,14 +0,0 @@ -about_resource: redis-7.0.1-py3-none-any.whl -name: redis -version: 7.0.1 -download_url: https://files.pythonhosted.org/packages/e9/97/9f22a33c475cda519f20aba6babb340fb2f2254a02fb947816960d1e669a/redis-7.0.1-py3-none-any.whl -package_url: pkg:pypi/redis@7.0.1 -license_expression: mit -copyright: Copyright redis project contributors -attribute: yes -checksum_md5: d575bb153dbeeca1165945a18e145c62 -checksum_sha1: b2e7866b7c63de32bd7b1120f99407b3bdd7230c -licenses: - - key: mit - name: MIT License - file: mit.LICENSE diff --git a/thirdparty/dist/redis-7.1.0-py3-none-any.whl b/thirdparty/dist/redis-7.1.0-py3-none-any.whl new file mode 100644 index 00000000..3900a978 Binary files /dev/null and b/thirdparty/dist/redis-7.1.0-py3-none-any.whl differ diff --git a/thirdparty/dist/redis-7.1.0-py3-none-any.whl.ABOUT b/thirdparty/dist/redis-7.1.0-py3-none-any.whl.ABOUT new file mode 100644 index 00000000..4bdfa7d9 --- /dev/null +++ b/thirdparty/dist/redis-7.1.0-py3-none-any.whl.ABOUT @@ -0,0 +1,14 @@ +about_resource: redis-7.1.0-py3-none-any.whl +name: redis +version: 7.1.0 +download_url: https://files.pythonhosted.org/packages/89/f0/8956f8a86b20d7bb9d6ac0187cf4cd54d8065bc9a1a09eb8011d4d326596/redis-7.1.0-py3-none-any.whl +package_url: pkg:pypi/redis@7.1.0 +license_expression: mit +copyright: Copyright redis project contributors +attribute: yes +checksum_md5: 2f1f3836f74917f9f658b46ca11bc48a +checksum_sha1: d1e8582bc6a821250be0df686b442b0d53464f09 +licenses: + - key: mit + name: MIT License + file: mit.LICENSE diff --git a/thirdparty/dist/tblib-3.1.0-py3-none-any.whl b/thirdparty/dist/tblib-3.1.0-py3-none-any.whl deleted file mode 100644 index 75c4b4e9..00000000 Binary files a/thirdparty/dist/tblib-3.1.0-py3-none-any.whl and /dev/null differ diff --git a/thirdparty/dist/tblib-3.1.0-py3-none-any.whl.ABOUT b/thirdparty/dist/tblib-3.1.0-py3-none-any.whl.ABOUT deleted file mode 100644 index c0fd63ff..00000000 --- a/thirdparty/dist/tblib-3.1.0-py3-none-any.whl.ABOUT +++ /dev/null @@ -1,14 +0,0 @@ -about_resource: tblib-3.1.0-py3-none-any.whl -name: tblib -version: 3.1.0 -download_url: https://files.pythonhosted.org/packages/27/44/aa5c8b10b2cce7a053018e0d132bd58e27527a0243c4985383d5b6fd93e9/tblib-3.1.0-py3-none-any.whl -package_url: pkg:pypi/tblib@3.1.0 -license_expression: bsd-simplified -copyright: Copyright tblib project contributors -attribute: yes -checksum_md5: 1238b74e5ccc66e4dea3f8281b1ab8bb -checksum_sha1: 74ba65e60b1f850280b7649527c1846320f47cf9 -licenses: - - key: bsd-simplified - name: BSD-2-Clause - file: bsd-simplified.LICENSE diff --git a/thirdparty/dist/tblib-3.2.2-py3-none-any.whl b/thirdparty/dist/tblib-3.2.2-py3-none-any.whl new file mode 100644 index 00000000..d2e48c8c Binary files /dev/null and b/thirdparty/dist/tblib-3.2.2-py3-none-any.whl differ diff --git a/thirdparty/dist/tblib-3.2.2-py3-none-any.whl.ABOUT b/thirdparty/dist/tblib-3.2.2-py3-none-any.whl.ABOUT new file mode 100644 index 00000000..30fcc1ba --- /dev/null +++ b/thirdparty/dist/tblib-3.2.2-py3-none-any.whl.ABOUT @@ -0,0 +1,20 @@ +about_resource: tblib-3.2.2-py3-none-any.whl +name: tblib +version: 3.2.2 +download_url: https://files.pythonhosted.org/packages/02/be/5d2d47b1fb58943194fb59dcf222f7c4e35122ec0ffe8c36e18b5d728f0b/tblib-3.2.2-py3-none-any.whl +package_url: pkg:pypi/tblib@3.2.2 +license_expression: bsd-new AND bsd-simplified AND unknown-license-reference +copyright: Copyright tblib project contributors +attribute: yes +checksum_md5: 2a6d3dd5596c0d1f9ac7b2adb5dae07b +checksum_sha1: be31ad2c11ce3d180b3bceaeefe6487619198f43 +licenses: + - key: bsd-simplified + name: BSD-2-Clause + file: bsd-simplified.LICENSE + - key: bsd-new + name: BSD-3-Clause + file: bsd-new.LICENSE + - key: unknown-license-reference + name: Unknown License file reference + file: unknown-license-reference.LICENSE diff --git a/thirdparty/dist/urllib3-2.5.0-py3-none-any.whl b/thirdparty/dist/urllib3-2.5.0-py3-none-any.whl deleted file mode 100644 index 81b580f1..00000000 Binary files a/thirdparty/dist/urllib3-2.5.0-py3-none-any.whl and /dev/null differ diff --git a/thirdparty/dist/urllib3-2.5.0-py3-none-any.whl.ABOUT b/thirdparty/dist/urllib3-2.5.0-py3-none-any.whl.ABOUT deleted file mode 100644 index bc71a149..00000000 --- a/thirdparty/dist/urllib3-2.5.0-py3-none-any.whl.ABOUT +++ /dev/null @@ -1,17 +0,0 @@ -about_resource: urllib3-2.5.0-py3-none-any.whl -name: urllib3 -version: 2.5.0 -download_url: https://files.pythonhosted.org/packages/a7/c2/fe1e52489ae3122415c51f387e221dd0773709bad6c6cdaa599e8a2c5185/urllib3-2.5.0-py3-none-any.whl -package_url: pkg:pypi/urllib3@2.5.0 -license_expression: mit AND unknown-license-reference -copyright: Copyright urllib3 project contributors -attribute: yes -checksum_md5: ad350c7f4abae4203b487780de9ad034 -checksum_sha1: 91da463b607f7952d6f816faf67e2471c49e4a0c -licenses: - - key: mit - name: MIT License - file: mit.LICENSE - - key: unknown-license-reference - name: Unknown License file reference - file: unknown-license-reference.LICENSE diff --git a/thirdparty/dist/urllib3-2.6.2-py3-none-any.whl b/thirdparty/dist/urllib3-2.6.2-py3-none-any.whl new file mode 100644 index 00000000..4a38e0b5 Binary files /dev/null and b/thirdparty/dist/urllib3-2.6.2-py3-none-any.whl differ diff --git a/thirdparty/dist/urllib3-2.6.2-py3-none-any.whl.ABOUT b/thirdparty/dist/urllib3-2.6.2-py3-none-any.whl.ABOUT new file mode 100644 index 00000000..42293382 --- /dev/null +++ b/thirdparty/dist/urllib3-2.6.2-py3-none-any.whl.ABOUT @@ -0,0 +1,17 @@ +about_resource: urllib3-2.6.2-py3-none-any.whl +name: urllib3 +version: 2.6.2 +download_url: https://files.pythonhosted.org/packages/6d/b9/4095b668ea3678bf6a0af005527f39de12fb026516fb3df17495a733b7f8/urllib3-2.6.2-py3-none-any.whl +package_url: pkg:pypi/urllib3@2.6.2 +license_expression: mit AND unknown-license-reference +copyright: Copyright urllib3 project contributors +attribute: yes +checksum_md5: 300276876e7525d5bd7741b929c03674 +checksum_sha1: 24dafe813d2072b6082bf4eb8702022e848b56b3 +licenses: + - key: mit + name: MIT License + file: mit.LICENSE + - key: unknown-license-reference + name: Unknown License file reference + file: unknown-license-reference.LICENSE