diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2023-07-22 21:29:48 +0100 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2023-07-22 21:30:15 +0100 |
commit | 279167f3751a952ac40c0418a64b09676fcf7aba (patch) | |
tree | 2512b44769a12c6db2be43207723354924b92f85 /dev-python/bareos | |
parent | dev-python/parse: drop 1.19.0-r1 (diff) | |
download | gentoo-279167f3751a952ac40c0418a64b09676fcf7aba.tar.gz gentoo-279167f3751a952ac40c0418a64b09676fcf7aba.tar.bz2 gentoo-279167f3751a952ac40c0418a64b09676fcf7aba.zip |
dev-python/bareos: add 22.1.0, drop 22.0.3
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
Diffstat (limited to 'dev-python/bareos')
-rw-r--r-- | dev-python/bareos/Manifest | 2 | ||||
-rw-r--r-- | dev-python/bareos/bareos-22.1.0.ebuild (renamed from dev-python/bareos/bareos-22.0.3.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/bareos/Manifest b/dev-python/bareos/Manifest index 87f1caaf924a..ede21f58a067 100644 --- a/dev-python/bareos/Manifest +++ b/dev-python/bareos/Manifest @@ -1 +1 @@ -DIST bareos-22.0.3.tar.gz 14529338 BLAKE2B 7759059f8652cf0b55a8754325b86257130695918f0b2d4672a7a21aa3ed6595da9fcba9a5a5f1c854af7994aa21c304720131ab99d577f01cd706f55184b621 SHA512 cbdf4bfb5284104894e7fb8ddbb20d6ecedd827c8133b13913e9a27c4e3b98b550ec60a9a23c2c4efe6d566c94ed745d77946a444e5fccb56c09ab8f740d9f8c +DIST bareos-22.1.0.tar.gz 14719993 BLAKE2B 38e354d3227d401c69ffb003c83ae90c2067720490af089d529da636bc300e2fb5042451ab439b8b102f6850aeadbe8dedc4311dba13f800eab0bc77d89f809d SHA512 dea64c6eb34a93f1a93eb6b0ac628a75101ac8873e06800a256f226e8f3a556fe39ce4e500246f9c51de30a2b0907732f789c6394f29b7bb9d983a64c709ad2c diff --git a/dev-python/bareos/bareos-22.0.3.ebuild b/dev-python/bareos/bareos-22.1.0.ebuild index 607aaf1bf7d1..16447ca3586b 100644 --- a/dev-python/bareos/bareos-22.0.3.ebuild +++ b/dev-python/bareos/bareos-22.1.0.ebuild @@ -1,9 +1,9 @@ # Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |