[arch-commits] Commit in python-cloudflare/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jun 24 12:57:53 UTC 2020


    Date: Wednesday, June 24, 2020 @ 12:57:52
  Author: felixonmars
Revision: 652368

upgpkg: python-cloudflare 2.8.1-1

Modified:
  python-cloudflare/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-24 12:57:06 UTC (rev 652367)
+++ PKGBUILD	2020-06-24 12:57:52 UTC (rev 652368)
@@ -1,17 +1,17 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-cloudflare
-pkgver=2.7.1
+pkgver=2.8.1
 pkgrel=1
 pkgdesc='Python wrapper for the Cloudflare v4 API'
 arch=('any')
 license=('MIT')
 url='https://github.com/cloudflare/python-cloudflare'
-depends=('python-requests' 'python-future' 'python-yaml' 'python-jsonlines')
+depends=('python-requests' 'python-future' 'python-yaml' 'python-jsonlines' 'python-beautifulsoup4')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/cloudflare/python-cloudflare/archive/$pkgver.tar.gz")
-sha512sums=('26cc49320e3249b0855bbf2ca2a5749f26641d801c8de3e6684e3f1c794c79b4b4588a2fb02bbf33c566adc7e466da7c5b3d4ff5b35d774c2ee6c3d381503ff0')
+sha512sums=('799b37fd7402a4050d424a8553d82a8f8256b35f329fb2e0b75c2f40e2731a74496ff17148b4420ea60c82775184c693807487e87d04eb6da26c801eaa622d89')
 
 build() {
   cd python-cloudflare-$pkgver



More information about the arch-commits mailing list