Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-fakeredis


Commits:
5b1c08ca by Jelle van der Waa at 2024-04-27T18:34:33+02:00
Drop python-six dependency

https://github.com/cunla/fakeredis-py/commit/cc8c2e77ccb9117676cb22fee3bdff38a622d6a2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-fakeredis
        pkgdesc = Fake implementation of redis API (redis-py) for testing 
purposes
        pkgver = 2.22.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/dsoftwareinc/fakeredis-py
        arch = any
        license = BSD
@@ -17,7 +17,6 @@ pkgbase = python-fakeredis
        makedepends = python-lupa
        makedepends = python-poetry-core
        depends = python-redis
-       depends = python-six
        depends = python-sortedcontainers
        optdepends = python-packaging: for aioredis support
        optdepends = python-lupa: for lua scripting support


=====================================
PKGBUILD
=====================================
@@ -7,13 +7,12 @@ BUILDENV+=(!check)
 _pyname=fakeredis
 pkgname=python-fakeredis
 pkgver=2.22.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Fake implementation of redis API (redis-py) for testing purposes'
 arch=(any)
 url="https://github.com/dsoftwareinc/${_pyname}-py";
 license=(BSD MIT)
 depends=(python-redis
-         python-six
          python-sortedcontainers)
 makedepends=(python-{build,installer,wheel}
              python-packaging



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fakeredis/-/commit/5b1c08ca0503a2c12eee6245d1af7a61f3323793

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fakeredis/-/commit/5b1c08ca0503a2c12eee6245d1af7a61f3323793
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to