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

David Runge dvzrv at gemini.archlinux.org
Thu Feb 3 09:22:46 UTC 2022


    Date: Thursday, February 3, 2022 @ 09:22:45
  Author: dvzrv
Revision: 1124082

upgpkg: python-django-sekizai 3.0.1-1: Upgrade to 3.0.1.

Switch to pypi sdist tarball as upstream now provides tests in them.

Modified:
  python-django-sekizai/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-03 09:22:14 UTC (rev 1124081)
+++ PKGBUILD	2022-02-03 09:22:45 UTC (rev 1124082)
@@ -2,7 +2,7 @@
 
 _name=django-sekizai
 pkgname=python-django-sekizai
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Django Template Blocks with extra functionality"
 arch=(any)
@@ -10,12 +10,9 @@
 license=(BSD)
 depends=(python-django python-django-classy-tags)
 makedepends=(python-setuptools)
-# test files are missing in pypi sdist tarball
-# https://github.com/django-cms/django-sekizai/issues/115
-# source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-source=("${_name}-${pkgver}.tar.gz::https://github.com/divio/${_name}/archive/${pkgver}.tar.gz")
-sha512sums=('1e307a5dc04b2f5492bb954146ab0a421b2342497ded5d3b5ce34d83afc17a82f306ad80c3c5e028b4f3f730d2b63f400c6a519d257b19f1e304ef092c531891')
-b2sums=('c8461a935177b6655e42d6ef043f728dbe025e625d1b70e6045b19972f0217acf1fa0605a33c3ddfa5a0644cdfbbeb6f676aeb456ea0907ac14489e1c19bdd7b')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
+sha512sums=('1435cdaf5d871c502066e5db203464f9ca9bbcdb17d5630c2d132389d1e390f5deea7729b899a834639965c48b47c13765ea2d8f0d86e3a176b9a94fd04704d5')
+b2sums=('2b3941000c54f708906031f1335dae4e74474f3aa3ec76d21909bf3a56ce0cbcec77b4063f32ec214d60354e4b02687311ac58ced4e74623b0b37dcdf31e7479')
 
 build() {
   cd "${_name}-${pkgver}"



More information about the arch-commits mailing list