Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/tekore/
Date: Mon, 01 Jun 2020 11:31:54
Message-Id: 1591011057.2d3aeb3ff2d20a0b1a9e5d889c61adee0d5ea814.andrewammerlaan@gentoo
1 commit: 2d3aeb3ff2d20a0b1a9e5d889c61adee0d5ea814
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Jun 1 11:17:37 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Jun 1 11:30:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d3aeb3f
7
8 dev-python/tekore: version bump
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/tekore/Manifest | 2 +-
14 dev-python/tekore/{tekore-2.0.0.ebuild => tekore-2.1.0.ebuild} | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
18 index 51a503c..b81135c 100644
19 --- a/dev-python/tekore/Manifest
20 +++ b/dev-python/tekore/Manifest
21 @@ -1,2 +1,2 @@
22 DIST tekore-1.7.0.tar.gz 191852 BLAKE2B ca0be9e5b8f4e291de87d495098f295529c75457aca466627ab2d8973365a64b40f7a618883c0178ed6482ac4d62ef95d78341992404a4bbbec803fe939afcfb SHA512 a62b456621633e05edb39944e0cf36a0df092468c9e238f6028f8ea684613e37c32f5257d6fb681c758e01f451e2f3d0993f5fa9344463e9f12b5945add161b0
23 -DIST tekore-2.0.0.tar.gz 200852 BLAKE2B e4611083dd442e557b05924335ac2607aa02e9894e95d129bc78d5eff477c0eecf6ab797c6d683e64230a45cca7c301c02ec31f6a0c7430dd8375dbbad98ad6f SHA512 a1f9584ff3d43e160761a93f7150265e37f974a28aacb7071d29ccb10de769ad1cda7e402b94edec6207e08d5724b2c7a65ac1dbc8b4849b7819c3f6f15a8df0
24 +DIST tekore-2.1.0.tar.gz 201657 BLAKE2B 239abbf2e5c0093cf59e568ae6cbe62c9a4ee62c669b83071681df14219d12e30884ba0d809c154c3b7b4030939fc3102d1b5333f81a5ee6be9b97b8f380c3e4 SHA512 f32b4e3ff07c11628b1b0ae504b7b8671632819d848864d9ab5310fbb8f5c83c3096eb794d24ee6487d2f35ec32c7c4e9ee23a04036d4a3615912bf185839af2
25
26 diff --git a/dev-python/tekore/tekore-2.0.0.ebuild b/dev-python/tekore/tekore-2.1.0.ebuild
27 similarity index 96%
28 rename from dev-python/tekore/tekore-2.0.0.ebuild
29 rename to dev-python/tekore/tekore-2.1.0.ebuild
30 index da9463e..26258cc 100644
31 --- a/dev-python/tekore/tekore-2.0.0.ebuild
32 +++ b/dev-python/tekore/tekore-2.1.0.ebuild
33 @@ -19,7 +19,7 @@ SLOT="0"
34 RDEPEND="
35 dev-python/requests[${PYTHON_USEDEP}]
36 >=dev-python/httpx-0.11.1[${PYTHON_USEDEP}]
37 - <dev-python/httpx-0.13[${PYTHON_USEDEP}]
38 + <dev-python/httpx-0.14[${PYTHON_USEDEP}]
39 media-sound/spotify
40 $(python_gen_cond_dep 'dev-python/dataclasses[${PYTHON_USEDEP}]' python3_6)
41 "