summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-12-16 22:27:41 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-12-16 22:27:41 +0100
commit538080e972a70440d47c45e93c997e3c60897d3e (patch)
tree9eb5e64aa5b179818253e52a04ce591a2a640337
parent4d3a285ea22be00aae7bb088f0abb1e511688618 (diff)
pcr/python-habanero: updated to 0.6.2
-rw-r--r--pcr/python-habanero/Changelog.rst7
-rw-r--r--pcr/python-habanero/PKGBUILD8
2 files changed, 11 insertions, 4 deletions
diff --git a/pcr/python-habanero/Changelog.rst b/pcr/python-habanero/Changelog.rst
index 7724857a9..447a83fbc 100644
--- a/pcr/python-habanero/Changelog.rst
+++ b/pcr/python-habanero/Changelog.rst
@@ -1,6 +1,13 @@
Changelog
=========
+0.6.2 (2018-10-22)
+--------------------
+* changelog was missing from the pypi distribution, fixed now (#71)
+* fixed `Crossref.registration_agency()` method, borked it up on a previous change (#72)
+* set encoding on response text for `content_negotiation()` method to UTF-8 to fix encoding issues (#73)
+* fix `Crossref.filter_names()` method; no sort on `dict_keys` (#76)
+
0.6.0 (2017-10-20)
--------------------
* Added verification and docs for additional Crossref search filters (#62)
diff --git a/pcr/python-habanero/PKGBUILD b/pcr/python-habanero/PKGBUILD
index 5cba17135..18eab524f 100644
--- a/pcr/python-habanero/PKGBUILD
+++ b/pcr/python-habanero/PKGBUILD
@@ -1,17 +1,17 @@
_pkgname=habanero
pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=0.6.0
+pkgver=0.6.2
pkgrel=1
pkgdesc="Low Level Client for Crossref Search API"
arch=('any')
url="https://pypi.python.org/pypi/$_pkgname"
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/6a/48/3396b520da48fa7d645d29ce1de6ca706fa9f4ce37a3ea5019e1f7662cac/$_pkgname-$pkgver.tar.gz"
+source=("https://files.pythonhosted.org/packages/e1/d8/612824d89999fabd8403dec3138ad4563a6606d46761a6d1930e63f47bb4/$_pkgname-$pkgver.tar.gz"
"Changelog.rst")
-sha256sums=('cd83f633c2fc0bfc3d20dd3c5852c84056230d119eb3aba9b94b03e423875788'
- '25c8c42d3c714c371db0148f91a90140a2f6e7250a5a896a27e6632b11091776')
+sha256sums=('806c74298e0fb8a838514307ef3eca73685a968b8efd00e5dfe1ea604200f59d'
+ 'fc158555114ebe857c3f32bbcb76b1c6942eadf3ddd47cee4dcff7abeb453c63')
_package(){
depends=($1)