[arch-commits] Commit in python-sphinxcontrib-bibtex/trunk (PKGBUILD)

Baptiste Jonglez zorun at archlinux.org
Mon Dec 3 10:23:04 UTC 2018


    Date: Monday, December 3, 2018 @ 10:23:03
  Author: zorun
Revision: 410900

upgpkg: python-sphinxcontrib-bibtex 0.4.1-1

Modified:
  python-sphinxcontrib-bibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-03 10:17:10 UTC (rev 410899)
+++ PKGBUILD	2018-12-03 10:23:03 UTC (rev 410900)
@@ -3,8 +3,8 @@
 
 pkgbase=python-sphinxcontrib-bibtex
 pkgname=(python-sphinxcontrib-bibtex python2-sphinxcontrib-bibtex)
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc="A Sphinx extension for BibTeX style citations"
 arch=('any')
 url="http://sphinxcontrib-bibtex.readthedocs.org"
@@ -15,7 +15,7 @@
 checkdepends=('python-nose' 'python-sphinx-testing'
               'python2-nose' 'python2-sphinx-testing')
 source=("https://pypi.io/packages/source/s/sphinxcontrib-bibtex/sphinxcontrib-bibtex-$pkgver.tar.gz")
-sha256sums=('cb9fb4526642fc080204fccd5cd8f41e9e95387278e17b1d6969b1e27c2d3e0c')
+sha256sums=('595b8d73fcb3c57f5b3cb4f377b9afd33a8b0e485fd4fbf3f3342627f122a04f')
 
 prepare() {
   cp -a sphinxcontrib-bibtex-$pkgver{,-py2}
@@ -31,9 +31,11 @@
 
 check() {
   cd "$srcdir/sphinxcontrib-bibtex-$pkgver"
+  # Some tests fail because of a warning
   python setup.py nosetests || warning "Some python3 tests failed"
 
   cd "$srcdir/sphinxcontrib-bibtex-$pkgver-py2"
+  # Some tests fail because of a warning
   python2 setup.py nosetests || warning "Some python2 tests failed"
 }
 



More information about the arch-commits mailing list