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

Felix Yan felixonmars at archlinux.org
Fri May 22 19:24:41 UTC 2020


    Date: Friday, May 22, 2020 @ 19:24:41
  Author: felixonmars
Revision: 631665

upgpkg: python-requirementslib 1.5.4-1

Modified:
  python-requirementslib/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-22 19:22:13 UTC (rev 631664)
+++ PKGBUILD	2020-05-22 19:24:41 UTC (rev 631665)
@@ -1,16 +1,16 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-requirementslib
-pkgver=1.5.3
-pkgrel=3
+pkgver=1.5.4
+pkgrel=1
 pkgdesc="A tool for converting between pip-style and pipfile requirements"
 url="https://github.com/sarugaku/requirementslib"
 license=('MIT')
 arch=('any')
-depends=('python-appdirs' 'python-attrs' 'python-cached-property' 'python-distlib' 'python-first'
+depends=('python-appdirs' 'python-attrs' 'python-cached-property' 'python-distlib'
          'python-orderedmultidict' 'python-packaging' 'python-pep517' 'python-pip-shims'
-         'python-plette' 'python-cerberus' 'python-requests' 'python-setuptools' 'python-tomlkit'
-         'python-vistir')
+         'python-plette' 'python-cerberus' 'python-dateutil' 'python-requests' 'python-setuptools'
+         'python-tomlkit' 'python-vistir')
 makedepends=('python-invoke' 'python-wheel' 'python-parver' 'git')
 checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-pytest-sugar' 'python-pytest-timeout'
               'python-pytest-xdist' 'python-hypothesis')
@@ -17,7 +17,7 @@
 source=("$pkgname-$pkgver.tar.gz::https://github.com/sarugaku/requirementslib/archive/$pkgver.tar.gz"
         "git+https://github.com/kennethreitz/requests.git#commit=64bde6582d9b49e9345d9b8df16aaa26dc372d13"
         "git+https://github.com/sarugaku/shellingham.git#commit=9abe7464dab5cc362fe08361619d3fb15f2e16ab")
-sha512sums=('65a03393c29aa66026c3815e8f0f46c7f1a159858e40e89eb912e9a1ad31eb14ac0984f9828517dacbae02c1bed07f55aab4276e2d8f0812aeaf33f53aa0c91c'
+sha512sums=('9da415f4111dc6afccbd74b63d7a4cabf81483ce89414104cc8bf0f512dd3e12b5ac16d786bc061fe3190d77246eb6dca58ee6ab4cc085600014324d07c780fe'
             'SKIP'
             'SKIP')
 



More information about the arch-commits mailing list