Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-softlayer
Commits: 4605f2c6 by Jelle van der Waa at 2024-11-27T09:42:44+01:00 Drop python-six dependency https://github.com/softlayer/softlayer-python/commit/f9a0be9eb5af55b309987297d8a4884508f1c3ad - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-softlayer pkgdesc = A library for SoftLayer's API pkgver = 6.1.4 - pkgrel = 4 + pkgrel = 5 url = https://github.com/softlayer/softlayer-python arch = any license = MIT @@ -10,7 +10,6 @@ pkgbase = python-softlayer checkdepends = tk makedepends = git makedepends = python-setuptools - depends = python-six depends = python-prettytable depends = python-click depends = python-requests ===================================== PKGBUILD ===================================== @@ -3,12 +3,12 @@ pkgname=python-softlayer pkgver=6.1.4 _commit=0e656572a605dcb5c2f34d0f6a5c13d0589f396e -pkgrel=4 +pkgrel=5 pkgdesc="A library for SoftLayer's API" arch=('any') license=('MIT') url='https://github.com/softlayer/softlayer-python' -depends=('python-six' 'python-prettytable' 'python-click' 'python-requests' 'python-prompt_toolkit' +depends=('python-prettytable' 'python-click' 'python-requests' 'python-prompt_toolkit' 'python-pygments' 'python-urllib3' 'python-rich') makedepends=('git' 'python-setuptools') checkdepends=('python-pytest' 'python-testtools' 'tk') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-softlayer/-/commit/4605f2c612505a3eb18b99eb9f2670e3287923f4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-softlayer/-/commit/4605f2c612505a3eb18b99eb9f2670e3287923f4 You're receiving this email because of your account on gitlab.archlinux.org.
