Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dateparser for
openSUSE:Factory checked in at 2026-08-26 19:51:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dateparser (Old)
and /work/SRC/openSUSE:Factory/.python-dateparser.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dateparser"
Wed Aug 26 19:51:24 2026 rev:26 rq:1373641 version:1.4.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dateparser/python-dateparser.changes
2026-07-07 21:00:00.567716226 +0200
+++
/work/SRC/openSUSE:Factory/.python-dateparser.new.1258/python-dateparser.changes
2026-08-26 19:52:12.070515927 +0200
@@ -1,0 +2,37 @@
+Tue Aug 25 15:14:23 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.4.2:
+ * Add an IGNORE_SURROUNDING_TEXT setting that, when enabled,
+ retries parsing after ignoring the leading and trailing words
+ the language does not recognize, so a date wrapped in extra
+ text such as "Published on 16/04/2019" is parsed
+ * Add a strategy argument to search_dates() to choose the
+ search strategy: the default "split" keeps the current
+ behavior, while the new "ngram" strategy parses the longest
+ sequences of tokens as dates for more predictable results on
+ noisy text
+ * Do not read a two-digit number as a year once a later
+ component has been found in year-first date orders, so the
+ day in Japanese dates such as "4月20日" is no longer consumed
+ as the year
+ * Parse ISO 8601 dates (those starting with a four-digit year)
+ in month-day order even when an explicit day-first language
+ such as it or fr is given, without needing to set
+ PREFER_LOCALE_DATE_ORDER to False
+ * Honor PREFER_DATES_FROM and RELATIVE_BASE when parsing with
+ custom date_formats that use a two-digit year (%y)
+ * Honor the %j (day of year) directive in date_formats instead
+ of overwriting the parsed month and day with the current date
+ * Update the bundled CLDR locale data to 44.1.0, adding many
+ newly recognized date forms across locales and a standalone
+ hour/duration unit (e.g. Catalan "2 hores"), while keeping
+ previously supported forms parseable
+ * Add the Italian expressions "un ora fa" and "un'ora fa", and
+ skip "alle" so phrases like "oggi alle 11:00" parse
+ * Expand Czech date translations with month locative/dative
+ forms (e.g. "v lednu 2023"), the July abbreviation "črv", and
+ relative expressions such as "za týden", "za měsíc" and "za
+ rok"
+ * Specify the README header content as RST rather than raw HTML
+
+-------------------------------------------------------------------
Old:
----
dateparser-1.4.1.tar.gz
New:
----
dateparser-1.4.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dateparser.spec ++++++
--- /var/tmp/diff_new_pack.nmUfq4/_old 2026-08-26 19:52:13.997583987 +0200
+++ /var/tmp/diff_new_pack.nmUfq4/_new 2026-08-26 19:52:14.001584128 +0200
@@ -23,7 +23,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-dateparser
-Version: 1.4.1
+Version: 1.4.2
Release: 0
Summary: Date parsing library designed to parse dates from HTML pages
License: BSD-3-Clause
++++++ dateparser-1.4.1.tar.gz -> dateparser-1.4.2.tar.gz ++++++
++++ 13481 lines of diff (skipped)