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


Commits:
cf42b9f3 by Robin Candau at 2024-02-27T11:52:03+01:00
upgpkg: 1:3.0.2-1: New upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,19 @@
+pkgbase = python-mistune
+       pkgdesc = A fast yet powerful Python Markdown parser with renderers and 
plugins
+       pkgver = 3.0.2
+       pkgrel = 1
+       epoch = 1
+       url = https://mistune.lepture.com
+       arch = any
+       license = BSD-3-Clause
+       checkdepends = python-pytest
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-setuptools
+       makedepends = python-wheel
+       depends = python
+       source = 
https://github.com/lepture/mistune/archive/v3.0.2/python-mistune-3.0.2.tar.gz
+       sha512sums = 
c3075f5834e200a900f31478eb652745e3cce4e9cbc25796b65fe3998bdfa05eef327bb851aefd7128577660c3f48982d36bb2cec2d8d2a6fbb64dee2516b57b
+       b2sums = 
c8e24d4af55cc4ba2fd4288b3296d1846a56f15f04f252325ff01be566b0e1eae830bda59a387d4ef3d95f5d0ee9c75561664fcf0211b48c1f62692a0d414bf6
+
+pkgname = python-mistune


=====================================
PKGBUILD
=====================================
@@ -5,19 +5,19 @@
 
 pkgname=python-mistune
 _pkgname=mistune
-pkgver=2.0.5
+pkgver=3.0.2
 pkgrel=1
 epoch=1
 pkgdesc="A fast yet powerful Python Markdown parser with renderers and plugins"
 arch=('any')
 url="https://mistune.lepture.com";
-license=('BSD')
+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";)
-sha512sums=('ca1cb685e55550d8adc421cec1bb5359895e04bc80259eb0bdc5b554669758e92d3f10cdd4bd01a15ca9aeeca62f9c8813a14101db0281b9a93eeecbff496aa0')
-b2sums=('fbece6ecb32003b40772b5772eb0415d1ae3654a52625578ff92daa4ed8df38758a6e725ddda86b2f7848406942454e09e52dca6583444f03769bd4911a4c5aa')
+sha512sums=('c3075f5834e200a900f31478eb652745e3cce4e9cbc25796b65fe3998bdfa05eef327bb851aefd7128577660c3f48982d36bb2cec2d8d2a6fbb64dee2516b57b')
+b2sums=('c8e24d4af55cc4ba2fd4288b3296d1846a56f15f04f252325ff01be566b0e1eae830bda59a387d4ef3d95f5d0ee9c75561664fcf0211b48c1f62692a0d414bf6')
 
 build() {
        cd "${_pkgname}-${pkgver}"



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

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


Reply via email to