python-calendarweek 0.6-1 source package in Ubuntu

Changelog

python-calendarweek (0.6-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * debian/control: Use dh-sequence-python3 and pybuild-plugin-pyproject.
  * debian/control: Replace setuptools with python3-poetry-core for a correct
    package building.
  * Update standards version to 4.7.0, no changes needed.
  * debian/patches/0001-pyproject.toml-Require-poetry-core-not-poetry.patch:
    Add patch to introduce minimal build-dependency for pep517 build backend.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + python3-calendarweek: Drop versioned constraint on python3-django in
      Conflicts.
  * Trim trailing whitespace.
  * Use secure URI in debian/watch.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository.

 -- Boyuan Yang <email address hidden>  Sun, 11 Aug 2024 20:17:27 -0400

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-calendarweek_0.6-1.dsc 2.1 KiB b278c905b9dcb8db4f12ca059ba5adcf898efaf5d47169fee09f2e188094d679
python-calendarweek_0.6.orig.tar.gz 8.6 KiB 8df37a60efe7324a91c1c1520a8faf67d04c0ebe450317fda6124b58fb6f7e1e
python-calendarweek_0.6-1.debian.tar.xz 2.9 KiB 2d17c192fbe8c5d41916b226a23267adbc765b09c2bab4286a7be3e9e5fff84f

Available diffs

No changes file available.

Binary packages built by this source

python3-calendarweek: Utilities for working with calendar weeks in Python and Django

 python-calendarweek provides a CalendarWeek dataclass for representing one
 week in a year, and utility functions to work with it in pure Python or
 Django.