diff options
author | Alexys Jacob <ultrabug@gentoo.org> | 2022-04-12 08:08:12 +0000 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2022-04-12 11:16:56 +0200 |
commit | e7759cbe092b4ca27c3272701ecef5d198b8d51c (patch) | |
tree | 721749285603e52abc025cead01b775dbd6dc7bd /x11-misc | |
parent | games-util/lutris: drop 0.5.9.1-r1, 0.5.10_beta2-r1 (diff) | |
download | gentoo-e7759cbe092b4ca27c3272701ecef5d198b8d51c.tar.gz gentoo-e7759cbe092b4ca27c3272701ecef5d198b8d51c.tar.bz2 gentoo-e7759cbe092b4ca27c3272701ecef5d198b8d51c.zip |
x11-misc/py3status: version bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/py3status/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/py3status/py3status-3.43.ebuild (renamed from x11-misc/py3status/py3status-3.42.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/py3status/Manifest b/x11-misc/py3status/Manifest index f0aadb2bab50..6fa986a9e95e 100644 --- a/x11-misc/py3status/Manifest +++ b/x11-misc/py3status/Manifest @@ -1 +1 @@ -DIST py3status-3.42.tar.gz 412043 BLAKE2B 95e771e2d0b0b722339eb36d8901a5ccd1b7037e4a256f887c18d52f26144c30ae7baeac5dc174d4799fe4e6ca2883473705eb5864116f3cb5976b51747f8f85 SHA512 68b9dccf8f211a3a737db83b7142aae2242e70fbf6d029c0ca5104f026406ac4b05e022a68f5968359795a8b7310d7a605ae7fd468eeb86247db0d289ae19c97 +DIST py3status-3.43.tar.gz 412827 BLAKE2B 1c5d14eabd2a445b292a184c38ea6b1b59d578f55208a5994647e64e695c1e9a08ff22aca21cf8b7a1f4a72c109b30a86dff20f5b58ea7e24c36c98fce8cbab1 SHA512 d0096746642f9fb9d0391dda79ec85a8e00842c3dcc50b7c1639c351dff7bc2ccdf51d8db1411a24cf60c21afdd85865eabd05c1a71d1ae4b019d42c9580a06d diff --git a/x11-misc/py3status/py3status-3.42.ebuild b/x11-misc/py3status/py3status-3.43.ebuild index 860e0e4e8db0..feeede8caa44 100644 --- a/x11-misc/py3status/py3status-3.42.ebuild +++ b/x11-misc/py3status/py3status-3.43.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python{3_8,3_9,3_10} ) DISTUTILS_USE_SETUPTOOLS=rdepend SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz" |