[arch-commits] Commit in python-flufl.i18n/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Sun Oct 25 22:18:52 UTC 2020


    Date: Sunday, October 25, 2020 @ 22:18:52
  Author: dvzrv
Revision: 733171

upgpkg: python-flufl.i18n 3.1.3-1: Upgrade to 3.1.3.

Still use gitlab tarball, because tests/docs are missing __init__.py files in pypi.org sdist tarball.

Modified:
  python-flufl.i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-25 22:18:52 UTC (rev 733170)
+++ PKGBUILD	2020-10-25 22:18:52 UTC (rev 733171)
@@ -2,7 +2,7 @@
 
 _name=flufl.i18n
 pkgname=python-flufl.i18n
-pkgver=3.1.2
+pkgver=3.1.3
 pkgrel=1
 pkgdesc="A high level API for internationalization"
 arch=('any')
@@ -13,11 +13,11 @@
 checkdepends=('python-sybil' 'python-pytest')
 provides=('python-flufl-i18n')
 replaces=('python-flufl-i18n')
-# upstream removed tests from the sdist tarball: https://gitlab.com/warsaw/flufl.i18n/-/issues/8
+# missing files to run tests: https://gitlab.com/warsaw/flufl.i18n/-/issues/9
 # source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
 source=("https://gitlab.com/warsaw/${_name}/-/archive/${pkgver}/${_name}-${pkgver}.tar.gz")
-sha512sums=('560ca3d28708a1a2203f95c8ae6cc8ad69849884493508c63d4ac5824d4e7eacafbb8dddca2a815a26d9af5c1af62d126031e8a5db4378950b4ea39636d81407')
-b2sums=('0ea7d45322c1dcf7e743abe8371f33981001e36e5b21fbccd9b8bdd0964a2ceedacc80eafda1971b5a55bf0989ad1a3ef512cd2e9467954fa06ec2768219e0e6')
+sha512sums=('114840595ac192da7d0213cb142001d4cdce207b470cc558d42d0a234b38c226c2158f50eebe85bbb1383929bd584d1ee72394534e3841e3e2c328375677c9e7')
+b2sums=('3f10ad2330664c5fd09e56c342e340a4843bd0082eabe0e7d47a02c74fdbc76ebbe575d217e0055b3dc34317f89934c2c486f3223349b6d547af7e963c77fc89')
 
 prepare() {
   mv -v "${_name}-$pkgver" "$pkgname-$pkgver"



More information about the arch-commits mailing list