[arch-commits] Commit in python-myst-parser/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Wed Feb 17 19:11:21 UTC 2021


    Date: Wednesday, February 17, 2021 @ 19:11:21
  Author: ffy00
Revision: 862626

upgpkg: python-myst-parser 0.13.5-1

Modified:
  python-myst-parser/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-17 19:01:57 UTC (rev 862625)
+++ PKGBUILD	2021-02-17 19:11:21 UTC (rev 862626)
@@ -2,7 +2,7 @@
 
 _pkgname=MyST-Parser
 pkgname=python-myst-parser
-pkgver=0.13.3
+pkgver=0.13.5
 pkgrel=1
 pkgdesc='An extended commonmark compliant parser, with bridges to docutils/sphinx'
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-regressions' 'python-beautifulsoup4' 'python-linkify-it-py')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('6095cb8adfa0224479b5e39d0205ce4562afa315a5f400ff9c11727f73516ee7caac7aad45f021d310fb8fefe9786d84f515bf6eeb9aca1b249e16b5f8131902')
+sha512sums=('84c19654f818cb162d12c10b30e6c93652d523d37b3da07f3d61d366283c3b1f1d37a66a773a90b1af56b17e2963efb3cd062378ba8e3a4940c0f276151996ca')
 
 build() {
   cd $_pkgname-$pkgver
@@ -24,7 +24,7 @@
 check() {
   cd $_pkgname-$pkgver
 
-  pytest
+  pytest -k 'not test_gettext'
 }
 
 package() {



More information about the arch-commits mailing list