summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Baker2017-01-18 15:35:54 -0800
committerDylan Baker2017-01-18 15:35:54 -0800
commitcd38b7e5623399b9830526c1e015314af833c14a (patch)
tree09155f6a21ecfe0d716865b847e2abde4e3a2307
parent54aa6a7b8a3015f65a003ebf0f7bb23860575195 (diff)
parentbfc3430e5bfe505686d3038dc09c64e17b75904e (diff)
downloadaur-cd38b7e5623399b9830526c1e015314af833c14a.tar.gz
Merge branch 'master' into python3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2868b3aa3a61..e22efe38bdbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-jsonstreams
pkgdesc = A Python module for writing JSON as a stream
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/dcbaker/jsonstreams
arch = any
@@ -8,11 +8,11 @@ pkgbase = python-jsonstreams
makedepends = python-setuptools
optdepends = python-simplejson
options = !emptydirs
- 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://pypi.python.org/packages/09/9b/21a1d63160166e58a4b2e24f068c1bf9bfb3610f389d39cd5e96910b4f47/jsonstreams-0.4.1.tar.gz
+ source = https://pypi.python.org/packages/09/9b/21a1d63160166e58a4b2e24f068c1bf9bfb3610f389d39cd5e96910b4f47/jsonstreams-0.4.1.tar.gz.asc
source = https://raw.githubusercontent.com/dcbaker/jsonstreams/master/LICENSE
validpgpkeys = 5303CCAA8FFEE5A1472F3538089E1696140688EF
- sha256sums = ee55dbbf8e7527c526a78e4db039ad4cdebb9e058347f515ae7e08eae6338f67
+ sha256sums = 875c03c0a93e1e23a7eaa7a7a89e36290ff29613286bce563dad37fb7061addd
sha256sums = SKIP
sha256sums = 8b1cc8af45b502fd5bfce434721cb0d9a833298f05fe983ebc6c7f36d06fab59
diff --git a/PKGBUILD b/PKGBUILD
index 490f29f3c316..f051ab40daf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dylan Baker <dylan@pnwbakers.com>
_name=jsonstreams
pkgname=python-${_name}
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc="A Python module for writing JSON as a stream"
arch=('any')
@@ -11,10 +11,10 @@ depends=()
makedepends=('python-setuptools')
optdepends=('python-simplejson')
options=(!emptydirs)
-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'
+source=('https://pypi.python.org/packages/09/9b/21a1d63160166e58a4b2e24f068c1bf9bfb3610f389d39cd5e96910b4f47/jsonstreams-0.4.1.tar.gz'
+ 'https://pypi.python.org/packages/09/9b/21a1d63160166e58a4b2e24f068c1bf9bfb3610f389d39cd5e96910b4f47/jsonstreams-0.4.1.tar.gz.asc'
'https://raw.githubusercontent.com/dcbaker/jsonstreams/master/LICENSE')
-sha256sums=('ee55dbbf8e7527c526a78e4db039ad4cdebb9e058347f515ae7e08eae6338f67'
+sha256sums=('875c03c0a93e1e23a7eaa7a7a89e36290ff29613286bce563dad37fb7061addd'
'SKIP'
'8b1cc8af45b502fd5bfce434721cb0d9a833298f05fe983ebc6c7f36d06fab59')
validpgpkeys=('5303CCAA8FFEE5A1472F3538089E1696140688EF') # Dylan Baker <dylan@pnwbakers.com>