From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 AAE3915817D for ; Wed, 12 Jun 2024 10:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 675312BC03C; Wed, 12 Jun 2024 10:03:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 4B31F2BC03B for ; Wed, 12 Jun 2024 10:03:35 +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 6667E33BDC5 for ; Wed, 12 Jun 2024 10:03:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0AC91CA2 for ; Wed, 12 Jun 2024 10:03:31 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1718186603.85742a45aaea9c7f550a273951d90d8cc0adadb5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/os-service-types/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/os-service-types/os-service-types-1.7.0-r2.ebuild X-VCS-Directories: dev-python/os-service-types/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 85742a45aaea9c7f550a273951d90d8cc0adadb5 X-VCS-Branch: master Date: Wed, 12 Jun 2024 10:03:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 87623e3f-ed35-47d2-b5b6-48f9c435342d X-Archives-Hash: 97d1f1de2e1dab793ed5466eadf83e19 commit: 85742a45aaea9c7f550a273951d90d8cc0adadb5 Author: Michał Górny gentoo org> AuthorDate: Wed Jun 12 09:59:00 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Jun 12 10:03:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85742a45 dev-python/os-service-types: Enable py3.13 Signed-off-by: Michał Górny gentoo.org> dev-python/os-service-types/os-service-types-1.7.0-r2.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-python/os-service-types/os-service-types-1.7.0-r2.ebuild b/dev-python/os-service-types/os-service-types-1.7.0-r2.ebuild index 254e9b764c4e..db77a6f40407 100644 --- a/dev-python/os-service-types/os-service-types-1.7.0-r2.ebuild +++ b/dev-python/os-service-types/os-service-types-1.7.0-r2.ebuild @@ -1,16 +1,20 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi DESCRIPTION="A library to handle official service types for OpenStack and it's aliases" -HOMEPAGE="https://github.com/openstack/os-service-types" +HOMEPAGE=" + https://opendev.org/openstack/os-service-types/ + https://github.com/openstack/os-service-types/ + https://pypi.org/project/os-service-types/ +" LICENSE="Apache-2.0" SLOT="0"