Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-django-q2
Commits: 11e95d36 by Jelle van der Waa at 2024-12-08T09:27:22+01:00 upgpkg: 1.7.4-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-django-q2 pkgdesc = A multiprocessing distributed task queue for Django - pkgver = 1.7.3 - pkgrel = 2 + pkgver = 1.7.4 + pkgrel = 1 url = https://github.com/django-q2/django-q2 arch = any license = MIT @@ -19,7 +19,7 @@ pkgbase = python-django-q2 provides = python-django-q conflicts = python-django-q replaces = python-django-q - source = python-django-q2-1.7.3.tar.gz::https://github.com/django-q2/django-q2/archive/refs/tags/v1.7.3.tar.gz - sha256sums = ed4c0dc8bb3aa06872e9d9c6f560dbcb0692c8f1149082abe2c68d342445427d + source = python-django-q2-1.7.4.tar.gz::https://github.com/django-q2/django-q2/archive/refs/tags/v1.7.4.tar.gz + sha256sums = edc8ad6bc0202ed4b231d5806e7792564b34d1ed1dfe6db9630a0158cc40141f pkgname = python-django-q2 ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ pkgname=python-django-q2 -pkgver=1.7.3 -pkgrel=2 +pkgver=1.7.4 +pkgrel=1 pkgdesc='A multiprocessing distributed task queue for Django' arch=(any) url=https://github.com/django-q2/django-q2 @@ -21,7 +21,7 @@ optdepends=( 'python-pymongo: MongoDB as a message broker support' ) source=(${pkgname}-${pkgver}.tar.gz::https://github.com/django-q2/django-q2/archive/refs/tags/v${pkgver}.tar.gz) -sha256sums=('ed4c0dc8bb3aa06872e9d9c6f560dbcb0692c8f1149082abe2c68d342445427d') +sha256sums=('edc8ad6bc0202ed4b231d5806e7792564b34d1ed1dfe6db9630a0158cc40141f') build() { cd django-q2-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-q2/-/commit/11e95d36e296f2c167cbfbe57982fc0869f9e58d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-q2/-/commit/11e95d36e296f2c167cbfbe57982fc0869f9e58d You're receiving this email because of your account on gitlab.archlinux.org.