[arch-commits] Commit in python-botocore/repos/community-any (4 files)

Jonathan Steel jsteel at archlinux.org
Tue May 5 20:49:17 UTC 2020


    Date: Tuesday, May 5, 2020 @ 20:49:13
  Author: jsteel
Revision: 624976

archrelease: copy trunk to community-any

Added:
  python-botocore/repos/community-any/PKGBUILD
    (from rev 624975, python-botocore/trunk/PKGBUILD)
  python-botocore/repos/community-any/docutils-0.16.patch
    (from rev 624975, python-botocore/trunk/docutils-0.16.patch)
Deleted:
  python-botocore/repos/community-any/PKGBUILD
  python-botocore/repos/community-any/docutils-0.16.patch

---------------------+
 PKGBUILD            |   70 +++++++++++++++++++++++++-------------------------
 docutils-0.16.patch |   44 +++++++++++++++----------------
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-05 20:49:05 UTC (rev 624975)
+++ PKGBUILD	2020-05-05 20:49:13 UTC (rev 624976)
@@ -1,35 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Chris Severance aur.severach AatT spamgourmet.com
-# Contributor: Ainola
-# Contributor: Chris Fordham
-
-pkgname=python-botocore
-pkgver=1.15.49
-pkgrel=1
-pkgdesc='A low-level interface to a growing number of Amazon Web Services'
-arch=('any')
-url="https://github.com/boto/botocore"
-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=('bbad742365c28b6eacdf9fa3fdfd2048'
-         'a7cd91ca093446fa30459a9f43170b29')
-
-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
-}
-
-package() {
-  cd botocore-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-botocore/repos/community-any/PKGBUILD (from rev 624975, python-botocore/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-05 20:49:13 UTC (rev 624976)
@@ -0,0 +1,35 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Chris Severance aur.severach AatT spamgourmet.com
+# Contributor: Ainola
+# Contributor: Chris Fordham
+
+pkgname=python-botocore
+pkgver=1.16.3
+pkgrel=1
+pkgdesc='A low-level interface to a growing number of Amazon Web Services'
+arch=('any')
+url="https://github.com/boto/botocore"
+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=('807776cdf1233710720a6616c76893b2'
+         'a7cd91ca093446fa30459a9f43170b29')
+
+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
+}
+
+package() {
+  cd botocore-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: docutils-0.16.patch
===================================================================
--- docutils-0.16.patch	2020-05-05 20:49:05 UTC (rev 624975)
+++ docutils-0.16.patch	2020-05-05 20:49:13 UTC (rev 624976)
@@ -1,22 +0,0 @@
-From 492c79185ac2f0bec928784a0c48868b973fe6a4 Mon Sep 17 00:00:00 2001
-From: Sebastian P <moseb at 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',
- ]
- 

Copied: python-botocore/repos/community-any/docutils-0.16.patch (from rev 624975, python-botocore/trunk/docutils-0.16.patch)
===================================================================
--- docutils-0.16.patch	                        (rev 0)
+++ docutils-0.16.patch	2020-05-05 20:49:13 UTC (rev 624976)
@@ -0,0 +1,22 @@
+From 492c79185ac2f0bec928784a0c48868b973fe6a4 Mon Sep 17 00:00:00 2001
+From: Sebastian P <moseb at 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',
+ ]
+ 



More information about the arch-commits mailing list