Sun, 09 Jun 2024 07:04:36 UTC | login

Information for build golang-github-gorhill-cronexpr-1.0.0-1.fc33

ID195054
Package Namegolang-github-gorhill-cronexpr
Version1.0.0
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/golang-github-gorhill-cronexpr.git#74c64da8dd595ee199b16fde6a5c8a071a306363
SummaryCron expression parser in Go language
Description Given a cron expression and a time stamp, you can get the next time stamp which satisfies the cron expression. In another project, I decided to use cron expression syntax to encode scheduling information. Thus this standalone library to parse and apply time stamps to cron expressions. The time-matching algorithm in this implementation is efficient, it avoids as much as possible to guess the next matching time stamp, a common technique seen in a number of implementations out there.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 24 Apr 2021 10:47:54 UTC
CompletedSat, 24 Apr 2021 11:14:28 UTC
Taskbuild (f33, /rpms/golang-github-gorhill-cronexpr.git:74c64da8dd595ee199b16fde6a5c8a071a306363)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/golang-github-gorhill-cronexpr.git#74c64da8dd595ee199b16fde6a5c8a071a306363'}}
Tags
f33
f37
f38
RPMs
src
golang-github-gorhill-cronexpr-1.0.0-1.fc33.src.rpm (info) (download)
noarch
golang-github-gorhill-cronexpr-devel-1.0.0-1.fc33.noarch.rpm (info) (download)
riscv64
golang-github-gorhill-cronexpr-1.0.0-1.fc33.riscv64.rpm (info) (download)
golang-github-gorhill-cronexpr-debuginfo-1.0.0-1.fc33.riscv64.rpm (info) (download)
golang-github-gorhill-cronexpr-debugsource-1.0.0-1.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Thu Jan 28 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1 - Initial package