Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-sphinxcontrib-towncrier
Commits: 92387cc5 by Antonio Rojas at 2023-12-25T10:31:06+01:00 upgpkg: 0.4.0a0-1: Update to 0.4.0a0 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = python-sphinxcontrib-towncrier + pkgdesc = An RST directive for injecting a Towncrier-generated changelog draft containing fragments for the unreleased (next) project version + pkgver = 0.4.0a0 + pkgrel = 1 + url = https://github.com/sphinx-contrib/sphinxcontrib-towncrier + arch = any + license = BSD + checkdepends = python-pytest-xdist + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-setuptools-scm + makedepends = python-wheel + depends = python-sphinx + depends = towncrier + source = https://github.com/sphinx-contrib/sphinxcontrib-towncrier/archive/v0.4.0a0/python-sphinxcontrib-towncrier-0.4.0a0.tar.gz + source = 0001-Update-build-system-dependencies.patch + sha512sums = a828a541ca8a6a492c990de79ed97bfcc082b27f0ab91fd811632bdabcfc64261ee4a172d098e236bf6a36caa640bc252583337050e92f3833aaa97be0da3d4e + sha512sums = e8c5f943e4ad8990a97a6aa8e493a1346cd9725a08c2b3e6ab0f3eb9371b9a63a55bad242060916f8a5ebfefe2a4c5c96b9a73291996fe3a4693c9b0920ca6b8 + +pkgname = python-sphinxcontrib-towncrier ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-sphinxcontrib-towncrier -pkgver=0.3.2a0 -pkgrel=5 +pkgver=0.4.0a0 +pkgrel=1 pkgdesc="An RST directive for injecting a Towncrier-generated changelog draft containing fragments for the unreleased (next) project version" url="https://github.com/sphinx-contrib/sphinxcontrib-towncrier" license=('BSD') @@ -15,7 +15,7 @@ source=( "https://github.com/sphinx-contrib/sphinxcontrib-towncrier/archive/v$pkgver/$pkgname-$pkgver.tar.gz" 0001-Update-build-system-dependencies.patch ) -sha512sums=('3194136b8758b2881687af5a4fe56d1524fb6c0fe77745b25632895a6c7b6ed4a052d5cf000acabf9fb7c2ebce2e7e0a907d143d014d7be275f61547c0c76122' +sha512sums=('a828a541ca8a6a492c990de79ed97bfcc082b27f0ab91fd811632bdabcfc64261ee4a172d098e236bf6a36caa640bc252583337050e92f3833aaa97be0da3d4e' 'e8c5f943e4ad8990a97a6aa8e493a1346cd9725a08c2b3e6ab0f3eb9371b9a63a55bad242060916f8a5ebfefe2a4c5c96b9a73291996fe3a4693c9b0920ca6b8') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-towncrier/-/commit/92387cc51408ce34aa58fbd5a9fa8adeca744ef8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-towncrier/-/commit/92387cc51408ce34aa58fbd5a9fa8adeca744ef8 You're receiving this email because of your account on gitlab.archlinux.org.
