git » python-myst-parser.git » commit b936f6c

upgpkg: 1.0.0-1

author Caleb Maclennan
2023-03-11 12:21:10 UTC
committer Caleb Maclennan
2023-03-11 12:21:10 UTC
parent c099454e472240e6ae6f1931d401f64f8ca71b02

upgpkg: 1.0.0-1

PKGBUILD +6 -4

diff --git a/PKGBUILD b/PKGBUILD
index 7ac26aa..33b8d67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 _pkgname=MyST-Parser
 pkgname=python-myst-parser
-pkgver=0.18.1
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='An extended commonmark compliant parser, with bridges to docutils/sphinx'
 arch=('any')
@@ -12,9 +12,9 @@ license=('MIT')
 depends=('python-docutils' 'python-jinja' 'python-markdown-it-py' 'python-mdit_py_plugins' 'python-typing_extensions' 'python-sphinx' 'python-yaml')
 optdepends=('python-linkify-it-py: linkify support')
 makedepends=('python-build' 'python-installer' 'python-flit-core' 'python-wheel')
-checkdepends=('python-beautifulsoup4' 'python-linkify-it-py' 'python-pytest' 'python-pytest-param-files' 'python-pytest-regressions' 'python-sphinx-pytest')
+checkdepends=('python-beautifulsoup4' 'python-linkify-it-py' 'python-pytest' 'python-pytest-param-files' 'python-pytest-regressions' 'python-sphinx-pytest' 'python-sphinx-testing')
 source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('4bc3a89480f175779da4f093aaa99a1516f76ab4107dcf8747b6614f347e91739f8596693f95529d76aedbb0c84b4efde4262517bc445aa7027d51e05e8b48bc')
+sha512sums=('1f0ecffd2c84b0db5d251dbc771457cdf52a8e6e540d3acde563115af24ce30d43e01223f172b3e72b2c81862052bb05ea5d7c6091f933afbda0a859d1b86e83')
 
 build() {
   cd $_pkgname-$pkgver
@@ -25,7 +25,9 @@ build() {
 check() {
   cd $_pkgname-$pkgver
 
-  python -m pytest -k 'not test_sphinx_builds and not fixtures and not test_myst_config'
+  python -m pytest \
+    -k 'not test_sphinx_builds and not fixtures and not test_myst_config' \
+    --disable-warnings
 }
 
 package() {