Date: Friday, November 11, 2022 @ 22:14:43 Author: jelle Revision: 1346888
upgpkg: python-django-compressor 4.1-2: drop python-mock Modified: python-django-compressor/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-11 22:14:01 UTC (rev 1346887) +++ PKGBUILD 2022-11-11 22:14:43 UTC (rev 1346888) @@ -3,7 +3,7 @@ _name=django_compressor pkgname=python-django-compressor pkgver=4.1 -pkgrel=1 +pkgrel=2 pkgdesc="Compresses linked and inline javascript or CSS into a single cached file" arch=(any) url="https://github.com/django-compressor/django-compressor" @@ -12,7 +12,7 @@ makedepends=(python-build python-installer python-setuptools python-wheel) checkdepends=(python-beautifulsoup4 python-brotli python-calmjs python-coverage python-csscompressor python-django-sekizai python-html5lib python-jinja -python-lxml python-mock slimit) +python-lxml slimit) optdepends=( 'python-beautifulsoup4: for compressor.parser.BeautifulSoupParser and compressor.parser.LxmlParser' 'python-brotli: for compressor.storage.BrotliCompressorFileStorage'
