Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/tempy/
Date: Mon, 30 Jan 2023 18:24:46
Message-Id: 1675100052.48d4334ba793959eaa9fa7523ac59414b09388b2.lanodan@gentoo
1 commit: 48d4334ba793959eaa9fa7523ac59414b09388b2
2 Author: Henri Gasc <gasc <AT> eurecom <DOT> fr>
3 AuthorDate: Mon Jan 30 17:33:45 2023 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Mon Jan 30 17:34:12 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=48d4334b
7
8 dev-python/tempy: add 1.0.9, drop 1.0.8
9
10 Signed-off-by: Henri Gasc <gasc <AT> eurecom.fr>
11
12 dev-python/tempy/Manifest | 2 +-
13 dev-python/tempy/{tempy-1.0.8.ebuild => tempy-1.0.9.ebuild} | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/tempy/Manifest b/dev-python/tempy/Manifest
17 index f22f04677..1e7e337e2 100644
18 --- a/dev-python/tempy/Manifest
19 +++ b/dev-python/tempy/Manifest
20 @@ -1 +1 @@
21 -DIST tempy-1.0.8.tar.gz 1526803 BLAKE2B da6a8417ec90f2f3a7b167e8b4a38310d8729e281a57d9e05e72b7a315fb59cf308df55e8f7d380a49a191b6d20c51b95b481b33468f92b634ede23aa21678e9 SHA512 e2a43d978fae111a7dababa541fcc59eb25c22e548ea965af2a1072cc4d095e12235657a96300f37a1f92c040c6797100b7150ab80945252cc28b4e0bab29182
22 +DIST tempy-1.0.9.tar.gz 1526849 BLAKE2B 8cdfebb70079ad84813a5281363935e3a26179149933927f6815be0dc50b4661e969e5e2fcdfb6d0cd42d5a4f65fa91cc33750d5151a7f3f281b25f6cf7f518c SHA512 62acfa7dd27358bfed2ccb99c04d6b3b5ccde775a9c4708a1f86694d257812a6a51674977a3ea95ad1e829238303fb737d9968b7b93492e32bdfad0f8cae76f3
23
24 diff --git a/dev-python/tempy/tempy-1.0.8.ebuild b/dev-python/tempy/tempy-1.0.9.ebuild
25 similarity index 86%
26 rename from dev-python/tempy/tempy-1.0.8.ebuild
27 rename to dev-python/tempy/tempy-1.0.9.ebuild
28 index 06fb258dd..ec7ebe54e 100644
29 --- a/dev-python/tempy/tempy-1.0.8.ebuild
30 +++ b/dev-python/tempy/tempy-1.0.9.ebuild
31 @@ -10,8 +10,8 @@ inherit distutils-r1
32
33 DESCRIPTION="A simple, visually pleasing weather report in your terminal"
34 HOMEPAGE="https://github.com/noprobelm/tempy"
35 -SRC_URI="https://github.com/noprobelm/tempy/archive/0af52d8.tar.gz -> ${P}.tar.gz"
36 -S="${WORKDIR}/tempy-0af52d8c18399cd19e2f162539e4869dbc46107a"
37 +SRC_URI="https://github.com/noprobelm/tempy/archive/7a597ee.tar.gz -> ${P}.tar.gz"
38 +S="${WORKDIR}/tempy-7a597ee78fc7ba2c4ced041780470f568998f3c1"
39
40 LICENSE="MIT"
41 SLOT="0"