dns/py-cloudflare: Update to 2.9.11

Changes:	https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md
This commit is contained in:
Po-Chuan Hsieh 2022-08-27 18:26:10 +08:00
parent d9114ea37c
commit a8af098b8c
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 7 additions and 8 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= cloudflare
PORTVERSION= 2.8.15
PORTVERSION= 2.9.11
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1611856678
SHA256 (cloudflare-2.8.15.tar.gz) = 1f47bd324f80e91487dea2c79be934b1dc612bcfa63e784dcf74c6a2f52a41cc
SIZE (cloudflare-2.8.15.tar.gz) = 70697
TIMESTAMP = 1660576950
SHA256 (cloudflare-2.9.11.tar.gz) = 92f0926b32c1536b01ce86dd66b55771d944a4ca007b9c1beeb056c73843baeb
SIZE (cloudflare-2.9.11.tar.gz) = 85707

View file

@ -1,11 +1,10 @@
--- setup.py.orig 2020-08-13 01:09:48 UTC
--- setup.py.orig 2022-03-30 20:48:59 UTC
+++ setup.py
@@ -31,7 +31,7 @@ def main():
@@ -32,7 +32,6 @@ def main():
#package_dir={'CloudFlare/examples': 'examples'},
#package_data={'cloudflare-examples': ["examples/*"]},
include_package_data=True,
- data_files = [('man/man1', ['cli4/cli4.man'])],
+ #data_files = [('man/man1', ['cli4/cli4.man'])],
- data_files = [('share/man/man1', ['cli4/cli4.1'])],
install_requires=['requests', 'pyyaml', 'jsonlines', 'beautifulsoup4'],
keywords='cloudflare',
entry_points={