repo/gentoo:master commit in: www-apps/novnc/

"Rick Farina" <[email protected]> Tue, 04 Aug 2026 22:39:32 +0000 (UTC)
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1785883142.48e136f6bd5a17e4bda50f3cad4744b2dbcd51ca.zerochaos@gentoo>
commit:     48e136f6bd5a17e4bda50f3cad4744b2dbcd51ca
Author:     Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  4 22:14:49 2026 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Aug  4 22:39:02 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e136f6

www-apps/novnc: enable py3.15

Signed-off-by: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo.org>

 www-apps/novnc/novnc-1.6.0.ebuild | 4 ++--
 www-apps/novnc/novnc-1.7.0.ebuild | 2 +-
 www-apps/novnc/novnc-9999.ebuild  | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www-apps/novnc/novnc-1.6.0.ebuild b/www-apps/novnc/novnc-1.6.0.ebuild
index 030b05f103d1..eba862e97f3d 100644
--- a/www-apps/novnc/novnc-1.6.0.ebuild
+++ b/www-apps/novnc/novnc-1.6.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{9..14} )
+PYTHON_COMPAT=( python3_{9..15} )
 inherit distutils-r1
 
 DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"

diff --git a/www-apps/novnc/novnc-1.7.0.ebuild b/www-apps/novnc/novnc-1.7.0.ebuild
index f93641921447..bc2c6c4d43ea 100644
--- a/www-apps/novnc/novnc-1.7.0.ebuild
+++ b/www-apps/novnc/novnc-1.7.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{9..14} )
+PYTHON_COMPAT=( python3_{9..15} )
 inherit distutils-r1
 
 DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"

diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index 7a111a7820e0..bc2c6c4d43ea 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=no
-PYTHON_COMPAT=( python3_{9..14} )
+PYTHON_COMPAT=( python3_{9..15} )
 inherit distutils-r1
 
 DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies"