python-cron-descriptor 1.4.3-1 source package in Ubuntu

Changelog

python-cron-descriptor (1.4.3-1) unstable; urgency=low

  * New upstream version 1.4.3
  * Update year in d/copyright.
  * Use dh-sequence-python3.
  * Install testfiles using d/pybuild.testfiles.

 -- Michael Fladischer <email address hidden>  Wed, 31 Jan 2024 16:41:09 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-cron-descriptor_1.4.3-1.dsc 1.9 KiB 305628d688daa204143a24842cf7de38ffeeed9aae452382afb84b264a5ded0e
python-cron-descriptor_1.4.3.orig.tar.gz 42.9 KiB ff7e27520298e12199782f7f67fbc4d804745eb0e26f37be0da86b2134e9fca9
python-cron-descriptor_1.4.3-1.debian.tar.xz 2.6 KiB 4f8f6e6aa8bd9f75dcc6d926f86872f54b35a3f63bb66651a4849572cd252c05

Available diffs

No changes file available.

Binary packages built by this source

python3-cron-descriptor: convert cron expressions into human readable strings (Python3 version)

 A Python library that converts cron expressions into human readable strings.
 .
 Features:
  * Supports all cron expression special characters including * / , - ? L W, #
  * Supports 5, 6 (w/ seconds or year), or 7 (w/ seconds and year) part cron
    expressions
  * Provides casing options (Sentence, Title, Lower, etc.)
 .
 This package contains the Python 3 version of the library.