Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-django-compressor
Commits: 02c51b7a by Jelle van der Waa at 2026-01-02T11:49:03+01:00 Update dependency to python-calmjs.parse According to the maintainer of calmjs the test dependency should be calmjs.parse instead of calmjs. Allowing us to drop calmjs and calmjs.types. https://github.com/django-compressor/django-compressor/pull/1323 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = python-django-compressor pkgdesc = Compresses linked and inline javascript or CSS into a single cached file pkgver = 4.6 - pkgrel = 3 + pkgrel = 4 url = https://github.com/django-compressor/django-compressor arch = any license = MIT checkdepends = python-beautifulsoup4 checkdepends = python-brotli - checkdepends = python-calmjs + checkdepends = python-calmjs.parse checkdepends = python-csscompressor checkdepends = python-django-sekizai checkdepends = python-html5lib ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=python-django-compressor _name="${pkgname#python-}" pkgver=4.6 -pkgrel=3 +pkgrel=4 pkgdesc="Compresses linked and inline javascript or CSS into a single cached file" arch=(any) url="https://github.com/django-compressor/django-compressor" @@ -24,7 +24,7 @@ makedepends=( checkdepends=( python-beautifulsoup4 python-brotli - python-calmjs + python-calmjs.parse python-csscompressor python-django-sekizai python-html5lib View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-compressor/-/commit/02c51b7a897e4839673e8690fde360dd51830c79 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-compressor/-/commit/02c51b7a897e4839673e8690fde360dd51830c79 You're receiving this email because of your account on gitlab.archlinux.org.
