Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / python-breathe
Commits: 4717e337 by Daniel Bermond at 2025-02-23T20:41:45-03:00 upgpkg: 4.36.0-1 It looks like that upstream changed the repository url from 'https://github.com/michaeljones/breathe/' to 'https://github.com/breathe-doc/breathe/'. The former now redirects to the later. No signature file was provided by upstream at the update time. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,24 +1,21 @@ pkgbase = python-breathe pkgdesc = An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output - pkgver = 4.35.0 - pkgrel = 6 + pkgver = 4.36.0 + pkgrel = 1 url = https://breathe.readthedocs.org/en/latest/ arch = any license = BSD-3-Clause checkdepends = python-pytest makedepends = python-build + makedepends = python-flit-core makedepends = python-installer makedepends = python-setuptools makedepends = python-wheel depends = python depends = python-docutils + depends = python-pygments depends = python-sphinx - source = https://github.com/michaeljones/breathe/archive/v4.35.0/python-breathe-4.35.0.tar.gz - source = python-breathe-4.35.0.tar.gz.sig::https://github.com/michaeljones/breathe/releases/download/v4.35.0/breathe-4.35.0.tar.gz.sig - source = 010-python-breathe-fix-tests-with-sphinx7.2.6.patch::https://github.com/breathe-doc/breathe/pull/976.patch - validpgpkeys = 8AED58021FEACDD5F27BA0E6A72F627716EA9D96 - sha512sums = 76e36fceb89c21e2c62471a37b856f8e7077f946ca8ebffdd068297d7d447ba4f42f8f9d91e231f7a181d7dba2cb8650479f35f8bef342184e5ccbd3dd951f91 - sha512sums = SKIP - sha512sums = daf9aec441cd3708978b6cc292ec46cde28b4df441ae5b8c9514200f647bbb60010e50125665a2723e467a48123ac991d36ddaf07d59b34fcb680a3d820cded7 + source = https://github.com/michaeljones/breathe/archive/v4.36.0/python-breathe-4.36.0.tar.gz + sha512sums = fd640ed75680134a5a0e8860764bb430bb971f49ad2f88392de7ba97d633e377079eaf1c7e35a72db135e4c4d3b066c6c9744ccc151ad18d865bb37c9de833d7 pkgname = python-breathe ===================================== PKGBUILD ===================================== @@ -3,26 +3,26 @@ # Contributor: Simon Boulay <simon.bou...@alkeona.net> pkgname=python-breathe -pkgver=4.35.0 -pkgrel=6 -pkgdesc="An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output" +pkgver=4.36.0 +pkgrel=1 +pkgdesc='An extension to reStructuredText and Sphinx to be able to read and render Doxygen xml output' arch=('any') -url="https://breathe.readthedocs.org/en/latest/" +url='https://breathe.readthedocs.org/en/latest/' license=('BSD-3-Clause') -depends=('python' 'python-docutils' 'python-sphinx') -makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') +depends=( + 'python' + 'python-docutils' + 'python-pygments' + 'python-sphinx') +makedepends=( + 'python-build' + 'python-flit-core' + 'python-installer' + 'python-setuptools' + 'python-wheel') checkdepends=('python-pytest') -source=("https://github.com/michaeljones/breathe/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz" - "${pkgname}-${pkgver}.tar.gz.sig"::"https://github.com/michaeljones/breathe/releases/download/v${pkgver}/breathe-${pkgver}.tar.gz.sig" - '010-python-breathe-fix-tests-with-sphinx7.2.6.patch'::'https://github.com/breathe-doc/breathe/pull/976.patch') -sha512sums=('76e36fceb89c21e2c62471a37b856f8e7077f946ca8ebffdd068297d7d447ba4f42f8f9d91e231f7a181d7dba2cb8650479f35f8bef342184e5ccbd3dd951f91' - 'SKIP' - 'daf9aec441cd3708978b6cc292ec46cde28b4df441ae5b8c9514200f647bbb60010e50125665a2723e467a48123ac991d36ddaf07d59b34fcb680a3d820cded7') -validpgpkeys=('8AED58021FEACDD5F27BA0E6A72F627716EA9D96') # Melvin Vermeeren <vermee...@vermwa.re> - -prepare() { - patch -d "breathe-${pkgver}" -Np1 -i "${srcdir}/010-python-breathe-fix-tests-with-sphinx7.2.6.patch" -} +source=("https://github.com/michaeljones/breathe/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") +sha512sums=('fd640ed75680134a5a0e8860764bb430bb971f49ad2f88392de7ba97d633e377079eaf1c7e35a72db135e4c4d3b066c6c9744ccc151ad18d865bb37c9de833d7') build() { cd "breathe-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-breathe/-/commit/4717e3378402d3fb8c4cee9d1a23197f0984203d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-breathe/-/commit/4717e3378402d3fb8c4cee9d1a23197f0984203d You're receiving this email because of your account on gitlab.archlinux.org.