xlsxwriter 3.0.1-1 source package in Ubuntu

Changelog

xlsxwriter (3.0.1-1) unstable; urgency=medium

  * Team Upload.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/watch: Use https protocol
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Convert git repository from git-dpm to gbp layout
  * Use debhelper-compat instead of debian/compat.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Sandro Tosi ]
  * Use the new Debian Python Team contact name and address

  [ Scott Talbert ]
  * Remove Checkbox developers from Maintainer/Uploaders
  * Update Homepage location (Closes: #966164)
  * Update Standards-Version to 4.6.0 (no changes needed)
  * Update to new upstream version 3.0.1 (Closes: #968935, #976862)
  * Remove now-unused section in d/copyright
  * Add lintian override for non-UTF-8 file
  * Rules-Requires-Root: no
  * Update debhelper-compat to 13
  * Update d/watch version to 4

 -- Scott Talbert <email address hidden>  Fri, 17 Sep 2021 11:43:16 -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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xlsxwriter_3.0.1-1.dsc 1.9 KiB 1ecee1838764d99a76ebb6bc8134987b0d550b43143fae77db1f20e722d393de
xlsxwriter_3.0.1.orig.tar.gz 257.4 KiB 3f39bf581c55f3ad1438bc170d7f4c4649cee8b6b7a80d21f79508118eeea52a
xlsxwriter_3.0.1-1.debian.tar.xz 3.8 KiB 4bd06d60868046bbdea517858a329275b2ba1d701218ed22aee1780f02e27d55

Available diffs

No changes file available.

Binary packages built by this source

python3-xlsxwriter: Python 3 module for creating Excel XLSX files

 XlsxWriter is a Python module for writing files in the Excel 2007+ XLSX
 file format.
 .
 XlsxWriter can be used to write text, numbers, formulas and hyperlinks to
 multiple worksheets and it supports features such as formatting and many more,
 including:
 .
  * 100% compatible Excel XLSX files
  * Full formatting
  * Merged cells
  * Defined names
  * Charts
  * Autofilters
  * Data validation and drop down lists
  * Conditional formatting
  * Worksheet PNG/JPEG images
  * Rich multi-format strings
 .
 This is the Python 3 version of the package.