diff --git a/croniter-5.0.1.tar.gz b/croniter-5.0.1.tar.gz deleted file mode 100644 index caa43c1..0000000 --- a/croniter-5.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d9b1ef25b10eece48fdf29d8ac52f9b6252abff983ac614ade4f3276294019e -size 57084 diff --git a/croniter-6.0.0.tar.gz b/croniter-6.0.0.tar.gz new file mode 100644 index 0000000..8fa3b39 --- /dev/null +++ b/croniter-6.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c504b313956114a983ece2c2b07790b1f1094fe9d81cc94739214748255577 +size 64481 diff --git a/python-croniter.changes b/python-croniter.changes index d417b5b..b9bc808 100644 --- a/python-croniter.changes +++ b/python-croniter.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Jun 24 12:05:14 UTC 2025 - Felix Stegmeier + +- 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] + + ------------------------------------------------------------------- Tue Nov 19 12:51:45 UTC 2024 - Dirk Müller diff --git a/python-croniter.spec b/python-croniter.spec index 286fc24..00ebc1e 100644 --- a/python-croniter.spec +++ b/python-croniter.spec @@ -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: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip Requires: python-python-dateutil +Requires: python-pytz BuildArch: noarch %python_subpackages @@ -43,6 +44,7 @@ croniter provides iterators for datetime object with cron-like format. %prep %setup -q -n croniter-%{version} +find . -name "*.py" | xargs sed -i '1 { /^#!/ d }' %build %pyproject_wheel