Accepting request 1288264 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1288264 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-croniter?expand=0&rev=35
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d9b1ef25b10eece48fdf29d8ac52f9b6252abff983ac614ade4f3276294019e
|
||||
size 57084
|
3
croniter-6.0.0.tar.gz
Normal file
3
croniter-6.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37c504b313956114a983ece2c2b07790b1f1094fe9d81cc94739214748255577
|
||||
size 64481
|
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 24 12:05:14 UTC 2025 - Felix Stegmeier <felix.stegmeier@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@@ -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