Date: Sunday, September 27, 2020 @ 19:04:30 Author: jsteel Revision: 712752
upgpkg: python-botocore 1.18.6-1 Modified: python-botocore/trunk/PKGBUILD Deleted: python-botocore/trunk/docutils-0.16.patch ---------------------+ PKGBUILD | 14 +++----------- docutils-0.16.patch | 22 ---------------------- 2 files changed, 3 insertions(+), 33 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-27 18:47:17 UTC (rev 712751) +++ PKGBUILD 2020-09-27 19:04:30 UTC (rev 712752) @@ -4,7 +4,7 @@ # Contributor: Chris Fordham pkgname=python-botocore -pkgver=1.17.54 +pkgver=1.18.6 pkgrel=1 pkgdesc='A low-level interface to a growing number of Amazon Web Services' arch=('any') @@ -12,17 +12,9 @@ license=('Apache') depends=('python-dateutil' 'python-jmespath' 'python-docutils' 'python-urllib3') makedepends=('python-setuptools') -source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz - docutils-0.16.patch) -md5sums=('e5a7b1b6511b859a2790041041e7478e' - 'a7cd91ca093446fa30459a9f43170b29') +source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) +md5sums=('6b79927dc922a4557f9ec227463a7808') -prepare() { - cd botocore-$pkgver - # https://github.com/boto/botocore/pull/2011 - patch -Np1 -i ../docutils-0.16.patch -} - build() { cd botocore-$pkgver python setup.py build Deleted: docutils-0.16.patch =================================================================== --- docutils-0.16.patch 2020-09-27 18:47:17 UTC (rev 712751) +++ docutils-0.16.patch 2020-09-27 19:04:30 UTC (rev 712752) @@ -1,22 +0,0 @@ -From 492c79185ac2f0bec928784a0c48868b973fe6a4 Mon Sep 17 00:00:00 2001 -From: Sebastian P <mo...@users.noreply.github.com> -Date: Fri, 17 Jan 2020 14:19:19 +0100 -Subject: [PATCH] setup.py: Allow use with docutils >=0.16 - ---- - setup.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.py b/setup.py -index edc357897..555e5ef9f 100644 ---- a/setup.py -+++ b/setup.py -@@ -25,7 +25,7 @@ def find_version(*file_paths): - - requires = [ - 'jmespath>=0.7.1,<1.0.0', -- 'docutils>=0.10,<0.16', -+ 'docutils>=0.10,<1.0.0', - 'python-dateutil>=2.1,<3.0.0', - ] -