user/tandoor-recipes: upgrade to 1.5.11

This commit is contained in:
Antoine Martin 2024-01-28 00:24:08 -05:00
parent cc1af00d34
commit 9e00cce2ea
Signed by: forge
GPG key ID: D62A472A4AA7D541
2 changed files with 2 additions and 16 deletions

View file

@ -1,7 +1,7 @@
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=tandoor-recipes
pkgver=1.5.10
pkgver=1.5.11
pkgrel=0
pkgdesc="Application for managing recipes, planning meals, building shopping lists, etc."
arch="noarch"
@ -69,7 +69,6 @@ source="
recipes.openrc
recipes.nginx
recipes-manage.sh
allauth-0.58-fix.patch
"
builddir="$srcdir"/recipes-$pkgver
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.pre-install"
@ -126,9 +125,8 @@ package() {
}
sha512sums="
ae2569bc7e81ad509bafe7c605cbc5628037f03bc9dec3280df23f21a637de0c4643332520e6486b77df9e97cb21012abac2e82e1e1781d47fffed9253133180 tandoor-recipes-1.5.10.tar.gz
66115802780679a9fc541b29638ad97b2de556afe40b62820180689a5e179f33efbdf1d8d92be67928e488705fe5a37e8c6b1b42b6e084f433ad45020b107f93 tandoor-recipes-1.5.11.tar.gz
6d53affec525207a86d8b26c6e5ac7a16586756520e5605f7fe1ea82212a93d051237da45893c8b4002a6663e7538d8e78ab7fc392dc420ba7e31e0cb11d3cae recipes.openrc
1ae29eb9342ad697d0e1e0cc600cd63c4ea6ce3f92b2bdc26602a95015b9ee91f1d40df65e92cad53b980fa3c15989ca9874bd0df62d6c7030ea97d396e37d2c recipes.nginx
521bc8c71bbf900bb37ef2db4d79ab16c3a068d74de57d8cfbe82feffab6041c58f94ddbb57ac1f8feb68535dd32679b79169454abfc4fa04548b025282ca507 recipes-manage.sh
a15d71798185aa4cb6da7d2f3d1610b53d6d876750d1706793c59582db1d930fd62295e02c68628b1324e379db7d6c6cd8a63fb905d2b3739aa81fc57a304368 allauth-0.58-fix.patch
"

View file

@ -1,12 +0,0 @@
diff --git a/recipes/settings.py.orig b/recipes/settings.py
index 8673962..6a6490b 100644
--- a/recipes/settings.py.orig
+++ b/recipes/settings.py
@@ -218,6 +218,7 @@ MIDDLEWARE = [
'django.middleware.locale.LocaleMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'cookbook.helper.scope_middleware.ScopeMiddleware',
+ 'allauth.account.middleware.AccountMiddleware',
]
if DEBUG_TOOLBAR: