Skip to content

Commit

Permalink
Release 5.2.0 (#178)
Browse files Browse the repository at this point in the history
* Upgrade Django and add missing ABOUT files

Signed-off-by: tdruez <[email protected]>

* Bump version for 5.2.0 release

Signed-off-by: tdruez <[email protected]>

---------

Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez authored Sep 5, 2024
1 parent f32fcef commit fa72cd4
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 18 deletions.
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.1-dev
### Version 5.2.0

- Add visual indicator in hierarchy views, when an object on the far left or far right
also belong or have a hierarchy (relationship tree).
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.1-dev"
VERSION = "5.2.0"

PROJECT_DIR = Path(__file__).resolve().parent
ROOT_DIR = PROJECT_DIR.parent
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dejacode
version = 5.1.1-dev
version = 5.2.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 @@ -51,7 +51,7 @@ install_requires =
wheel==0.43.0
pip==24.0
# Django
Django==5.0.6
Django==5.0.9
asgiref==3.8.1
typing_extensions==4.2.0
sqlparse==0.5.0
Expand Down
14 changes: 0 additions & 14 deletions thirdparty/dist/Django-5.0.6-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
14 changes: 14 additions & 0 deletions thirdparty/dist/Django-5.0.9-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: Django-5.0.9-py3-none-any.whl
name: django
version: 5.0.9
download_url: https://files.pythonhosted.org/packages/81/bb/eef60ea99aab7788ea46a57789a00649f8866ac3eb5abdf69eac36a7cdb6/Django-5.0.9-py3-none-any.whl
package_url: pkg:pypi/[email protected]
license_expression: bsd-new
copyright: Copyright django project contributors
attribute: yes
checksum_md5: 406e0ac031c30d38d6e1b05fbb0670b0
checksum_sha1: 699d5b7269d5f14b3286a8fd5927b16988f547cd
licenses:
- key: bsd-new
name: BSD-3-Clause
file: bsd-new.LICENSE
15 changes: 15 additions & 0 deletions thirdparty/dist/cyclonedx_python_lib-7.6.0-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.6.0-py3-none-any.whl
name: cyclonedx-python-lib
version: 7.6.0
download_url: https://files.pythonhosted.org/packages/e3/30/777e5a7860c0647c2490cbde2aaa4584dcdbd3f0388516c6cd5ca43641c2/cyclonedx_python_lib-7.6.0-py3-none-any.whl
package_url: pkg:pypi/[email protected]
license_expression: apache-2.0
copyright: Copyright OWASP Foundation
attribute: yes
track_changes: yes
checksum_md5: 984147d231662a7b38b221d0dca04bc2
checksum_sha1: bb47b8a08b2557ceb3982630f3435756b321c7c5
licenses:
- key: apache-2.0
name: Apache License 2.0
file: apache-2.0.LICENSE
14 changes: 14 additions & 0 deletions thirdparty/dist/packageurl_python-0.15.6-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: packageurl_python-0.15.6-py3-none-any.whl
name: packageurl-python
version: 0.15.6
download_url: https://files.pythonhosted.org/packages/4b/ca/b598e18eb0820a0116690a960d85625aae50dae8ba58195e254e35c2289a/packageurl_python-0.15.6-py3-none-any.whl
package_url: pkg:pypi/[email protected]
license_expression: mit
copyright: Copyright packageurl-python project contributors
attribute: yes
checksum_md5: 90436d8fa2bfa09bc1d519b22e668377
checksum_sha1: 571b455dd766f1a454de6e5f3249915abb1412cc
licenses:
- key: mit
name: MIT License
file: mit.LICENSE

0 comments on commit fa72cd4

Please sign in to comment.