Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-django-extensions
Commits:
072226a0 by Maxime Gauduin at 2025-04-21T16:50:25+02:00
upgpkg: 4.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-django-extensions
pkgdesc = A collection of custom extensions for the Django Framework
- pkgver = 4.0
+ pkgver = 4.1
pkgrel = 1
url = https://github.com/django-extensions/django-extensions
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-django-extensions
optdepends = graphviz: graph_models extension
optdepends = ipython: shell_plus extension
optdepends = python-werkzeug: runserver_plus extension
- source =
git+https://github.com/django-extensions/django-extensions.git#tag=c4577df5b69ec1ebcbe6bc64d7a5c20362f3a8fa
- sha256sums =
c029b21c6a61847a9347efa1bea9e6775e7a689514f9c1563fc7ba201717f393
+ source =
git+https://github.com/django-extensions/django-extensions.git#tag=ad015513e5d8e8ee6ad748fca5f32ccf3fb3d5c5
+ sha256sums =
ca727cd17d56a70afe8e4e62654069e6ad325922b02c75538796e38ab97a7f75
pkgname = python-django-extensions
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# Contributor: Schnouki <[email protected]>
pkgname=python-django-extensions
-pkgver=4.0
+pkgver=4.1
pkgrel=1
pkgdesc='A collection of custom extensions for the Django Framework'
arch=(any)
@@ -27,9 +27,9 @@ optdepends=(
'ipython: shell_plus extension'
'python-werkzeug: runserver_plus extension'
)
-_tag=c4577df5b69ec1ebcbe6bc64d7a5c20362f3a8fa
+_tag=ad015513e5d8e8ee6ad748fca5f32ccf3fb3d5c5
source=(git+https://github.com/django-extensions/django-extensions.git#tag=${_tag})
-sha256sums=('c029b21c6a61847a9347efa1bea9e6775e7a689514f9c1563fc7ba201717f393')
+sha256sums=('ca727cd17d56a70afe8e4e62654069e6ad325922b02c75538796e38ab97a7f75')
pkgver() {
cd django-extensions
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-extensions/-/commit/072226a0f76cb8ef6addabe2b50c3e2c3d90e58d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-extensions/-/commit/072226a0f76cb8ef6addabe2b50c3e2c3d90e58d
You're receiving this email because of your account on gitlab.archlinux.org.