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

David Runge dvzrv at gemini.archlinux.org
Thu Feb 3 09:34:00 UTC 2022


    Date: Thursday, February 3, 2022 @ 09:33:59
  Author: dvzrv
Revision: 1124084

upgpkg: python-django-classy-tags 3.0.1-1: Upgrade to 3.0.1.

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

Modified:
  python-django-classy-tags/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-03 09:22:53 UTC (rev 1124083)
+++ PKGBUILD	2022-02-03 09:33:59 UTC (rev 1124084)
@@ -2,7 +2,7 @@
 
 _name=django-classy-tags
 pkgname=python-django-classy-tags
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="Class based template tags for django"
 arch=(any)
@@ -11,12 +11,9 @@
 depends=(python-django python-six)
 makedepends=(python-setuptools)
 checkdepends=(python-coverage python-pytest)
-# tests not in pypi.org sdist tarball
-# https://github.com/django-cms/django-classy-tags/issues/69
-# 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=('9273322b36668b41706457ff29a471b647bcafa843cd0dfc2e4f9a94c931f5b7e85e508a93a9a97386a3aebb4a7064e6ea2132347986704e3f8a1d21ab4d53cf')
-b2sums=('066b2c8a1cf8b3d5cd40a1a8df7736e5cbd7b83b557d283b9861b1d14437b2c72ac4ffa0f71ed7818c1e9fb33be8c39e06e088561dd134190639696a825297f6')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
+sha512sums=('3d207cb398c44d058fbcc9d30dddf7cef22938b0731409fafea8776e7c5b7e59e3c8740e119a8fb6e46e5f7d2d64dd54afbdf57755c2f4c03457c6b47a0890aa')
+b2sums=('67fed2308a6b50bfd0cecdf60dca7680f69cc7cfe201eceed32500b7964f3a537c11e5e676d9dbfe11535f8bde7d06bead2da9f0ef2a6e3a04783619955d233b')
 
 build() {
   cd "${_name}-${pkgver}"



More information about the arch-commits mailing list