python3Packages.dateparser: 1.2.1 -> 1.2.2 (#421671)

This commit is contained in:
Weijia Wang 2025-08-05 19:33:48 +02:00 committed by GitHub
commit a3f74eeefd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dateparser"; pname = "dateparser";
version = "1.2.1"; version = "1.2.2";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "scrapinghub"; owner = "scrapinghub";
repo = "dateparser"; repo = "dateparser";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-O0FsLWbH0kGjwGCTklBMVVqosxXlXRyS9aAcggtBLsA="; hash = "sha256-cUbY6c0JFzs1oZJOTnMXz3uCah2f50g8/3uWQXtwiGY=";
}; };
nativeBuildInputs = [ setuptools ]; nativeBuildInputs = [ setuptools ];
@ -83,7 +83,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "dateparser" ]; pythonImportsCheck = [ "dateparser" ];
meta = with lib; { meta = with lib; {
changelog = "https://github.com/scrapinghub/dateparser/blob/${src.rev}/HISTORY.rst"; changelog = "https://github.com/scrapinghub/dateparser/blob/${src.tag}/HISTORY.rst";
description = "Date parsing library designed to parse dates from HTML pages"; description = "Date parsing library designed to parse dates from HTML pages";
homepage = "https://github.com/scrapinghub/dateparser"; homepage = "https://github.com/scrapinghub/dateparser";
license = licenses.bsd3; license = licenses.bsd3;