-
-
Notifications
You must be signed in to change notification settings - Fork 695
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
community/py3-fakeredis: upgrade to 2.22.0
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Maintainer: Leonardo Arena <[email protected]> | ||
pkgname=py3-fakeredis | ||
_pkgname=${pkgname#py3-} | ||
pkgver=2.21.2 | ||
pkgrel=1 | ||
pkgver=2.22.0 | ||
pkgrel=0 | ||
pkgdesc="Fake implementation of redis API for testing purposes" | ||
url="https://pypi.org/project/fakeredis/" | ||
arch="noarch" | ||
|
@@ -41,6 +41,6 @@ package() { | |
} | ||
|
||
sha512sums=" | ||
0ba5e31e403670e864a5364498e26e818641d0fbba59554b78bd0d82a2d944a730d519184c132bdb367761b830bb3a55b43a957770f833891cccd11d528ff540 py3-fakeredis-2.21.2.tar.gz | ||
a533f26c2a4289b1b4d398ee426f44c93f01a4aac0dc841854bf94674d7e0738fde38ea896280d4e83bf16041dba505db13e3fa3837a912dc872b1d36c05cc6e py3-fakeredis-2.22.0.tar.gz | ||
69ffb5c3eb8e991cdfe8900c72df3de421b696ecab55fadd51ba30d3283cf71e64ad80ceef298e0aa93ea1504a4f98ef2df37488d9498050aef01975e67e019c fix-test-exception-msg.patch | ||
" |