summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2020-04-09 12:14:17 +0200
committerGordian Edenhofer2020-04-09 12:14:17 +0200
commit317b836ea75f19603236ea994e63b88740094639 (patch)
tree187f629005749ed569553878f74322d78d5cf152
parent32a36873452eb88d9fc37b33794deb39bf098349 (diff)
downloadaur-317b836ea75f19603236ea994e63b88740094639.tar.gz
upgpkg: python-smart_open 1.11.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4a0006842d7..24c2c1a07fac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-smart_open
pkgdesc = Library for efficient streaming of very large files from/to S3, HDFS, WebHDFS, HTTP, or local (compressed) files
- pkgver = 1.10.0
+ pkgver = 1.11.1
pkgrel = 1
url = https://github.com/RaRe-Technologies/smart_open
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-smart_open
provides = python-smart-open
conflicts = python-smart-open
replaces = python-smart-open
- source = python-smart_open-1.10.0.tar.gz::https://github.com/RaRe-Technologies/smart_open/archive/1.10.0.tar.gz
- sha512sums = 0836bd5c02787f4cb7d211e62255fa27b541e8ebd077869d0d474dba3bed7a0551a018fdac00d5dc87f2c7cd6ee97852ba8db5ec5a9753b53f4cc8a9efb99123
+ source = python-smart_open-1.11.1.tar.gz::https://github.com/RaRe-Technologies/smart_open/archive/1.11.1.tar.gz
+ sha512sums = ef89f1e65e20c8b80e0a753b4bf1dc6eba610562eaeee6a6d85749744a53e68aeff8c793f3a32249f114eeafa7cdb76f9ceccfa3ea3b536282969541d5b81a8f
pkgname = python-smart_open
diff --git a/PKGBUILD b/PKGBUILD
index 784f7825741a..ef5a9e3ea782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-smart_open
_pkgname=smart_open
-pkgver=1.10.0
+pkgver=1.11.1
pkgrel=1
pkgdesc="Library for efficient streaming of very large files from/to S3, HDFS, WebHDFS, HTTP, or local (compressed) files"
arch=('any')
@@ -16,7 +16,7 @@ provides=("python-smart-open")
conflicts=("python-smart-open")
replaces=("python-smart-open")
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/RaRe-Technologies/${_pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('0836bd5c02787f4cb7d211e62255fa27b541e8ebd077869d0d474dba3bed7a0551a018fdac00d5dc87f2c7cd6ee97852ba8db5ec5a9753b53f4cc8a9efb99123')
+sha512sums=('ef89f1e65e20c8b80e0a753b4bf1dc6eba610562eaeee6a6d85749744a53e68aeff8c793f3a32249f114eeafa7cdb76f9ceccfa3ea3b536282969541d5b81a8f')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"