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

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


    Date: Friday, December 27, 2019 @ 17:12:55
  Author: jelle
Revision: 543172

upgpkg: python-dephell 0.8.0-1

Update, new dependency on dephell-argparse.

Modified:
  python-dephell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-27 17:10:38 UTC (rev 543171)
+++ PKGBUILD	2019-12-27 17:12:55 UTC (rev 543172)
@@ -2,13 +2,13 @@
 
 _pkgname=dephell
 pkgname=python-dephell
-pkgver=0.7.9
+pkgver=0.8.0
 pkgrel=1
 pkgdesc="universal Python project management: convert between formats, build, manage venvs"
 arch=('any')
 url="https://github.com/dephell/${_pkgname}"
 license=('ISC')
-_deps=('aiohttp' 'appdirs' 'attrs' 'bowler' 'cerberus' 'dephell-archive' 'dephell-discover'
+_deps=('aiohttp' 'appdirs' 'attrs' 'bowler' 'cerberus' 'dephell-archive' 'dephell-argparse' 'dephell-discover'
        'dephell-licenses' 'dephell-links' 'dephell-markers' 'dephell-pythons' 'dephell-setuptools'
        'dephell-shells' 'dephell-specifier' 'dephell-venvs' 'dephell-versioning'
        'docker' 'dockerpty' 'flatdict' 'html5lib' 'jinja' 'packaging'
@@ -17,9 +17,9 @@
 checkdepends=('git' 'python-pytest' 'python-aioresponses' 'python-requests-mock')
 source=("https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
         "0001-Do-not-override-the-system-SSL-certificates-with-the.patch")
-sha256sums=('94c05cc9f5f16a63d796d57bcd608f73c44c3e62da7ee8dd719310c48cb82096'
+sha256sums=('2ba41eb46c2915d6c4b2c0cf5ae90a6cc553b3754710b38cbe011f588bd8beb5'
             '4dc2412354c0d96956f88b2e5474652e4a87108588905510d96674ddf939b4c1')
-b2sums=('6717ad383313cf8108c51a359f0ff0a8dc422efea27776f0303d89e67c8977bd062aec70395e6e3aa2be3178b0a2dad58df42749deeb6b91f8a01be959663b30'
+b2sums=('e57b3b13d82ba755485a9b5754472fc46221423cfc8d984bac6c580d93202ff0ef39d2f4cc6a900a86f0a28fc12dbc23eb6354ac9a61517f9c33085c330ba3e4'
         'f379265aecef50dd45026f777f68725348083c8fb8aa57e14733883067d52aa1ea39e1affc2f4b84e7574e64695bb84a1c13ca5a0f691e089ae5a9438eedab07')
 
 prepare() {



More information about the arch-commits mailing list