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

Jelle van der Waa jelle at gemini.archlinux.org
Sun Jul 3 16:21:02 UTC 2022


    Date: Sunday, July 3, 2022 @ 16:21:02
  Author: jelle
Revision: 1243822

upgpkg: python-mechanize 1:0.4.8-1

Modified:
  python-mechanize/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-03 16:02:06 UTC (rev 1243821)
+++ PKGBUILD	2022-07-03 16:21:02 UTC (rev 1243822)
@@ -1,5 +1,5 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
 # Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
 # Contributor: Alexander F Rødseth <xyproto at archlinux.org>
 # Contributor: Chris Brannon <cmbrannon79 at gmail.com>
 # Contributor: Douglas Soares de Andrade
@@ -7,8 +7,8 @@
 
 _pkgname=mechanize
 pkgname=python-mechanize
-pkgver=0.4.6
-pkgrel=3
+pkgver=0.4.8
+pkgrel=1
 epoch=1
 pkgdesc='Stateful programmatic web browsing in Python'
 arch=('any')
@@ -19,9 +19,9 @@
 checkdepends=('python-zope-interface' 'python-twisted')
 optdepends=('python-html5-parser: faster parsing of HTML')
 source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('d16cea241253b5eb6380bf8a46627cad91d1f2c3f93a33279a31ce276d6c5d44'
+sha256sums=('5e86ac0777357e006eb04cd28f7ed9f811d48dffa603d3891ac6d2b92280dc91'
             'SKIP')
-b2sums=('0adc7e0bcbef93051412d0d22e9f426984e197791b43b007087d70d3b15d4fce2f4868e8ad520e8621d35890d6454bd9bfc0910dc5af3d640e2620de4f536e16'
+b2sums=('bd91738092ac473ee6e65ee5f175479515f735a0433b112241f17061adf7e60ef6fa410fa549f088390b6ef6c8b2ff95e00335a626322ad170c88923c96e8e44'
         'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New longer key) <kovid at kovidgoyal.net>
 
@@ -34,7 +34,7 @@
 check() {
   cd "mechanize-$pkgver"
 
-  python setup.py test
+  python run_tests.py
 }
 
 package() {



More information about the arch-commits mailing list