Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-sphinx
Commits:
1d46867b by Antonio Rojas at 2024-04-13T13:02:09+02:00
upgpkg: 7.2.6-5: Support docutils 0.21
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-sphinx
pkgdesc = Python documentation generator
pkgver = 7.2.6
- pkgrel = 4
+ pkgrel = 5
url = http://www.sphinx-doc.org/
arch = any
license = BSD-2-Clause
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgname=python-sphinx
_name=${pkgname#python-}
pkgver=7.2.6
-pkgrel=4
+pkgrel=5
pkgdesc='Python documentation generator'
arch=('any')
url=http://www.sphinx-doc.org/
@@ -50,7 +50,7 @@ prepare() {
# Fix processing copyright dates when SOURCE_DATE_EPOCH is set
patch -Np1 -i ../python-sphinx-7.2.6-SOURCE_DATE_EPOCH-fix.patch
# Support docutils 0.21
- sed -e 's|\<0.21|<0.22|' -i pyproject.toml
+ sed -e 's|<0.21|<0.22|' -i pyproject.toml
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx/-/commit/1d46867b49324364c3969fb48a87996117809816
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx/-/commit/1d46867b49324364c3969fb48a87996117809816
You're receiving this email because of your account on gitlab.archlinux.org.