Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-croniter for
openSUSE:Leap:16.0 checked in at 2025-07-24 08:30:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/python-croniter (Old)
and /work/SRC/openSUSE:Leap:16.0/.python-croniter.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-croniter"
Thu Jul 24 08:30:46 2025 rev:2 rq:1293683 version:6.0.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/python-croniter/python-croniter.changes
2025-04-25 18:19:41.247575483 +0200
+++
/work/SRC/openSUSE:Leap:16.0/.python-croniter.new.8875/python-croniter.changes
2025-07-24 08:30:48.629331225 +0200
@@ -1,0 +2,24 @@
+Tue Jun 24 12:05:14 UTC 2025 - Felix Stegmeier <[email protected]>
+
+- Update to 6.0.0
+ * Announce for now that croniter dev is ended (CRA).
+ * Rework timestamp_to_datetime to use whatever timezone [kiorky]
+ * Make datetime_to_timestamp & timestamp_to_datetime public [kiorky]
+ * Fix EPOCH calculation in case of non UTC & 32 bits based systems [kiorky]
+ * Apply isort formatter [kiorky]
+ * Reintegrate test_speed [kiorky]
+ * Apply black formatter [evanpurkhiser, kiorky]
+
+ * Code quality changes [evanpurkhiser, kiorky]
+ * Remove unused _get_caller_globals_and_locals [evanpurkhiser]
+ * Remove single-use bad_length [evanpurkhiser]
+ * Remove unused days in proc_month [evanpurkhiser]
+ * Use field_index over i for readability [evanpurkhiser]
+ * Always use """ for docstrings [evanpurkhiser]
+ * Make helper instance methods that do not use self static [evanpurkhiser]
+ * Remove unusd call to sys.exc_info [evanpurkhiser]
+ * Remove unused ALPHAS [evanpurkhiser]
+ * Improve croniter.expand documentation [evanpurkhiser]
+
+
+-------------------------------------------------------------------
Old:
----
croniter-5.0.1.tar.gz
New:
----
croniter-6.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-croniter.spec ++++++
--- /var/tmp/diff_new_pack.TLofU0/_old 2025-07-24 08:30:48.861340871 +0200
+++ /var/tmp/diff_new_pack.TLofU0/_new 2025-07-24 08:30:48.861340871 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-croniter
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-croniter
-Version: 5.0.1
+Version: 6.0.0
Release: 0
Summary: Python iterators for datetime objects with cron-like format
License: MIT
@@ -35,6 +35,7 @@
BuildRequires: python-rpm-macros
BuildRequires: unzip
Requires: python-python-dateutil
+Requires: python-pytz
BuildArch: noarch
%python_subpackages
@@ -43,6 +44,7 @@
%prep
%setup -q -n croniter-%{version}
+find . -name "*.py" | xargs sed -i '1 { /^#!/ d }'
%build
%pyproject_wheel
++++++ croniter-5.0.1.tar.gz -> croniter-6.0.0.tar.gz ++++++
++++ 5830 lines of diff (skipped)