Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-croniter for openSUSE:Factory
checked in at 2026-04-04 19:07:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-croniter (Old)
and /work/SRC/openSUSE:Factory/.python-croniter.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-croniter"
Sat Apr 4 19:07:32 2026 rev:37 rq:1344506 version:6.2.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-croniter/python-croniter.changes
2026-03-15 14:32:58.792901946 +0100
+++
/work/SRC/openSUSE:Factory/.python-croniter.new.21863/python-croniter.changes
2026-04-04 19:09:20.913875703 +0200
@@ -1,0 +2,31 @@
+Fri Apr 3 17:06:13 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 6.2.2:
+ * Switch build backend from flit_core to hatchling with pinned
+ dependencies. [4cce160]
+ * Add PEP 639 license expression (license = "MIT") to project
+ metadata. [4cce160]
+ * Pin all GitHub Actions to SHA hashes across CI workflows.
+ [4cce160]
+ * Add dependabot for automated dependency updates. [4cce160]
+ * Add zizmor workflow for CI security scanning. [4cce160]
+ * Fix get_prev skipping Feb 29 on leap years for day-of-month
+ expressions. [441a0b5, #203, @Souls-R]
+ * Add License :: OSI Approved :: MIT License classifier.
+ [270cbbc, @cdheiser]
+ * Add support for W (nearest weekday) in the day-of-month
+ field. [c79d88a]
+ * Add precision_in_seconds parameter to match() and
+ match_range() to allow overriding the default matching
+ precision. [7415d1e, #58]
+ * Add strict parameter to is_valid() and expand() for cross-
+ field validation of impossible day/month combinations.
+ [0352d48, #199]
+ * Fix memory leak by removing EXPRESSIONS global dict cache.
+ [6ebfe56, @Souls-R]
+ * Document day_or and implement_cron_bug parameters for day-of-
+ month/day-of-week interaction. [289bf73, #75]
+ * Document precision_in_seconds parameter and default precision
+ behavior for match(). [7415d1e, #58]
+
+-------------------------------------------------------------------
Old:
----
croniter-6.1.0.tar.gz
New:
----
croniter-6.2.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-croniter.spec ++++++
--- /var/tmp/diff_new_pack.5w85FQ/_old 2026-04-04 19:09:21.537901288 +0200
+++ /var/tmp/diff_new_pack.5w85FQ/_new 2026-04-04 19:09:21.537901288 +0200
@@ -18,18 +18,22 @@
%{?sle15_python_module_pythons}
Name: python-croniter
-Version: 6.1.0
+Version: 6.2.2
Release: 0
Summary: Python iterators for datetime objects with cron-like format
License: MIT
URL: https://github.com/kiorky/croniter
Source:
https://files.pythonhosted.org/packages/source/c/croniter/croniter-%{version}.tar.gz
-BuildRequires: %{python_module flit-core >= 3.2}
+BuildRequires: %{python_module hatchling >= 1.29.0}
+BuildRequires: %{python_module packaging >= 26.0}
+BuildRequires: %{python_module pathspec >= 1.0.4}
BuildRequires: %{python_module pip}
+BuildRequires: %{python_module pluggy >= 1.6.0}
BuildRequires: %{python_module pytest >= 8.3.3}
BuildRequires: %{python_module python-dateutil}
BuildRequires: %{python_module pytz > 2021.1}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module trove-classifiers >= 2026.1.14.14}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
++++++ croniter-6.1.0.tar.gz -> croniter-6.2.2.tar.gz ++++++
++++ 3386 lines of diff (skipped)