dev-python/apprise: drop 1.5.0, add 1.7.2

Closes: #3050
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-03-10 20:18:22 +01:00
parent 692685c0c2
commit 42c6b4bab7
5 changed files with 13 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
DIST apprise-1.5.0.tar.gz 1578207 BLAKE2B 0ac287bcdcd46da1d4f8f20aa44ea9df3d46044dc63969d22fcd9a5509f9050658e459d7bb36aea6351a9daa0efb4e83d00db9b5e989f89574d0466833c000bd SHA512 373721f42a10383e8ff950b91d7a511c7754924894bbe03d4925fc31e8f8119570829af99f19f37a8088493eb186f7ea004aec7973ac1955fbff332815b84827
DIST apprise-1.6.0.tar.gz 1582966 BLAKE2B aec28c82a2e1b45341f1e67a0778be2a9149ff591172122abb7d30eeed27c7b49171556993c0f1c0d33fe12a5dcdeb4ad0ade8b9e68a8f9950a3f8b6f0638156 SHA512 572d0cb9e3464ea2bc65a101e520dd0b15ada08c158a21d1ac698adbcd454ecf5af7ad30dca6495b4d7e38b92128774c43864c011f1af26ad917699e1d50c59b
EBUILD apprise-1.5.0.ebuild 962 BLAKE2B 54a93405b477c1d2c32a9c58328727ad865502b4e2220a283a7b0087d123ecedc06abc8a74beb5f8614ae30de1d721ac4ca5f5def30623638722e09f39448a67 SHA512 7adac6021da4f38771e816328ee076bbee4bfa092988fc9d96911cd0e90ad47131c0aa1006682a2e67eb7a220bd07b2b2562ee86b23412bce222a09a0f511bbd
EBUILD apprise-1.6.0.ebuild 962 BLAKE2B 54a93405b477c1d2c32a9c58328727ad865502b4e2220a283a7b0087d123ecedc06abc8a74beb5f8614ae30de1d721ac4ca5f5def30623638722e09f39448a67 SHA512 7adac6021da4f38771e816328ee076bbee4bfa092988fc9d96911cd0e90ad47131c0aa1006682a2e67eb7a220bd07b2b2562ee86b23412bce222a09a0f511bbd
DIST apprise-1.7.2.tar.gz 1638384 BLAKE2B 8fecb4d08e7e7c3aad24c1f8ac7aaec382aa934d46d5ab7cfd196949c9b7aa9ab2242a7626bddd336932ec12f17cdd966fde293f544e695468cfd810f5e6f5ba SHA512 897d4d253fcc2cfbb3fe2f1d0e9ecbe3a2a1bca65cb2c7d9595410e9c12adc6f5696216365fe583ebc457042db2d7e8a3c6153272865fc996e87342480536a0d
EBUILD apprise-1.6.0.ebuild 962 BLAKE2B d2136f560f292e4154f0a03eede5c13d987947251c03c6a0beef9076d947cc69349db24ca9ef399e7c56efa333fd83688c46c4197885401faa9ab91d4c57337e SHA512 7fd41b5180cba0ed533be6fed27df123b0c13e34eef0d9bdfd08bccc1dbbfbabab69f87a9541ff9ebc8f874e08682c95e8ea3ccf08861d8a9d2c66d470acab6f
EBUILD apprise-1.7.2.ebuild 924 BLAKE2B 53f3c6a8215353d793e85dc7562365de27faa808989bd654438a6efdb6d7095337696c6cd1a1379d039e318dfc8e2401758b6322b049b749e5f650d4f163bb7c SHA512 51c118bde670f83d0e1435986b17d4e6cdd4f2caad8156cf2613c3fcfee082f09ce92467c600c1c3fc8eb6795e9289a729064c3884de34a91feee892499df425
MISC metadata.xml 506 BLAKE2B 976ec9a0b80fd7c915ca21fb9f012663d96980c0679d3a300047f0aa254f2cd048c11b92e6a7924506e71b02256e5ba411e33f27cd4d81de2faa0a0083ab4647 SHA512 78208f5ddea7a07a80037375ae3726e909bd4c38c6e524399531a19426dc49bdc5a116cac0c1a92f7c0760766dd63b91839978f2285cf4154ec96767babc5ba0

View File

@@ -1,8 +1,8 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Push Notifications that work with just about every platform!"

View File

@@ -1,8 +1,8 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Push Notifications that work with just about every platform!"
@@ -25,7 +25,6 @@ RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
BDEPEND="dev-python/Babel
dev-python/pytest-runner[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]
)"