Date: Sunday, December 25, 2022 @ 17:50:03
  Author: felixonmars
Revision: 1365731

upgpkg: python-pip-run 9.2.0-1

Modified:
  python-pip-run/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-25 17:49:08 UTC (rev 1365730)
+++ PKGBUILD    2022-12-25 17:50:03 UTC (rev 1365731)
@@ -1,17 +1,18 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=python-pip-run
-pkgver=9.1.0
+pkgver=9.2.0
 pkgrel=1
 pkgdesc="Install packages and run Python with them"
 url="https://github.com/jaraco/pip-run";
 license=('MIT')
 arch=('any')
-depends=('python-autocommand' 'python-packaging' 'python-path' 'python-pip' 
'python-more-itertools')
+depends=('python-autocommand' 'python-packaging' 'python-path' 'python-pip' 
'python-more-itertools'
+         'python-jaraco.context' 'python-jaraco.text')
 makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
-checkdepends=('python-pytest' 'jupyter-nbformat' 'python-pytest-enabler')
+checkdepends=('python-pytest' 'jupyter-nbformat' 'python-pytest-enabler' 
'python-jaraco.path')
 
source=("https://github.com/jaraco/pip-run/archive/v$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('71e742f113132b95bb06ac98de881beae701ba04f8eeaaa6ed848a731b652a2ff7e3dad9b697e66b25138eaf0dd35cb06f61c2d92c185d565a7c96392685f65d')
+sha512sums=('73fa2e253b3ebce6b7079b5669db7f5b18694cf1724438e431b1d10dbcb3d67581db32748706e5a71feceed3a6e4cf3e63afe6cc27b92e41f1935bd2e2ed3e99')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 

Reply via email to