From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1566146-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0E074158089 for <garchives@archives.gentoo.org>; Fri, 27 Oct 2023 18:02:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EEBD2BC06E; Fri, 27 Oct 2023 18:02:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38AD12BC06E for <gentoo-commits@lists.gentoo.org>; Fri, 27 Oct 2023 18:02:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8116E335C0F for <gentoo-commits@lists.gentoo.org>; Fri, 27 Oct 2023 18:02:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20F6712DE for <gentoo-commits@lists.gentoo.org>; Fri, 27 Oct 2023 18:02:35 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1698429751.25599cb41f8b6527904683d32982d9d50c3c43de.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pywinrm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pywinrm/pywinrm-0.4.3.ebuild X-VCS-Directories: dev-python/pywinrm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 25599cb41f8b6527904683d32982d9d50c3c43de X-VCS-Branch: master Date: Fri, 27 Oct 2023 18:02:35 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: deaf3ab5-773e-4007-84cb-5e7f191f58ae X-Archives-Hash: 7f0295b0ecdb4dfe6391bf3f52f7b4bd commit: 25599cb41f8b6527904683d32982d9d50c3c43de Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Oct 27 18:02:04 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Oct 27 18:02:31 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25599cb4 dev-python/pywinrm: Enable py3.12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pywinrm/pywinrm-0.4.3.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/pywinrm/pywinrm-0.4.3.ebuild b/dev-python/pywinrm/pywinrm-0.4.3.ebuild index 04f787fd175d..5f89a975b71e 100644 --- a/dev-python/pywinrm/pywinrm-0.4.3.ebuild +++ b/dev-python/pywinrm/pywinrm-0.4.3.ebuild @@ -4,12 +4,15 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi DESCRIPTION="Python client for the Windows Remote Management (WinRM) service" -HOMEPAGE="https://github.com/diyan/pywinrm/" +HOMEPAGE=" + https://github.com/diyan/pywinrm/ + https://pypi.org/project/pywinrm/ +" LICENSE="MIT" SLOT="0"