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

David Runge dvzrv at archlinux.org
Thu Jun 4 17:40:47 UTC 2020


    Date: Thursday, June 4, 2020 @ 17:40:46
  Author: dvzrv
Revision: 639018

upgpkg: python-mailmanclient 3.3.1-1: Upgrading to 3.3.1.

The pytest configuration now does not assume ancient stuff being installed anymore.

Modified:
  python-mailmanclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-04 17:31:00 UTC (rev 639017)
+++ PKGBUILD	2020-06-04 17:40:46 UTC (rev 639018)
@@ -2,7 +2,7 @@
 
 _name=mailmanclient
 pkgname=python-mailmanclient
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="Official Python bindings for the GNU Mailman 3 REST API"
 arch=('any')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python-pytest-vcr' 'python-pytest-services'
 'mailman3' 'python-falcon')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('b6498f0f268f139dfa5e5d1b5f2228bb0040a3a8cda08077da8212f7c50cd75e7564dbde2095b697c6fa60912636b7fb7615dc454127d2db3b594af5db21b921'
+sha512sums=('bb23d47b4c5c9f4881298330f530624c7af243e9e583f8c20cac2de77fc4a789dae729e8daa96b6a6bbe775ac549d0fc118773697b7a156fb74e4365a18683b7'
             'SKIP')
 validpgpkeys=('541EA0448453394FF77A0ECC9D9B2BA061D0A67C') # Abhilash Raj <raj.abhilash1 at gmail.com>
 
@@ -20,8 +20,6 @@
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"
   cd "$pkgname-$pkgver"
-  # pytest.ini wants to use pytest-pep8 which is super ancient
-  rm -v pytest.ini
 }
 
 build() {



More information about the arch-commits mailing list