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

David Runge dvzrv at archlinux.org
Fri Sep 25 15:47:00 UTC 2020


    Date: Friday, September 25, 2020 @ 15:47:00
  Author: dvzrv
Revision: 712027

upgpkg: python-pytest-services 2.2.0-1: Upgrade to 2.2.0.

Switch to pypi for sdist tarball as tests are now included.

Modified:
  python-pytest-services/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-25 15:44:01 UTC (rev 712026)
+++ PKGBUILD	2020-09-25 15:47:00 UTC (rev 712027)
@@ -2,7 +2,7 @@
 
 _name=pytest-services
 pkgname=python-pytest-services
-pkgver=2.1.0
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="Services plugin for pytest testing framework"
 arch=('any')
@@ -12,11 +12,9 @@
 'python-zc.lockfile')
 checkdepends=('memcached' 'python-astroid' 'python-coverage' 'python-mock'
 'python-mysqlclient' 'python-pylibmc' 'xorg-server-xvfb')
-# 2.0.1 sdist doesn't have tests on pypi
-# https://github.com/pytest-dev/pytest-services/issues/33
-# source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-source=("${_name}-${pkgver}.tar.gz::https://github.com/pytest-dev/${_name}/archive/${pkgver}.tar.gz")
-sha512sums=('54a487546a2af7996acdbcd63bfc01626832aa41683617cdd345453cf6518afdf03cb8c2465e1f5d28c88b2cc801ffb0d9d4440582865f899e21fe42ab431ebc')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
+sha512sums=('ddae667fb5a10109be71bd6b14503739388a307583cbd01a38d7cc23c9bc334bd45a84acdea71973e3f518472e4bae2ca7a28c4adfa3e976878035959ee71b7c')
+b2sums=('8c2280f041b898e5c7a649b1b5ccbe4da7b1502c69dca3244276310055567d245bbad86644ef8f40d81f5d6043f31dfe9096a32de1a2198efb2d4e5e227055f4')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"



More information about the arch-commits mailing list