aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-30 13:59:01 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-30 14:09:10 +0200
commit6a0984af87ca94f178d9d4182b59e2d72162bfcd (patch)
tree122611da412221058345f2f1602f02b8c343d9df
parentdev-python/types-python-dateutil: add 2.8.17 (diff)
downloadguru-6a0984af.tar.gz
guru-6a0984af.tar.bz2
guru-6a0984af.zip
dev-python/rstr: add 3.2.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
-rw-r--r--dev-python/rstr/Manifest2
-rw-r--r--dev-python/rstr/rstr-3.2.0.ebuild (renamed from dev-python/rstr/rstr-3.1.0.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rstr/Manifest b/dev-python/rstr/Manifest
index 3b57c5b99..1950f66ec 100644
--- a/dev-python/rstr/Manifest
+++ b/dev-python/rstr/Manifest
@@ -1 +1 @@
-DIST rstr-3.1.0.tar.gz 12044 BLAKE2B 8b79b777d0b60f60c5e86be9521c5a08af72d5988e3b1ef871d29925a9b341e48668963e71972113655ea1ed2bc14060e09ec8068fbb30b7e7d27f1215810908 SHA512 3b5c8ed0039aa8e47ab777f273fdcc4158b6197646831908da66d2e5e6b313c6d12cfdb9832f131a79d47496ac200a8ba1ebb7cdfa03074c290d3c8442437216
+DIST rstr-3.2.0.tar.gz 12616 BLAKE2B d161fa291421cb56a7a5e05ef627e68b495ad2b3655483f46289780355bd3c312cbf44ad5710b17a1eb4f7e00f3695873f4677738a8d72aa4f2182051fffd182 SHA512 4e6613c68572c12755f3284baa97477843f39668f0753114a92b9d32c45cb7492fec299818ae4f7ea9bdf511ab715ef1dc0ef7d15af50bcb32fd9208f0e1af6e
diff --git a/dev-python/rstr/rstr-3.1.0.ebuild b/dev-python/rstr/rstr-3.2.0.ebuild
index 8d112dacb..8210226aa 100644
--- a/dev-python/rstr/rstr-3.1.0.ebuild
+++ b/dev-python/rstr/rstr-3.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} ) # pypy3 https://bugs.gentoo.org/835474
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1