Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python313-crontab-1.0.5-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python313-crontab Distribution: openSUSE Tumbleweed
Version: 1.0.5 Vendor: openSUSE
Release: 1.1 Build date: Sat Jul 12 19:26:33 2025
Group: Unspecified Build host: reproducible
Size: 123596 Source RPM: python-crontab-1.0.5-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/josiahcarlson/parse-crontab
Summary: Python module for parsing and using crontab schedules
This package offers a method of parsing crontab schedule entries and
determining when an item should next be run. More specifically, it
calculates a delay in seconds from when the .next() method is called
to when the item should next be executed.

Provides

Requires

License

LGPL-2.1-only

Changelog

* Sat Jul 12 2025 Dirk Müller <dmueller@suse.com>
  - update to 1.0.5:
    * [added] the ability to use z0 as last day of the month, z1
      for the day before the last day of the month, up to z7 for
      7 days before the last day of the month.
* Mon Jun 16 2025 Steve Kowalik <steven.kowalik@suse.c