Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-mistune


Commits:
9ff8f5b5 by Robin Candau at 2024-04-04T14:49:37+02:00
upgpkg: 1:3.0.2-2: Python 3.12 rebuild
https://archlinux.org/todo/python-modules-part-1/

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-mistune
        pkgdesc = A fast yet powerful Python Markdown parser with renderers and 
plugins
        pkgver = 3.0.2
-       pkgrel = 1
+       pkgrel = 2
        epoch = 1
        url = https://mistune.lepture.com
        arch = any


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[python-mistune]
+source = "github"
+github = "lepture/mistune"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 pkgname=python-mistune
 _pkgname=mistune
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A fast yet powerful Python Markdown parser with renderers and plugins"
 arch=('any')
@@ -15,7 +15,7 @@ license=('BSD-3-Clause')
 depends=('python')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-pytest')
-source=("https://github.com/lepture/mistune/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
+source=("https://github.com/lepture/mistune/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz";)
 
sha512sums=('c3075f5834e200a900f31478eb652745e3cce4e9cbc25796b65fe3998bdfa05eef327bb851aefd7128577660c3f48982d36bb2cec2d8d2a6fbb64dee2516b57b')
 
b2sums=('c8e24d4af55cc4ba2fd4288b3296d1846a56f15f04f252325ff01be566b0e1eae830bda59a387d4ef3d95f5d0ee9c75561664fcf0211b48c1f62692a0d414bf6')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-mistune/-/commit/9ff8f5b556e70e26e2a855ac95b855376ae51a38

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-mistune/-/commit/9ff8f5b556e70e26e2a855ac95b855376ae51a38
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to