Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/uvicorn/
Date: Fri, 31 Jul 2020 17:58:07
Message-Id: 1596218275.3f8ac57d5934cb96a2ca0bda759ed8ed951538f0.andrewammerlaan@gentoo
1 commit: 3f8ac57d5934cb96a2ca0bda759ed8ed951538f0
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Fri Jul 31 17:57:55 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri Jul 31 17:57:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f8ac57d
7
8 dev-python/uvicorn: version bump
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/uvicorn/Manifest | 2 +-
14 .../uvicorn/{uvicorn-0.11.7.ebuild => uvicorn-0.11.8.ebuild} | 12 ++----------
15 2 files changed, 3 insertions(+), 11 deletions(-)
16
17 diff --git a/dev-python/uvicorn/Manifest b/dev-python/uvicorn/Manifest
18 index e27a07c..3d6faf3 100644
19 --- a/dev-python/uvicorn/Manifest
20 +++ b/dev-python/uvicorn/Manifest
21 @@ -1 +1 @@
22 -DIST uvicorn-0.11.7.tar.gz 500505 BLAKE2B 4c687d3d99ff4b479f4e48b29340c920c72d6811fa847bc11e14eb716e7e29bf76882206702b284c8c973aa96eb060483d61b4d47f984e380f831db0c985e2d7 SHA512 48f407b082dea0baf9e8c32ab2bef6e119673b1490243be59df097743716d819335950f8c79accb4130a5d6359f84c88089d86ce22ed670c3bba3ed00f80af3e
23 +DIST uvicorn-0.11.8.tar.gz 500658 BLAKE2B 91e887191683da23eda64b2c6b2e6ab0661b3c9fdb0901cf85675efeab693c59cab2fd3c995cad82d5c051d2d1d622a269c7e4a5eb9beef9362e7553c7694032 SHA512 fbf7ff9cb1d71d106082723417131e23a74c5f84d213050ac35a3ab7890699cdc2a21f0975e7f5b5ee9b403c0b58c793b2c98573be1b618c1a808a1c6bf84269
24
25 diff --git a/dev-python/uvicorn/uvicorn-0.11.7.ebuild b/dev-python/uvicorn/uvicorn-0.11.8.ebuild
26 similarity index 77%
27 rename from dev-python/uvicorn/uvicorn-0.11.7.ebuild
28 rename to dev-python/uvicorn/uvicorn-0.11.8.ebuild
29 index 605377a..5b595c1 100644
30 --- a/dev-python/uvicorn/uvicorn-0.11.7.ebuild
31 +++ b/dev-python/uvicorn/uvicorn-0.11.8.ebuild
32 @@ -23,7 +23,8 @@ SLOT="0"
33
34 RDEPEND="
35 dev-python/click[${PYTHON_USEDEP}]
36 - dev-python/h11[${PYTHON_USEDEP}]"
37 + dev-python/h11[${PYTHON_USEDEP}]
38 +"
39
40 DEPEND="test? (
41 dev-python/isort[${PYTHON_USEDEP}]
42 @@ -38,15 +39,6 @@ DEPEND="test? (
43 distutils_enable_tests pytest
44
45 python_prepare_all() {
46 - # these tests fail to collect, likely because wsproto is out of date
47 - # ImportError: cannot import name 'ConnectionType'
48 - rm tests/protocols/test_websocket.py || die
49 - rm tests/protocols/test_http.py || die
50 -
51 - # AttributeError: module 'uvicorn.protocols.http' has no attribute 'h11_impl'
52 - sed -i -e 's:test_concrete_http_class:_&:' \
53 - tests/test_config.py || die
54 -
55 # do not install LICENSE to /usr/
56 sed -i -e '/data_files/d' setup.py || die