Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-sphinx-autobuild
Commits: d197102f by Antonio Rojas at 2024-05-03T08:54:15+02:00 Update dependencies Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-autobuild/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-sphinx-autobuild pkgdesc = Rebuild Sphinx documentation on changes, with live-reload in the browser pkgver = 2024.04.13 - pkgrel = 1 + pkgrel = 2 url = https://github.com/executablebooks/sphinx-autobuild arch = any license = BSD @@ -11,7 +11,10 @@ pkgbase = python-sphinx-autobuild makedepends = python-flit-core depends = python depends = python-sphinx - depends = python-livereload + depends = python-colorama + depends = python-watchfiles + depends = uvicorn + depends = python-starlette source = python-sphinx-autobuild-2024.04.13.tar.gz::https://github.com/executablebooks/sphinx-autobuild/archive/2024.04.13.tar.gz sha512sums = 3d444e7e90cd5dfba7fbc252793627c7fef16281888363fb0b881ebdfdb1e0e6fcd6e326d4a396851725180c82e5d9ffb83ab592d21243bb2fd0fdd2015e8e33 ===================================== PKGBUILD ===================================== @@ -3,12 +3,12 @@ _pkgname=sphinx-autobuild pkgname=python-$_pkgname pkgver=2024.04.13 -pkgrel=1 +pkgrel=2 pkgdesc='Rebuild Sphinx documentation on changes, with live-reload in the browser' arch=('any') url='https://github.com/executablebooks/sphinx-autobuild' license=('BSD') -depends=('python' 'python-sphinx' 'python-livereload') +depends=('python' 'python-sphinx' 'python-colorama' 'python-watchfiles' 'uvicorn' 'python-starlette') makedepends=('python-build' 'python-installer' 'python-flit-core') checkdepends=('python-pytest') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-autobuild/-/commit/d197102f8f0e5e4effffd9f5710d9030c948c204 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-autobuild/-/commit/d197102f8f0e5e4effffd9f5710d9030c948c204 You're receiving this email because of your account on gitlab.archlinux.org.
