summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2022-06-14 21:35:12 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2022-06-14 22:11:11 +0100
commit6f0204c007c2d035686e30372ce90dd88b87c02d (patch)
tree2b3e05bbb18887bd69e62a12ed0d6cbc6c73fb30 /dev-python
parentdev-python/deezer: version bump (diff)
downloadportage-6f0204c007c2d035686e30372ce90dd88b87c02d.tar.xz
dev-python/typer: version bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/typer/Manifest2
-rw-r--r--dev-python/typer/typer-0.4.1.ebuild (renamed from dev-python/typer/typer-0.4.0.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/typer/Manifest b/dev-python/typer/Manifest
index c47826eb..b8ba9727 100644
--- a/dev-python/typer/Manifest
+++ b/dev-python/typer/Manifest
@@ -1 +1 @@
-DIST 0.4.0.tar.gz 211073 BLAKE2B b8e51df9f87f2c9181ab10b90ff5b79434823029ba09c72c0cd79e0b219f185e51f60a5bf5dd05be6f04c08bc6aea7ed216c8cd6763ff394d8a32ceeb6c587c7 SHA512 2d8a33c94ea3a67f71ee02be37c2e80e1a976e8268d5e57f462ab0364762fa2ef400c92fc69013d39298d6c918c2b2d9356c33a2c454c9b51d598359dbf74d70
+DIST 0.4.1.tar.gz 213320 BLAKE2B d65d9b806b108a779a53a8114660cf721a75a3c147ececdcfff6014596cc9ce7ea115eb65de09f8a253ee63efd75e666a25c347d5b1da4d91a960bfa068578c7 SHA512 1bf3b4ffaa9d92cc955e3e5480f34732da1c13778b6047f38e98f5460c7d85a8ebbfefe3ac0b0fefa46e4c37f0dbac50ce5e6670b70c7c2f94818c6bd815b210
diff --git a/dev-python/typer/typer-0.4.0.ebuild b/dev-python/typer/typer-0.4.1.ebuild
index 082a5a7b..3602b899 100644
--- a/dev-python/typer/typer-0.4.0.ebuild
+++ b/dev-python/typer/typer-0.4.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python{3_8,3_9} )
+PYTHON_COMPAT=( python{3_8,3_9,3_10} )
inherit distutils-r1
DESCRIPTION="Typer, build great CLIs. Easy to code. Based on Python type hints"