django-recurrence 1.11.1-1 source package in Ubuntu

Changelog

django-recurrence (1.11.1-1) unstable; urgency=low

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Michael Fladischer ]
  * New upstream release.
  * Use uscan version 4.
  * Use pytest to run upstream tests.
  * Add python3-setuptools-scm to Build-Depends as upstream now uses it
    in setup.py.
  * Enable upstream testsuite for autopkgtests.
  * Remove unnecessary autopkgtest-pkg-python testsuite.
  * Bump Standards-Version to 4.6.0.1.
  * Update year in d/copyright.
  * Add d/upstream/metadata.

 -- Michael Fladischer <email address hidden>  Sat, 29 Jan 2022 08:25:23 +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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
django-recurrence_1.11.1-1.dsc 2.0 KiB 36c299f6f3dfd6cded20561de408f4a851219647024f55c284d066df2e3a74f9
django-recurrence_1.11.1.orig.tar.gz 130.3 KiB 9c89444e651a78c587f352c5f63eda48ab2f53996347b9fcdff2d248f4fcff70
django-recurrence_1.11.1-1.debian.tar.xz 5.3 KiB 46fb7d47d5b8c94389ec8ac29dbb350d080aa28ce614f3cc2808b0ca4b674ab6

Available diffs

No changes file available.

Binary packages built by this source

python-django-recurrence-doc: Django utility wrapping dateutil.rrule (documentation)

 django-recurrence is a utility for working with recurring dates in Django.
 .
 It provides:
  * Recurrence/Rule objects using a subset of rfc2445 (wraps dateutil.rrule)
    for specifying recurring date/times
  * RecurrenceField for storing recurring datetimes in the database
  * a JavaScript widget
 .
 This package contains the documentation.

python3-django-recurrence: Django utility wrapping dateutil.rrule (Python3 version)

 django-recurrence is a utility for working with recurring dates in Django.
 .
 It provides:
  * Recurrence/Rule objects using a subset of rfc2445 (wraps dateutil.rrule)
    for specifying recurring date/times
  * RecurrenceField for storing recurring datetimes in the database
  * a JavaScript widget
 .
 This package contains the Python 3 version of the library.