[arch-commits] Commit in python-cleo/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Fri Dec 27 18:55:34 UTC 2019


    Date: Friday, December 27, 2019 @ 18:55:34
  Author: jelle
Revision: 543279

upgpkg: python-cleo 0.7.6-1

Update to 0.7.6, it now depends on clikit only.

Modified:
  python-cleo/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-27 18:37:44 UTC (rev 543278)
+++ PKGBUILD	2019-12-27 18:55:34 UTC (rev 543279)
@@ -2,18 +2,18 @@
 
 _pkgname=cleo
 pkgname=python-cleo
-pkgver=0.6.8
+pkgver=0.7.6
 pkgrel=1
 pkgdesc="create beautiful and testable command-line interfaces"
 arch=('any')
 url="https://github.com/sdispater/${_pkgname}"
 license=('MIT')
-depends=('python-pastel' 'python-pylev')
+depends=('python-clikit')
 makedepends=('python-dephell' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-mock')
 source=("${_pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('931262582db48d4b310e7bc0fdc2b08b62e083869be89dfa2de292378264ce47')
-b2sums=('30b5f240abf6811d11c935b07ad4f853d7796573e6da935c81872d03f19ad616d57d846688e33ff872b2203a61432f4d77b5515e2c3b307457c0095550330e68')
+sha256sums=('844d732c3306745cd2ffb2bd79327155a303844e3f9111bd7b578d9dd79ad2f7')
+b2sums=('592c4e2d877909ccddc814293bb346c90bc5f4426231bcf8aa8fdae24b2f3ef8531d3cafb77e6f294868a34f66c5bd83b31633917e5b9d37c54e68502cbacf03')
 
 prepare() {
     cd "${srcdir}"/${_pkgname}-${pkgver}



More information about the arch-commits mailing list