Date: Sunday, March 26, 2023 @ 11:24:23
  Author: dvzrv
Revision: 1428963

upgpkg: python-django-filter 23.1-1: Upgrade to 23.1.

Modified:
  python-django-filter/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-26 11:22:41 UTC (rev 1428962)
+++ PKGBUILD    2023-03-26 11:24:23 UTC (rev 1428963)
@@ -2,19 +2,30 @@
 
 _name=django-filter
 pkgname=python-django-filter
-pkgver=22.1
-pkgrel=2
+pkgver=23.1
+pkgrel=1
 pkgdesc="A generic system for filtering Django QuerySets based on user 
selections"
 arch=(any)
 url="https://github.com/carltongibson/django-filter";
 license=(BSD)
-depends=(python-django)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-checkdepends=(python-django-crispy-forms python-django-rest-framework
-              python-pytest)
+depends=(
+  python
+  python-django
+)
+makedepends=(
+  python-build
+  python-installer
+  python-setuptools
+  python-wheel
+)
+checkdepends=(
+  python-django-crispy-forms
+  python-django-rest-framework
+  python-pytest
+)
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha512sums=('0b92186cc6831351b22a7d0d8c447ec3fbd25db03402b47cdae650c8e4f9a80f384c49540bcacf1f15bfe07f27b77e0950d9ec69fab4b839f23a89486d611be9')
-b2sums=('3dba7579d527ee742cc89698a8c0812f12b82c807a02060d7acd7b280dc748f5bf4eada60ace1ebac2153bc6058ef3f73cce99de173e4e356b7ff19c84c4e421')
+sha512sums=('72833aff885044f3b2ed365a300fd769cbeec4fc43964a9d20c42abfade090a594bf7557533dcff738510ef581c10c8d5b7f07b2aa8c9cd777972b3fbaaa666c')
+b2sums=('5a2b511fb89bd7b9028b1d19553182ac649f0e7e8103d183da31fc82d58776532c43aff11cfd553e3f10cc13961b00fc8872df2aebe46b5732a6ee6c45ba43d5')
 
 build() {
   cd $_name-$pkgver

Reply via email to