forked from pool/python-croniter
Accepting request 1288248 from home:fstegmeier:branches:devel:languages:python
- 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]
OBS-URL: https://build.opensuse.org/request/show/1288248
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-croniter?expand=0&rev=67
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user