Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-docutils
Commits:
0e1ca124 by Daniel M. Capella at 2025-11-07T01:21:09-05:00
upgpkg: 1:0.22.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-docutils
pkgdesc = Set of tools for processing plaintext docs into formats such
as HTML, XML, or LaTeX
- pkgver = 0.22.2
+ pkgver = 0.22.3
pkgrel = 1
epoch = 1
url = http://docutils.sourceforge.net
@@ -15,7 +15,7 @@ pkgbase = python-docutils
optdepends = python-myst-parser: to parse input in "Markdown"
(CommonMark) format
optdepends = python-pillow: for some image manipulation operations
optdepends = python-pygments: for syntax highlighting of code
directives and roles
- source =
https://downloads.sourceforge.net/docutils/docutils-0.22.2.tar.gz
- b2sums =
cef7861efe59766fc4883f945d7c52d026b6dae378f95fac074698e31ef2a32bece572e09f2307a1f1ebc7b63f963b53cd5a5e09538a7fe5bcdec9864ecfd4d4
+ source =
https://downloads.sourceforge.net/docutils/docutils-0.22.3.tar.gz
+ b2sums =
78b4ee1dd643de2b1e97757592ca2962eb11beb7beb2cf6c718857b1533a55240c44993e840b720eb4cfa327cafa6a9b1ebdea46eac2f0f6a3f9d06d1eb4851a
pkgname = python-docutils
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=python-docutils
_name=${pkgname#python-}
-pkgver=0.22.2
+pkgver=0.22.3
pkgrel=1
epoch=1
pkgdesc='Set of tools for processing plaintext docs into formats such as HTML,
XML, or LaTeX'
@@ -29,7 +29,7 @@ optdepends=(
'python-pygments: for syntax highlighting of code directives and roles'
)
source=("https://downloads.sourceforge.net/$_name/$_name-$pkgver.tar.gz")
-b2sums=('cef7861efe59766fc4883f945d7c52d026b6dae378f95fac074698e31ef2a32bece572e09f2307a1f1ebc7b63f963b53cd5a5e09538a7fe5bcdec9864ecfd4d4')
+b2sums=('78b4ee1dd643de2b1e97757592ca2962eb11beb7beb2cf6c718857b1533a55240c44993e840b720eb4cfa327cafa6a9b1ebdea46eac2f0f6a3f9d06d1eb4851a')
prepare() {
cd "$_name"-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-docutils/-/commit/0e1ca124e9b5573510faddd4ae09a83c7fa0ce92
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-docutils/-/commit/0e1ca124e9b5573510faddd4ae09a83c7fa0ce92
You're receiving this email because of your account on gitlab.archlinux.org.