Created attachment 250440 [details] py-aioquic 1.0.0 * Update to 1.0.0
(In reply to Hung-Yi Chen from comment #0) I've checked your patch with mine. The following changes are missing from your patch. RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pylsqpack>=0.3.3<0.4.0:www/py-pylsqpack@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}openssl>=22,1:security/py-openssl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}service-identity>=23.1.0:security/py-service-identity@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}openssl>=24,1:security/py-openssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}service-identity>=24.1.0:security/py-service-identity@${PY_FLAVOR}
(In reply to Po-Chuan Hsieh from comment #1) After checking the difference between your patch and mine, I think yours is correct. I'll update the patch later.
Updated to 1.2.0 in ports f242d6e4ff5c9e1cac4f278a72f155251a9f3432. Thanks.