python-agate-excel 0.2.5-1 source package in Ubuntu

Changelog

python-agate-excel (0.2.5-1) unstable; urgency=medium

  * Team upload.
  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ 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.

  [ Håvard Flaget Aasen ]
  * New upstream version 0.2.5
    New version is compatible with openpyxl version 3.0.9 Closes: #1000552
  * Rebase patches, mark patches forwarded: not-needed.
  * Update Standards-Version to 4.6.0.
  * Update homepage.
  * Add python3-olefile, drop sphinx-common and dpkg-dev as
    build dependencies.
  * Add rules-requires-root.
  * Drop 'built-using' field.
  * d/watch: Bump version to 4.
  * d/source/local-options -> options. To build twice in a row.
  * autopkgtest: Get Python version with 's' flag.

  [ Jeroen Ploemen ]
  * Control: remove the build profile restriction from the suggested
    dependency of the binary pkg on the -doc pkg.
  * Control: add missing spaces in description.
  * Rules: merge dh_auto_build overrides.

 -- Håvard Flaget Aasen <email address hidden>  Tue, 30 Nov 2021 15:08:09 +0000

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
python-agate-excel_0.2.5-1.dsc 2.4 KiB dd82b2cca86f76a45d3d85b8477340afd614d7ebc52d318227265ef16997a56c
python-agate-excel_0.2.5.orig.tar.gz 162.1 KiB aad17edcc99627106e990755cc54e6d8a77452f6f22b30768b35047fbb12c587
python-agate-excel_0.2.5-1.debian.tar.xz 4.3 KiB 7442a8a7a588629b671aaeebb3e77a40b7fcb4078ef12438e76d30fd02f162d6

No changes file available.

Binary packages built by this source

python-agateexcel-doc: documentation for agate-excel

 Agate-excel adds read support for Excel files (xls and xlsx) to agate. It uses
 a monkey patching pattern to add read methods for xls and xlsx files to all
 agate. Table instances after import of the corresponding agateexcel module.
 .
 This package provides the documentation.

python3-agateexcel: support for Excel files in agate

 Agate-excel adds read support for Excel files (xls and xlsx) to agate. It uses
 a monkey patching pattern to add read methods for xls and xlsx files to all
 agate. Table instances after import of the corresponding agateexcel module.
 .
 This package provides the modules for Python 3.