public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/types-paramiko/
@ 2021-11-03 11:12 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-11-03 11:12 UTC (permalink / raw
  To: gentoo-commits

commit:     8076d9d67afad75e6ba76262d43ac2d03ed2429f
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Nov  1 20:18:01 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Nov  2 03:40:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8076d9d6

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

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/types-paramiko/Manifest                                      | 2 +-
 .../{types-paramiko-2.7.0.ebuild => types-paramiko-2.7.3.ebuild}        | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/types-paramiko/Manifest b/dev-python/types-paramiko/Manifest
index 1371cc8fd..c78e8dc3c 100644
--- a/dev-python/types-paramiko/Manifest
+++ b/dev-python/types-paramiko/Manifest
@@ -1 +1 @@
-DIST types-paramiko-2.7.0.tar.gz 18515 BLAKE2B 6fd7e8af6b28a1d01784e81ad7ed45e12cb7ceb2ddfd42476117662a8323ec76fd65a844900d5b61dd85b9b523639a8441e563f628f81fd18489f282da248126 SHA512 af05471d90505f22bf3aadb0c66af800088c924cae7ab999b4c5d82e4fb8140cc42068b7605f7e49380090ef74848275697f42ced451873dad5f564f64b23984
+DIST types-paramiko-2.7.3.tar.gz 18616 BLAKE2B 0259c2fd7d6f051e377fa27332012cf0defa1968d02b7f7d33720f41e5991fc27c898717411ad8cb9c3583724d7aa269d99ff569dd6f0fdda0039b6a8e6a2860 SHA512 d63f6ddd993b0ccf55e5fbbcbe0e5770a467c9681ded16db19b6eeabf4f3e83a6515e86ba6f72144cae7bb5c9860cf4849223e114b5150bc1c59ee223fd9cead

diff --git a/dev-python/types-paramiko/types-paramiko-2.7.0.ebuild b/dev-python/types-paramiko/types-paramiko-2.7.3.ebuild
similarity index 100%
rename from dev-python/types-paramiko/types-paramiko-2.7.0.ebuild
rename to dev-python/types-paramiko/types-paramiko-2.7.3.ebuild


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/types-paramiko/
@ 2022-06-28 15:38 Arthur Zamarin
  0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2022-06-28 15:38 UTC (permalink / raw
  To: gentoo-commits

commit:     625e424800120be4cbbaf5748889e9aa290daa22
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Jun 28 04:09:29 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 28 04:34:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=625e4248

dev-python/types-paramiko: add 2.11.1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/types-paramiko/Manifest                  |  1 +
 .../types-paramiko/types-paramiko-2.11.1.ebuild     | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-python/types-paramiko/Manifest b/dev-python/types-paramiko/Manifest
index c585fdf3d..da549096f 100644
--- a/dev-python/types-paramiko/Manifest
+++ b/dev-python/types-paramiko/Manifest
@@ -1 +1,2 @@
 DIST types-paramiko-2.10.0.tar.gz 20325 BLAKE2B c918598110ada99b739579d9fd0b968b272e7cb654df2fd24f3fbfa96b9730fab27c6575220b62d2a6680c4cd5c6122594e1d710afcb5cdde2444fcfeb7a77ea SHA512 e376f8fd060f6667c610c53cf42b7dbb38ab19cbc3e8ad68f9a68f982b7498c7e06201e4ff35b662fb0d7a17b24d12a245cdc8f5731cf21cf5c0a14085853fb0
+DIST types-paramiko-2.11.1.tar.gz 20406 BLAKE2B 84ee3c357044711c4252171d018bfc4e1fbedd0cefc7dc17da8a7ea5d215d72ea5ce58d272f0d44f6c5e4be316497833ad3e40800dcd2b1be37a7a8d74742120 SHA512 54c4566342919d9b890ca87ebb07177d31108e5d6f9408ef2939499db950f1a44fab8ab553465a676099c51a61169d6c5b60b3900388af48d675721e4d746f7c

diff --git a/dev-python/types-paramiko/types-paramiko-2.11.1.ebuild b/dev-python/types-paramiko/types-paramiko-2.11.1.ebuild
new file mode 100644
index 000000000..8b3f48095
--- /dev/null
+++ b/dev-python/types-paramiko/types-paramiko-2.11.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Typing stubs for paramiko"
+HOMEPAGE="
+	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"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-python/cryptography-3.4.4[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-28 15:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-28 15:38 [gentoo-commits] repo/proj/guru:master commit in: dev-python/types-paramiko/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2021-11-03 11:12 Andrew Ammerlaan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox