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-03-15 14:32:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-croniter (Old)
 and      /work/SRC/openSUSE:Factory/.python-croniter.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-croniter"

Sun Mar 15 14:32:13 2026 rev:36 rq:1339015 version:6.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-croniter/python-croniter.changes  
2025-06-24 20:53:08.514154812 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-croniter.new.8177/python-croniter.changes    
    2026-03-15 14:32:58.792901946 +0100
@@ -1,0 +2,23 @@
+Sat Mar 14 21:02:05 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 6.1.0:
+  * Support for zoneinfo timezones.
+  * Add type hints to croniter.__init__, timestamp_to_datetime,
+    and property initializations.
+  * Simplify code for max_years_between_matches.
+  * Extend type check for hash_id to empty str/bytes.
+  * Drop unused _get_next_nearest and _get_prev_nearest.
+  * Reduce line length to 99 and unfold long Python code lines.
+  * Fix memory leak by removing TIMESTAMP_TO_DT_CACHE global dict
+    cache.
+  * Fix memory leak by removing EXPRESSIONS global dict cache.
+  * Fix default value of second_at_beginning to a boolean.
+  * Fix always missing the timestamp to datetime cache.
+  * Fix skipping first of March.
+  * Fix DST handling by rewriting the DST logic.
+  * Fix all flake8 complaints.
+  * Test: fix date in DST test.
+  * Test: document time jumps in DST test cases.
+  * Test: use isoformat() to compare dates with timezone information.
+
+-------------------------------------------------------------------

Old:
----
  croniter-6.0.0.tar.gz

New:
----
  croniter-6.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-croniter.spec ++++++
--- /var/tmp/diff_new_pack.PlTB3b/_old  2026-03-15 14:32:59.264921377 +0100
+++ /var/tmp/diff_new_pack.PlTB3b/_new  2026-03-15 14:32:59.264921377 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-croniter
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,24 +18,23 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-croniter
-Version:        6.0.0
+Version:        6.1.0
 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 pip}
-BuildRequires:  %{python_module pytest >= 3.0.3}
+BuildRequires:  %{python_module pytest >= 8.3.3}
 BuildRequires:  %{python_module python-dateutil}
-BuildRequires:  %{python_module pytz}
+BuildRequires:  %{python_module pytz > 2021.1}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module tzlocal}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
 Requires:       python-python-dateutil
-Requires:       python-pytz
 BuildArch:      noarch
 %python_subpackages
 
@@ -44,6 +43,7 @@
 
 %prep
 %setup -q -n croniter-%{version}
+find . -name "*.py" | xargs chmod -x
 find . -name "*.py" | xargs sed -i '1 { /^#!/ d }'
 
 %build

++++++ croniter-6.0.0.tar.gz -> croniter-6.1.0.tar.gz ++++++
++++ 6509 lines of diff (skipped)

Reply via email to