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: Tue, 15 Sep 2020 08:37:38
Message-Id: 1600025957.868f644cf3a48d613bcb5248a37990e666129c26.andrewammerlaan@gentoo
1 commit: 868f644cf3a48d613bcb5248a37990e666129c26
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sun Sep 13 19:39:17 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sun Sep 13 19:39:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=868f644c
7
8 dev-python/tekore: version bump 3.1.0
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/tekore/Manifest | 2 +-
14 dev-python/tekore/{tekore-3.0.1.ebuild => tekore-3.1.0.ebuild} | 1 -
15 2 files changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
18 index 438624e7..bb4b4254 100644
19 --- a/dev-python/tekore/Manifest
20 +++ b/dev-python/tekore/Manifest
21 @@ -1 +1 @@
22 -DIST tekore-3.0.1.tar.gz 166629 BLAKE2B 7c79ccb5b5b336f09db70f5bd4ab4cd7c6839965117dba12bf75c23bc44d1a678a3348e1bbdf22e82ad25e458e344259c65be561de7913ec0a421551696407e4 SHA512 1217d6787d6f4be86a384eca4b2763be6229e14e8d53b3c304b5f88ad8ab785c6bd0c46f2305b539686eba5e5ee521d34ce18e3ab20d0946451c7d4d8bebd4f8
23 +DIST tekore-3.1.0.tar.gz 166910 BLAKE2B a6fec96061a6e1319b25f3bbb73dc77f9dc8e4f6726ecb95f79e9b41ef9daa0062da0875bb74d5f195f6b6222e6f149936f77d87785469e4296d47d4234a6b49 SHA512 3ffef298bca6b817f3ce986a3fd844b4cad8f79345f7c7c1d0079ad82b6464f5d2a55afa154951dc2f8bbbb5cf899a6c35314700056d19c96188262aff33b1f7
24
25 diff --git a/dev-python/tekore/tekore-3.0.1.ebuild b/dev-python/tekore/tekore-3.1.0.ebuild
26 similarity index 96%
27 rename from dev-python/tekore/tekore-3.0.1.ebuild
28 rename to dev-python/tekore/tekore-3.1.0.ebuild
29 index a99c50aa..5d8fa99c 100644
30 --- a/dev-python/tekore/tekore-3.0.1.ebuild
31 +++ b/dev-python/tekore/tekore-3.1.0.ebuild
32 @@ -17,7 +17,6 @@ KEYWORDS="~amd64 ~x86"
33 SLOT="0"
34
35 RDEPEND="
36 - dev-python/requests[${PYTHON_USEDEP}]
37 >=dev-python/httpx-0.11[${PYTHON_USEDEP}]
38 <dev-python/httpx-0.15[${PYTHON_USEDEP}]
39 "