Path to this page:
Subject: CVS commit: pkgsrc/www/py-django-js-asset
From: Adam Ciarcinski
Date: 2023-08-08 14:11:28
Message id: 20230808121128.1AEAEFBDB@cvs.NetBSD.org
Log Message:
py-django-js-asset: updated to 2.1.0
2.1 (2023-06-28)
- Added Django 4.1, 4.2 and Python 3.11 to the CI.
- Removed the pytz dependency from the tests.
- Dropped Python < 3.8, Django < 3.2 from the CI.
- Switched to hatchling and ruff.
`2.0`_ (2022-02-10)
- Raised the minimum supported versions of Python to 3.6, Django to 2.2.
- Added pre-commit.
- Replaced the explicit configuration of whether ``static()`` should be used or
not with automatic configuration. The ``static`` argument is still accepted
but ignored and will be removed at a later time.
- Added support for boolean attributes when using Django 4.1 or better.
Files: