summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Baker2016-08-31 16:56:45 -0700
committerDylan Baker2016-08-31 16:59:48 -0700
commitbb4ee2c42695686f0ff7aa03c4d49eeb67a8962a (patch)
tree94a0fd68ba945cb797f14dd2c962696a12d595a2
parentf9894bfe9eac89153d3aa94d4910ab613d094ba3 (diff)
parentb3d6b662497b7bdcbc9786dfaa6effd8ebe501d1 (diff)
downloadaur-bb4ee2c42695686f0ff7aa03c4d49eeb67a8962a.tar.gz
Merge branch 'master' into python2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37cfd4a26df6..2ed0754c408f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = python2-jsonstreams
pkgdesc = A Python module for writing JSON as a stream
- pkgver = 0.3.2
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/dcbaker/jsonstreams
arch = any
license = MIT
makedepends = python2-setuptools
+ depends = python2-enum34
optdepends = python2-simplejson
options = !emptydirs
- source = https://pypi.python.org/packages/28/57/d70adaa037212b48cb06c58055fafae94e482fed50f7ba5addc053ee9588/jsonstreams-0.3.2.tar.gz
- source = https://pypi.python.org/packages/28/57/d70adaa037212b48cb06c58055fafae94e482fed50f7ba5addc053ee9588/jsonstreams-0.3.2.tar.gz.asc
+ source = https://pypi.python.org/packages/ef/8f/cf15b93b5acb3954df09cc4acbeb45d9e9be38149b3976bfffb06fabce45/jsonstreams-0.4.0.tar.gz
+ source = https://pypi.python.org/packages/ef/8f/cf15b93b5acb3954df09cc4acbeb45d9e9be38149b3976bfffb06fabce45/jsonstreams-0.4.0.tar.gz.asc
source = https://raw.githubusercontent.com/dcbaker/jsonstreams/master/LICENSE
validpgpkeys = 5303CCAA8FFEE5A1472F3538089E1696140688EF
- sha256sums = 7d7802cc23509d1d129d640e591651f979defc74da69cb8577c6dbcf26b5a5e5
+ sha256sums = ee55dbbf8e7527c526a78e4db039ad4cdebb9e058347f515ae7e08eae6338f67
sha256sums = SKIP
sha256sums = 8b1cc8af45b502fd5bfce434721cb0d9a833298f05fe983ebc6c7f36d06fab59
diff --git a/PKGBUILD b/PKGBUILD
index 97f1526b1a5f..537a8c768d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
# Maintainer: Dylan Baker <dylan@pnwbakers.com>
_name=jsonstreams
pkgname=python2-${_name}
-pkgver=0.3.2
+pkgver=0.4.0
pkgrel=1
pkgdesc="A Python module for writing JSON as a stream"
arch=('any')
url="https://github.com/dcbaker/jsonstreams"
license=('MIT')
depends=()
+depends=('python2-enum34')
optdepends=('python2-simplejson')
makedepends=('python2-setuptools')
options=(!emptydirs)
-source=('https://pypi.python.org/packages/28/57/d70adaa037212b48cb06c58055fafae94e482fed50f7ba5addc053ee9588/jsonstreams-0.3.2.tar.gz'
- 'https://pypi.python.org/packages/28/57/d70adaa037212b48cb06c58055fafae94e482fed50f7ba5addc053ee9588/jsonstreams-0.3.2.tar.gz.asc'
+source=('https://pypi.python.org/packages/ef/8f/cf15b93b5acb3954df09cc4acbeb45d9e9be38149b3976bfffb06fabce45/jsonstreams-0.4.0.tar.gz'
+ 'https://pypi.python.org/packages/ef/8f/cf15b93b5acb3954df09cc4acbeb45d9e9be38149b3976bfffb06fabce45/jsonstreams-0.4.0.tar.gz.asc'
'https://raw.githubusercontent.com/dcbaker/jsonstreams/master/LICENSE')
-sha256sums=('7d7802cc23509d1d129d640e591651f979defc74da69cb8577c6dbcf26b5a5e5'
+sha256sums=('ee55dbbf8e7527c526a78e4db039ad4cdebb9e058347f515ae7e08eae6338f67'
'SKIP'
'8b1cc8af45b502fd5bfce434721cb0d9a833298f05fe983ebc6c7f36d06fab59')
validpgpkeys=('5303CCAA8FFEE5A1472F3538089E1696140688EF') # Dylan Baker <dylan@pnwbakers.com>