David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-django-environ
Commits: c86bd554 by David Runge at 2023-09-03T16:36:16+02:00 Use alphabetically sorted bash arrays with one entry per line for better handling - - - - - e8c47123 by David Runge at 2023-09-03T16:44:39+02:00 Switch to upstream provided source tarballs - - - - - 25020d9a by David Runge at 2023-09-03T16:45:41+02:00 upgpkg: 0.11.2-1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -2,19 +2,27 @@ _name=django-environ pkgname=python-django-environ -pkgver=0.10.0 -pkgrel=2 +pkgver=0.11.2 +pkgrel=1 pkgdesc="Utilize 12factor inspired environment variables to configure your Django application" arch=(any) url="https://github.com/joke2k/django-environ" license=(MIT) -depends=(python python-django) -makedepends=(python-build python-installer python-setuptools python-wheel) +depends=( + python + python-django +) +makedepends=( + python-build + python-installer + python-setuptools + python-wheel +) checkdepends=(python-pytest) optdepends=('python-simplejson: for an alternative JSON implementation') -source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz) -sha512sums=('6631c959c61754f818a8b2c662e8b265646f29d56d4f4af27dff803445194f7f15cb02e45ced76d508a5fe67773c6e46108791fa3cb3dc6e16c74564c72acefc') -b2sums=('53a39107f47c4d66d2120d5defb3690711b6ce2681f00e00619404f605e3d6b6d61a161020a5eac6b10886a5aef4f7abd2a4b4ad88ee10afaec9c74c23a4eb16') +source=($url/releases/download/v$pkgver/$_name-$pkgver.tar.gz) +sha512sums=('d024858514b2a6edd99a7a2f1ae26e9e7cc007b1454a1c3f2cd2ae061b4e961f16c4acc8c77ee6449e4b11b3d98c72aae849e337339cb5e275b85077a02b59d0') +b2sums=('bcd53d13b2b936ba499e1481a46101d54b35f79f83584aa447fc222503e19da41545e7281cb6287351350250c4b728d50ef2be797dabf17672799f02976d3e1e') build() { cd $_name-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-environ/-/compare/1038535cb746da14d1eb28adecc45b212f5e17d9...25020d9a40471898a6635f9cdfab60e310fb719d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-environ/-/compare/1038535cb746da14d1eb28adecc45b212f5e17d9...25020d9a40471898a6635f9cdfab60e310fb719d You're receiving this email because of your account on gitlab.archlinux.org.
