summaryrefslogtreecommitdiff
path: root/dev-python/wtforms
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-14 17:52:12 +0000
commita90c84e720803f3d26c0ade8f1f1e405ca97502a (patch)
treef788ea0972d51c66823825021dd83427e1d466c4 /dev-python/wtforms
parent07c1e2fbaa2f7d2cad4c16a747cebcf7ae7a6724 (diff)
gentoo auto-resync : 14:01:2023 - 17:52:11
Diffstat (limited to 'dev-python/wtforms')
-rw-r--r--dev-python/wtforms/Manifest2
-rw-r--r--dev-python/wtforms/wtforms-3.0.1-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/wtforms/Manifest b/dev-python/wtforms/Manifest
index 4504f7ef0d7b..90c3fa553cb9 100644
--- a/dev-python/wtforms/Manifest
+++ b/dev-python/wtforms/Manifest
@@ -1,3 +1,3 @@
DIST WTForms-3.0.1.tar.gz 137513 BLAKE2B 17fbb385a28baefaf3fe368b7c7dbd3d6671aaef887ee89617e60e0537ae060248442d4990e7ea926b15d4b85585a1c80ffb61c0fdad2627e5cca90799eb01d7 SHA512 a6db54a7ef9bc96b8fdf69cd65d3810fab9436ff9c056e1cfc580f5ecd0ed8837dcbb7c2adf92419cc5f74e865bb3a023e316407a87d5c5277da5d30e6836fb3
-EBUILD wtforms-3.0.1-r1.ebuild 913 BLAKE2B c979da782d759cec1772d6b6767394503c3e2ce865888d6ac3b96f8e5d5b5c1d9068841c3dcbaa61b1f58e624e7a510711a304b9d6b67d0ef6491ac150bfee6a SHA512 c0dcf732581b9600f027f897e174b4df8060ce3e65b13c5a058bdf8645fe53de4aa24245a1d2971c4ba2b93040008662a9778259c6a32f05d392fcb394ddf671
+EBUILD wtforms-3.0.1-r1.ebuild 913 BLAKE2B 6a6851e47836e12013f56ed4339a58a73021bebd734108cb8fa35c164b757ac735108ef215049db86c535ba887b57aab3af545dcc790238a467b93f6e4805aa7 SHA512 bd5f910c9bc2ca56ecb8699a2a0bbea8b9146a11a41eb42928fc5f0844853c545cda2a523f90c128e8fe06a56067d9ae81a9dbe5dca7cde111b7fa7afd0cef3c
MISC metadata.xml 453 BLAKE2B 24b826025af54d17f8773a9583b369eabc3be6265d26d5fed67d562ff5e2abdb6318e8905d1c1173d399587017c35efe68486f1616e3c1ebb08f1283e2c28985 SHA512 de936c361da6f4b1e64374215c3d2502c77c083a7544e77c77d5b7dc8e6570622a218047651845907d26fb60ab972dc00cc70979df42b888c0cd3373f63e2ebb
diff --git a/dev-python/wtforms/wtforms-3.0.1-r1.ebuild b/dev-python/wtforms/wtforms-3.0.1-r1.ebuild
index 8692bb98c2df..f4b9541beb5a 100644
--- a/dev-python/wtforms/wtforms-3.0.1-r1.ebuild
+++ b/dev-python/wtforms/wtforms-3.0.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
inherit distutils-r1