Skip to content

Commit fa72cd4

Browse files
authored
Release 5.2.0 (#178)
* 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]>
1 parent f32fcef commit fa72cd4

8 files changed

+47
-18
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release notes
22
=============
33

4-
### Version 5.1.1-dev
4+
### Version 5.2.0
55

66
- Add visual indicator in hierarchy views, when an object on the far left or far right
77
also belong or have a hierarchy (relationship tree).

dejacode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import git
1616

17-
VERSION = "5.1.1-dev"
17+
VERSION = "5.2.0"
1818

1919
PROJECT_DIR = Path(__file__).resolve().parent
2020
ROOT_DIR = PROJECT_DIR.parent

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = dejacode
3-
version = 5.1.1-dev
3+
version = 5.2.0
44
license = AGPL-3.0-only
55
description = Automate open source license compliance and ensure supply chain integrity
66
long_description = file:README.rst
@@ -51,7 +51,7 @@ install_requires =
5151
wheel==0.43.0
5252
pip==24.0
5353
# Django
54-
Django==5.0.6
54+
Django==5.0.9
5555
asgiref==3.8.1
5656
typing_extensions==4.2.0
5757
sqlparse==0.5.0

thirdparty/dist/Django-5.0.6-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: Django-5.0.9-py3-none-any.whl
2+
name: django
3+
version: 5.0.9
4+
download_url: https://files.pythonhosted.org/packages/81/bb/eef60ea99aab7788ea46a57789a00649f8866ac3eb5abdf69eac36a7cdb6/Django-5.0.9-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: bsd-new
7+
copyright: Copyright django project contributors
8+
attribute: yes
9+
checksum_md5: 406e0ac031c30d38d6e1b05fbb0670b0
10+
checksum_sha1: 699d5b7269d5f14b3286a8fd5927b16988f547cd
11+
licenses:
12+
- key: bsd-new
13+
name: BSD-3-Clause
14+
file: bsd-new.LICENSE
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
about_resource: cyclonedx_python_lib-7.6.0-py3-none-any.whl
2+
name: cyclonedx-python-lib
3+
version: 7.6.0
4+
download_url: https://files.pythonhosted.org/packages/e3/30/777e5a7860c0647c2490cbde2aaa4584dcdbd3f0388516c6cd5ca43641c2/cyclonedx_python_lib-7.6.0-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: apache-2.0
7+
copyright: Copyright OWASP Foundation
8+
attribute: yes
9+
track_changes: yes
10+
checksum_md5: 984147d231662a7b38b221d0dca04bc2
11+
checksum_sha1: bb47b8a08b2557ceb3982630f3435756b321c7c5
12+
licenses:
13+
- key: apache-2.0
14+
name: Apache License 2.0
15+
file: apache-2.0.LICENSE
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: packageurl_python-0.15.6-py3-none-any.whl
2+
name: packageurl-python
3+
version: 0.15.6
4+
download_url: https://files.pythonhosted.org/packages/4b/ca/b598e18eb0820a0116690a960d85625aae50dae8ba58195e254e35c2289a/packageurl_python-0.15.6-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: mit
7+
copyright: Copyright packageurl-python project contributors
8+
attribute: yes
9+
checksum_md5: 90436d8fa2bfa09bc1d519b22e668377
10+
checksum_sha1: 571b455dd766f1a454de6e5f3249915abb1412cc
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: mit.LICENSE

0 commit comments

Comments
 (0)