dev-python/types-paramiko: add 2.8.17, drop 2.7.3

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-17 01:45:40 +01:00
parent 254ac1dedc
commit 3cce75a410
2 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
DIST types-paramiko-2.7.3.tar.gz 18616 BLAKE2B 0259c2fd7d6f051e377fa27332012cf0defa1968d02b7f7d33720f41e5991fc27c898717411ad8cb9c3583724d7aa269d99ff569dd6f0fdda0039b6a8e6a2860 SHA512 d63f6ddd993b0ccf55e5fbbcbe0e5770a467c9681ded16db19b6eeabf4f3e83a6515e86ba6f72144cae7bb5c9860cf4849223e114b5150bc1c59ee223fd9cead
DIST types-paramiko-2.8.16.tar.gz 19948 BLAKE2B 9230c958b3644d8f2b5e644fa24fac065577d3b4ce3b7adc71f8aff00a932f4fd146b83333f8d867dec8941b753cd9676bb63b357d5ba7880861e9f1ffbb1946 SHA512 5e79cf930f281315c0996f46fa7c78612680da3d737cf650b0980d2cf97a825c9956afe1f20c398c200f52edf28a722505b25518f01f865dc652cafe5ed7e83b
DIST types-paramiko-2.8.17.tar.gz 20005 BLAKE2B d380b937cef7603169f8233536f823434c80888a2878c4bac51be6ecbae5ecb305d7eddd171e89df309914c1b3d5c5a0dcc92c77d3a3037a81bdfcbf459b444a SHA512 ea8e2b4d41ff504727456b3268a15428a1774e2aafbda968e4b2d02912b10f5cc05eb4780742a2474e607532a6fa944c64b630889db9490cba414a0af04aacd0

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,8 +9,8 @@ inherit distutils-r1
DESCRIPTION="Typing stubs for paramiko"
HOMEPAGE="
https://pypi.org/project/types-paramiko
https://github.com/python/typeshed
https://pypi.org/project/types-paramiko/
https://github.com/python/typeshed/tree/master/stubs/paramiko
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"