Bug 278783 - www/py-aioquic: update to 1.0.0
Summary: www/py-aioquic: update to 1.0.0
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL: https://github.com/aiortc/aioquic/rel...
Keywords:
Depends on: 277427
Blocks: 264993
  Show dependency treegraph
 
Reported: 2024-05-05 12:38 UTC by Hung-Yi Chen
Modified: 2024-07-08 16:32 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
py-aioquic 1.0.0 (824 bytes, patch)
2024-05-05 12:38 UTC, Hung-Yi Chen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hung-Yi Chen 2024-05-05 12:38:47 UTC
Created attachment 250440 [details]
py-aioquic 1.0.0

* Update to 1.0.0
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2024-05-28 21:32:29 UTC
(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}
Comment 2 Hung-Yi Chen 2024-06-08 04:07:03 UTC
(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.
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2024-07-08 16:32:25 UTC
Updated to 1.2.0 in ports f242d6e4ff5c9e1cac4f278a72f155251a9f3432. Thanks.