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

David Runge dvzrv at archlinux.org
Tue Oct 27 10:33:51 UTC 2020


    Date: Tuesday, October 27, 2020 @ 10:33:51
  Author: dvzrv
Revision: 734271

upgpkg: python-importlib_resources 3.2.0-1: Upgrade to 3.2.0.

Switch url to github (the project moved below the python organization umbrella).

Modified:
  python-importlib_resources/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-27 10:33:24 UTC (rev 734270)
+++ PKGBUILD	2020-10-27 10:33:51 UTC (rev 734271)
@@ -2,17 +2,18 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=3.1.1
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
-url="https://gitlab.com/python-devs/importlib_resources"
+url="https://github.com/python/importlib_resources"
 license=('Apache')
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-tests')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('92577dca638a282306334441608a8f7315c1c4034004e52002029450c56529b1fc8edbd2a62c8ecc74b18ed9d3c3bf04e037d9510fa279ec7f18cb6170b2fb3a')
+sha512sums=('4cd1f3e54c44c0ba13c420668baa4a4e1cd964a978927b0c96d8c70ad6a11fc7d33cfd0a52367f719e1b3ff2945d32f030a672c1c7cfb0bb8152636767518470')
+b2sums=('e6e300ffc8b60f573b2d9df7dfaeadcb2dfa64c6c0b6e55a0320ae14a8966893443984d8907a090e1a5d834c1f595375f1cca658ebaa1ad4e4f889cc7f324843')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"



More information about the arch-commits mailing list