summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2021-08-18 21:29:11 +0200
committerGordian Edenhofer2021-08-18 21:29:11 +0200
commit660341e0af24368ae86bfa830b2beb37f653ed24 (patch)
tree9cb0985924eb897145dcaf7fa75cec215aaef269
parentb92840c67c64b8570556416b043b51072a548b8f (diff)
downloadaur-660341e0af24368ae86bfa830b2beb37f653ed24.tar.gz
upgpkg: python-smart_open 5.2.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42c578e0dbf9..f1ba0e2244fb 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 = 5.1.0
+ pkgver = 5.2.0
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-5.1.0.tar.gz::https://github.com/RaRe-Technologies/smart_open/archive/v5.1.0.tar.gz
- sha512sums = c6a79b1db9f97feb34e4de3f914b4cfc3451912b34bdde4be7fb5aa90f6b4d6fa9560ce19bdd6e4ef985be755943bce839253f8f46757cda49a19cfdb7161a86
+ source = python-smart_open-5.2.0.tar.gz::https://github.com/RaRe-Technologies/smart_open/archive/v5.2.0.tar.gz
+ sha512sums = e2dd4b91e64fe860e02b173c87ca4f0ce55626579a2e3e40fe6b06563bd13828cbf871a9e54b244aa5094e6b0931769f8407b891aaf223859867050220c9e3e6
pkgname = python-smart_open
diff --git a/PKGBUILD b/PKGBUILD
index 060d773b3f0d..8ea8cbf93bdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-smart_open
_pkgname=smart_open
-pkgver=5.1.0
+pkgver=5.2.0
pkgrel=1
pkgdesc="Library for efficient streaming of very large files from/to S3, HDFS, WebHDFS, HTTP, or local (compressed) files"
arch=('any')
@@ -17,7 +17,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/v${pkgver}.tar.gz")
-sha512sums=('c6a79b1db9f97feb34e4de3f914b4cfc3451912b34bdde4be7fb5aa90f6b4d6fa9560ce19bdd6e4ef985be755943bce839253f8f46757cda49a19cfdb7161a86')
+sha512sums=('e2dd4b91e64fe860e02b173c87ca4f0ce55626579a2e3e40fe6b06563bd13828cbf871a9e54b244aa5094e6b0931769f8407b891aaf223859867050220c9e3e6')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"