Skip to content

Commit 43b6213

Browse files
authored
Release 5.1 (#125)
Signed-off-by: tdruez <[email protected]>
1 parent cfb5726 commit 43b6213

File tree

47 files changed

+518
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+518
-55
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.0-dev
4+
### Version 5.1.0
55

66
- Upgrade Python version to 3.12 and Django to 5.0.x
77
https://github.com/nexB/dejacode/issues/50

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.0-dev"
17+
VERSION = "5.1.0"
1818

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

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = dejacode
3-
version = 5.1.0-dev
3+
version = 5.1.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
@@ -73,7 +73,7 @@ install_requires =
7373
MarkupSafe==2.1.3
7474
coreschema==0.0.4
7575
itypes==1.2.0
76-
Jinja2==3.1.2
76+
Jinja2==3.1.4
7777
uritemplate==4.1.1
7878
# Access log
7979
django-axes==5.35.0
@@ -110,7 +110,7 @@ install_requires =
110110
natsort==8.4.0
111111
six==1.16.0
112112
requests==2.31.0
113-
idna==3.4
113+
idna==3.7
114114
charset-normalizer==3.3.2
115115
PyYAML==6.0
116116
Cython==0.29.30
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: Django-5.0.6-py3-none-any.whl
2+
name: django
3+
version: 5.0.6
4+
download_url: https://files.pythonhosted.org/packages/1d/23/02f3795a71196019bcfec4c67890a6369e43b023474154fa0b2b7060346d/Django-5.0.6-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: ccddc6216c9ecd02fb90f3c9e199c131
10+
checksum_sha1: e4f133fb87b68138661f6a279c93b6d1de51f4df
11+
licenses:
12+
- key: bsd-new
13+
name: BSD-3-Clause
14+
file: bsd-new.LICENSE
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: GitPython-3.1.43-py3-none-any.whl
2+
name: gitpython
3+
version: 3.1.43
4+
download_url: https://files.pythonhosted.org/packages/e9/bd/cc3a402a6439c15c3d4294333e13042b915bbeab54edc457c723931fed3f/GitPython-3.1.43-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: bsd-new
7+
copyright: Copyright gitpython project contributors
8+
attribute: yes
9+
checksum_md5: ca4edd790ee6bcb83dc6a5c5039259e9
10+
checksum_sha1: 3991e2275a5e3cc0ba6ff84ffc5b8be67ab8f849
11+
licenses:
12+
- key: bsd-new
13+
name: BSD-3-Clause
14+
file: bsd-new.LICENSE
-130 KB
Binary file not shown.

thirdparty/dist/Jinja2-3.1.2-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 18 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: asgiref-3.8.1-py3-none-any.whl
2+
name: asgiref
3+
version: 3.8.1
4+
download_url: https://files.pythonhosted.org/packages/39/e3/893e8757be2612e6c266d9bb58ad2e3651524b5b40cf56761e985a28b13e/asgiref-3.8.1-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: bsd-new
7+
copyright: Copyright asgiref project contributors
8+
attribute: yes
9+
checksum_md5: 87ef2494bf2bb208cd3652e577c74bc9
10+
checksum_sha1: b66c85ef24257bdf0f415febcbffcf5f09dc7d83
11+
licenses:
12+
- key: bsd-new
13+
name: BSD-3-Clause
14+
file: bsd-new.LICENSE
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: attrs-23.2.0-py3-none-any.whl
2+
name: attrs
3+
version: 23.2.0
4+
download_url: https://files.pythonhosted.org/packages/e0/44/827b2a91a5816512fcaf3cc4ebc465ccd5d598c45cefa6703fcf4a79018f/attrs-23.2.0-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: mit
7+
copyright: Copyright attrs project contributors
8+
attribute: yes
9+
checksum_md5: f1cdfc0569b235844915df6a68dd6606
10+
checksum_sha1: 563b272af703f8960b76f6637d009fa5fc5864d3
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: mit.LICENSE
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: black-24.4.2-py3-none-any.whl
2+
name: black
3+
version: 24.4.2
4+
download_url: https://files.pythonhosted.org/packages/0f/89/294c9a6b6c75a08da55e9d05321d0707e9418735e3062b12ef0f54c33474/black-24.4.2-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: mit
7+
copyright: Copyright black project contributors
8+
attribute: yes
9+
checksum_md5: 671abe813699f2d19dbdc0a8ad3b1bcd
10+
checksum_sha1: a86357193575e6a44ac2aad4dc72a4edee96dd63
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: mit.LICENSE

0 commit comments

Comments
 (0)