From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3815E15864F for ; Fri, 24 Mar 2023 11:17:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5054CE0909; Fri, 24 Mar 2023 11:17:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3501FE0909 for ; Fri, 24 Mar 2023 11:17:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 022C633BE00 for ; Fri, 24 Mar 2023 11:17:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4412E925 for ; Fri, 24 Mar 2023 11:17:10 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1679655792.23656218b93272f6c773203450a44ed764a650d2.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/dateparser/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/dateparser/Manifest dev-python/dateparser/dateparser-1.1.6.ebuild dev-python/dateparser/dateparser-1.1.8.ebuild X-VCS-Directories: dev-python/dateparser/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 23656218b93272f6c773203450a44ed764a650d2 X-VCS-Branch: dev Date: Fri, 24 Mar 2023 11:17:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6aa5e6e-52f8-44f4-80ed-79bb4b567aa4 X-Archives-Hash: efcc6052a76b7da528a9d59bfc16016a commit: 23656218b93272f6c773203450a44ed764a650d2 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Mar 23 20:07:31 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Fri Mar 24 11:03:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23656218 dev-python/dateparser: add 1.1.8, drop 1.1.6 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/dateparser/Manifest | 2 +- .../{dateparser-1.1.6.ebuild => dateparser-1.1.8.ebuild} | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/dev-python/dateparser/Manifest b/dev-python/dateparser/Manifest index 17dcfcb6d..1425c2c3c 100644 --- a/dev-python/dateparser/Manifest +++ b/dev-python/dateparser/Manifest @@ -1,2 +1,2 @@ -DIST dateparser-1.1.6.tar.gz 295659 BLAKE2B fbdb31ecbe48ef3b27eb283fe590b49a03ebbcca9402846e1f18f70052d5339fbfd5bc3f92dd6b4888e185ccd3ccf538e845dff320c2fa16a3cd560aba7faa87 SHA512 5f9eb6c85bb221a61ab30b274a73572e199e930298c30b438bec12511c677c272d9a778458b99f291eb8636ee1d797b90260fef66ae6c480018eca80b23b162a DIST dateparser-1.1.7.tar.gz 295818 BLAKE2B 11bb07f6c3c46a5e19111715a8801b8789d7f1fd0fd407232a071ddd40b337153dce3b42197f3a2fd8081c505f4418abb3ff265e25641a95eed31575c6ad2a70 SHA512 d333fa2007c069f7424def9694544767a8885eec5d476e9dd73605754fd53f5a9dbbeb19f24291ac6c6ffa09b4014a3135ad8fbabadae1655c78a8d5fe36f907 +DIST dateparser-1.1.8.tar.gz 296595 BLAKE2B 0e1bedbfc0b54d3a763a5f982774685e0c4aebe418dcfe5190c613a6de1e8d445c9906b9c7e8ca87ea37b2ef508eb8bd789e07b7b5f11fac3df7d16f24a08c00 SHA512 45fc6ee67be77ae9ece818b25e680a9416c30bbe8d71746a2b08910b57406d65e6b9f0c51ada1697034ea1f3f9a0952c2f0616c9fa1be4c7886e459e1cc2d898 diff --git a/dev-python/dateparser/dateparser-1.1.6.ebuild b/dev-python/dateparser/dateparser-1.1.8.ebuild similarity index 73% rename from dev-python/dateparser/dateparser-1.1.6.ebuild rename to dev-python/dateparser/dateparser-1.1.8.ebuild index ca3c76136..28056e464 100644 --- a/dev-python/dateparser/dateparser-1.1.6.ebuild +++ b/dev-python/dateparser/dateparser-1.1.8.ebuild @@ -5,11 +5,13 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 optfeature +inherit distutils-r1 optfeature pypi DESCRIPTION="Date parsing library designed to parse dates from HTML pages" -HOMEPAGE="https://github.com/scrapinghub/dateparser" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +HOMEPAGE=" + https://pypi.org/project/dateparser/ + https://github.com/scrapinghub/dateparser +" LICENSE="BSD-4" SLOT="0" @@ -37,6 +39,11 @@ EPYTEST_IGNORE=( EPYTEST_DESELECT=( # tests that require network tests/test_language_detect.py::CustomLangDetectParserTest::test_custom_language_detect_fast_text_{0,1} + # broken + tests/test_search.py::TestTranslateSearch::test_relative_base_setting_1_en + tests/test_search.py::TestTranslateSearch::test_splitting_of_not_parsed_1_en + tests/test_search.py::TestTranslateSearch::test_splitting_of_not_parsed_5_en + tests/test_search.py::TestTranslateSearch::test_splitting_of_not_parsed_6_sv ) distutils_enable_tests pytest