Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-pytz/
Date: Sat, 26 Mar 2022 00:09:45
Message-Id: 1648253377.b53f828b3df9843f56fe839960c06e9da002a879.Alessandro-Barbieri@gentoo
1 commit: b53f828b3df9843f56fe839960c06e9da002a879
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 25 23:53:25 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Mar 26 00:09:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b53f828b
7
8 dev-python/types-pytz: add 2021.3.6, drop 2021.3.0
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-python/types-pytz/Manifest | 2 +-
13 .../{types-pytz-2021.3.0.ebuild => types-pytz-2021.3.6.ebuild} | 6 +++---
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/types-pytz/Manifest b/dev-python/types-pytz/Manifest
17 index 0dcfc8409..2c4d94442 100644
18 --- a/dev-python/types-pytz/Manifest
19 +++ b/dev-python/types-pytz/Manifest
20 @@ -1,2 +1,2 @@
21 -DIST types-pytz-2021.3.0.tar.gz 2034 BLAKE2B c104024d3758d13cd898a0a4fd3f002765bea6e7d1e5c8112e08ee772dd7298b0e9dd6d84bfb95ed30c792734dbf8ee1c4b71baf3245d4063ff389c7c7fe51a3 SHA512 2d30f0e04876b76642a475942d2059fd07294d8d5a8218f3022bdcd861d62596376f57d8450f6ec6d7380a9997296f76815278c0b61562d7bef710c371f8feb4
22 DIST types-pytz-2021.3.5.tar.gz 3030 BLAKE2B 59728927f7fe6828659d915b0054b7aa9a937b62d474f694487dfac45e5e605de62d55a71bf1155ccb0eb6a2519b393f09979bd3f12c8c06998edcb6d54b7d8a SHA512 6c4c99ce685d8a6e9b3d0f8e26b64c54505880a1fa139850822c61f16f967ad3efeb5779c57a2005612974f6e35a25808585b346fe7ca97e5d7a5ef08d2ed26e
23 +DIST types-pytz-2021.3.6.tar.gz 3134 BLAKE2B a3be61269c8dcebb1ba6d1ff3f0c5ac383a04783d6d572c7cf5ae48aba02ceebad91092d51f7e1cff3a230597f19be6d03c3fa1b927fbcae943be3ff425a8269 SHA512 d172b3192f4b2e5cec715205507cf04cb8347db29cb0a33dd9d610a4d936e57b7a72ab05e05648c716582ac24b19b48381e16e31075d6ae3f46c904f27073de4
24
25 diff --git a/dev-python/types-pytz/types-pytz-2021.3.0.ebuild b/dev-python/types-pytz/types-pytz-2021.3.6.ebuild
26 similarity index 73%
27 rename from dev-python/types-pytz/types-pytz-2021.3.0.ebuild
28 rename to dev-python/types-pytz/types-pytz-2021.3.6.ebuild
29 index a1a7ec2e2..47dfcb961 100644
30 --- a/dev-python/types-pytz/types-pytz-2021.3.0.ebuild
31 +++ b/dev-python/types-pytz/types-pytz-2021.3.6.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 +# Copyright 1999-2022 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=8
38 @@ -7,9 +7,9 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 )
39
40 inherit distutils-r1
41
42 -DESCRIPTION="Typing stubs for paramiko"
43 +DESCRIPTION="Typing stubs for pytz"
44 HOMEPAGE="
45 - https://pypi.org/project/types-pytz
46 + https://pypi.org/project/types-pytz/
47 https://github.com/python/typeshed/tree/master/stubs/pytz
48 "
49 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"