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

Maxim Baz maximbaz at archlinux.org
Sat Jan 12 19:10:10 UTC 2019


    Date: Saturday, January 12, 2019 @ 19:10:10
  Author: maximbaz
Revision: 422740

upgpkg: python-jsonrpc-server 0.1.0-1

Modified:
  python-jsonrpc-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-12 19:06:35 UTC (rev 422739)
+++ PKGBUILD	2019-01-12 19:10:10 UTC (rev 422740)
@@ -3,7 +3,7 @@
 
 pkgbase=python-jsonrpc-server
 pkgname=(python-jsonrpc-server python2-jsonrpc-server)
-pkgver=0.0.2
+pkgver=0.1.0
 pkgrel=1
 pkgdesc="An implementation of the Language Server Protocol for Python"
 arch=("any")
@@ -11,10 +11,10 @@
 license=("MIT")
 makedepends=("python" "python-setuptools"
              "python2" "python2-setuptools")
-checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  "python-pyflakes" "python-mock" 
+checkdepends=("python-pytest" "python-pytest-runner" "python-pytest-cov"  "python-pyflakes" "python-mock"
               "python2-pytest" "python2-pytest-runner" "python2-pytest-cov" "python2-pyflakes" "python2-mock" "python2-futures")
 source=("$pkgname-$pkgver.tar.gz::https://github.com/palantir/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('fc1ea9cd58a6959cbf555d2ba7f3605694b54a372a9c7a7d69dd6577d6d214a2')
+sha256sums=('4567f6af2b0691148308e50ab5ea6020eae231225fa72d7b34726900ab0dab83')
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list