dev-python/sqlitedict: Bump to 2.1.0, drop old 2.0.0

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2022-12-10 15:21:32 +00:00
parent 6f5bed3ec8
commit 899d8a9486
2 changed files with 5 additions and 5 deletions

View File

@@ -1 +1 @@
DIST sqlitedict-2.0.0.tar.gz 46266 BLAKE2B c320c5b61e535ff668462fc079cd501e8aae4fb334230ed0b9c5eae0c53f569c8971a8484cddf85575b1e2d28b051d2f0fa8376a1176e3116a1a0516e36202aa SHA512 3ba84676680e5e9408804618e4ae871d09fcfdc999f06c1143f42329059e6033abb2d897ed485d9d84dc2761032fa07f00f08b259f1d9e6426c4ee0068446ed8
DIST sqlitedict-2.1.0.tar.gz 21846 BLAKE2B 727d37cefcd1f847b29297f15dc97d70e516d44953dec69e4453bb7649b08edcb6b090d3915826b2b607864dbe28faa489d72fc930d2b1497077e6330d76f99f SHA512 b981dfd70b0d8d0a51e71c14db484fec523adf6cd3af70fcf5c24ae743dc97694113f977cd10c89746e5220aa9334f4ebe89bcf47aebaecd03bd8a4695b03fc9

View File

@@ -24,7 +24,7 @@ DOCS=( README.rst )
distutils_enable_tests pytest
EPYTEST_DESELECT=(
tests/test_core.py::TablenamesTest::test_tablenames
tests/test_onimport.py::SqliteDictPython24Test::test_py24_error
)
python_test() {
mkdir -p tests/db || die
distutils-r1_python_test
}