mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
devel/py-botocore: Update to 1.34.127
Changes: https://github.com/boto/botocore/blob/develop/CHANGELOG.rst
This commit is contained in:
parent
f224c79f39
commit
ebf69a3ae2
4 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= botocore
|
||||
PORTVERSION= 1.34.120
|
||||
PORTVERSION= 1.34.127
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA
|
|||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1<2.0.0:devel/py-jmespath@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.1<3.0.0:devel/py-python-dateutil@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.20.9:devel/py-awscrt@${PY_FLAVOR} \
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.20.11:devel/py-awscrt@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
|
@ -26,7 +26,7 @@ NO_ARCH= yes
|
|||
OPTIONS_DEFINE= CRT
|
||||
CRT_DESC= Common runtime support
|
||||
|
||||
CRT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.20.9:devel/py-awscrt@${PY_FLAVOR}
|
||||
CRT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscrt>=0.20.11:devel/py-awscrt@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1717662488
|
||||
SHA256 (botocore-1.34.120.tar.gz) = 5cc0fca43cb2aad54917a394a001ac9ba774d21ad6a08828002d54b601776f78
|
||||
SIZE (botocore-1.34.120.tar.gz) = 12516600
|
||||
TIMESTAMP = 1718580072
|
||||
SHA256 (botocore-1.34.127.tar.gz) = a377871742c40603d559103f19acb7bc93cfaf285e68f21b81637ec396099877
|
||||
SIZE (botocore-1.34.127.tar.gz) = 12530325
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- setup.cfg.orig 2024-04-17 18:26:38 UTC
|
||||
--- setup.cfg.orig 2024-06-06 18:05:59 UTC
|
||||
+++ setup.cfg
|
||||
@@ -9,7 +9,7 @@ requires_dist =
|
||||
urllib3>=1.25.4,!=2.2.0,<3; python_version>="3.10"
|
||||
|
||||
[options.extras_require]
|
||||
-crt = awscrt==0.20.9
|
||||
+crt = awscrt>=0.20.9
|
||||
-crt = awscrt==0.20.11
|
||||
+crt = awscrt>=0.20.11
|
||||
|
||||
[flake8]
|
||||
ignore = E203,E226,E501,E731,W503,W504
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- setup.py.orig 2024-04-17 18:23:08 UTC
|
||||
--- setup.py.orig 2024-06-06 18:05:57 UTC
|
||||
+++ setup.py
|
||||
@@ -33,7 +33,7 @@ extras_require = {
|
||||
]
|
||||
|
||||
extras_require = {
|
||||
- 'crt': ['awscrt==0.20.9'],
|
||||
+ 'crt': ['awscrt>=0.20.9'],
|
||||
- 'crt': ['awscrt==0.20.11'],
|
||||
+ 'crt': ['awscrt>=0.20.11'],
|
||||
}
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Add table
Reference in a new issue