diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-11 14:09:02 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:03 +0100 |
| commit | 843ea7bba8a815e64d18b6f37dbb7eb6456b85c3 (patch) | |
| tree | 05d41926f4e92ccad8692322a1b5d17505d291c8 /gnu/packages/python-web.scm | |
| parent | 562f4c4858d0d50c3b7893215c533360effcf095 (diff) | |
gnu: python-aioquic: Update to 1.3.0.
* gnu/packages/python-web.scm (python-aioquic): Update to 1.3.0.
[source]: Switch to git-fetch.
[arguments]: Drop all.
[propagated-inputs]: Add python-cryptography.
[native-inputs]: Remove python-wheel.
Change-Id: I13ba27ccc967861ebfe8577e469529313c91db9c
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 30 |
1 files changed, 9 insertions, 21 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 8abaa1ada5c..a08688c8798 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -3029,38 +3029,26 @@ resolutions with a synchronous looking interface by using | |||
| 3029 | (define-public python-aioquic | 3029 | (define-public python-aioquic |
| 3030 | (package | 3030 | (package |
| 3031 | (name "python-aioquic") | 3031 | (name "python-aioquic") |
| 3032 | (version "1.2.0") | 3032 | (version "1.3.0") |
| 3033 | (source | 3033 | (source |
| 3034 | (origin | 3034 | (origin |
| 3035 | (method url-fetch) | 3035 | (method git-fetch) |
| 3036 | (uri (pypi-uri "aioquic" version)) | 3036 | (uri (git-reference |
| 3037 | (url "https://github.com/aiortc/aioquic") | ||
| 3038 | (commit version))) | ||
| 3039 | (file-name (git-file-name name version)) | ||
| 3037 | (sha256 | 3040 | (sha256 |
| 3038 | (base32 "16bigrn5b46c7nmpzxhnlhh4y03hwc7dbd0mi5f8r53i7yxn64pr")))) | 3041 | (base32 "0dyzh8xipxbd7fcykfz8g5bgri38prwg050szqawq2p0pg538dgb")))) |
| 3039 | (build-system pyproject-build-system) | 3042 | (build-system pyproject-build-system) |
| 3040 | (arguments | ||
| 3041 | (list | ||
| 3042 | #:test-flags | ||
| 3043 | #~(list "-k" (string-join | ||
| 3044 | ;; AssertionError: AlertBadCertificate not raised | ||
| 3045 | (list "not test_verify_subject_no_subjaltname" | ||
| 3046 | ;; AttributeError: module | ||
| 3047 | ;; 'service_identity.cryptography' has no attribute | ||
| 3048 | ;; 'extract_patterns' | ||
| 3049 | "test_verify_subject_with_subjaltname" | ||
| 3050 | ;; AttributeError: module | ||
| 3051 | ;; 'service_identity.cryptography' has no attribute | ||
| 3052 | ;; 'extract_patterns' | ||
| 3053 | "test_verify_subject_with_subjaltname_ipaddress") | ||
| 3054 | " and not ")))) | ||
| 3055 | (native-inputs | 3043 | (native-inputs |
| 3056 | (list nss-certs-for-test | 3044 | (list nss-certs-for-test |
| 3057 | python-pytest | 3045 | python-pytest |
| 3058 | python-setuptools | 3046 | python-setuptools)) |
| 3059 | python-wheel)) | ||
| 3060 | (inputs | 3047 | (inputs |
| 3061 | (list openssl)) | 3048 | (list openssl)) |
| 3062 | (propagated-inputs | 3049 | (propagated-inputs |
| 3063 | (list python-certifi | 3050 | (list python-certifi |
| 3051 | python-cryptography | ||
| 3064 | python-pylsqpack | 3052 | python-pylsqpack |
| 3065 | python-pyopenssl | 3053 | python-pyopenssl |
| 3066 | python-service-identity)) | 3054 | python-service-identity)) |
