jinja2-time 0.2.0-5 source package in Ubuntu

Changelog

jinja2-time (0.2.0-5) unstable; urgency=medium

  * Team upload.
  * Use dh-sequence-python3
  * Set "Rules-Requires-Root: no"
  * Set the Team as Maintainer per new DPT Policy

  [ Debian Janitor ]
  * Remove obsolete field Name from debian/upstream/metadata (already present in
    machine-readable debian/copyright).
  * Update standards version to 4.6.1, no changes needed.

 -- Alexandre Detiste <email address hidden>  Wed, 25 Dec 2024 20:48:04 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jinja2-time_0.2.0-5.dsc 2.2 KiB de38218bef0161ad3a97c1840a09b8e503dc6a865c2616aa1e4152fa24174d2b
jinja2-time_0.2.0.orig.tar.gz 5.6 KiB d14eaa4d315e7688daa4969f616f226614350c48730bfa1692d2caebd8c90d40
jinja2-time_0.2.0-5.debian.tar.xz 4.8 KiB 3023e16bf798f5e1ba8343a0ff2c88426329652f7b1c319da57387799859bb52

Available diffs

No changes file available.

Binary packages built by this source

python3-jinja2-time: Jinja2 extension for dates and times - Python 3.x

 This extension for the template engine Jinja2 adds a "now" tag
 that retrieves the current datetime in a given time zone from your
 templates. Time zone specifiers supported are "utc", "local",
 "[+-]HH[:][MM]" and formats supported by dateutil.tz.gettz (including
 IANA zones and GNU tz strings). A format string can be provided to
 control the output.