George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-markdown
Commits:
53995a04 by George Rawlinson at 2023-11-03T20:38:42+13:00
upgpkg: 3.5.1-1
* New upstream release.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-markdown
pkgdesc = Python implementation of John Gruber's Markdown
- pkgver = 3.5
+ pkgver = 3.5.1
pkgrel = 1
url = https://python-markdown.github.io/
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-markdown
makedepends = python-wheel
depends = python
optdepends = python-yaml: parse Python in YAML metadata
- source =
python-markdown::git+https://github.com/Python-Markdown/markdown#commit=4f0b91abe1a954a72ab3c99c3e2b880ab36631fa
+ source =
python-markdown::git+https://github.com/Python-Markdown/markdown#commit=2932f183921943687ca3d72b3908a937bd495d24
sha256sums = SKIP
pkgname = python-markdown
=====================================
PKGBUILD
=====================================
@@ -1,14 +1,14 @@
-# Maintainer: Kyle Keen <[email protected]>
# Maintainer: Caleb Maclennan <[email protected]>
# Maintainer: George Rawlinson <[email protected]>
+# Contributor: Kyle Keen <[email protected]>
# Contributor: Angel Velasquez <[email protected]>
# Contributor: Andrew Antle <andrew dot antle at gmail dot com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Chaiwat Suttipongsakul <cwt at bashell dot com>
pkgname=python-markdown
-_commit='4f0b91abe1a954a72ab3c99c3e2b880ab36631fa'
-pkgver=3.5
+_commit='2932f183921943687ca3d72b3908a937bd495d24'
+pkgver=3.5.1
pkgrel=1
pkgdesc="Python implementation of John Gruber's Markdown"
arch=('any')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-markdown/-/commit/53995a049a5b6b050ebfb1d9bbd108c6a2a81cf8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-markdown/-/commit/53995a049a5b6b050ebfb1d9bbd108c6a2a81cf8
You're receiving this email because of your account on gitlab.archlinux.org.