bibtexparser 2.0.0b5+ds-1 source package in Ubuntu

Changelog

bibtexparser (2.0.0b5+ds-1) unstable; urgency=medium

  * New upstream version 2.0.0b5+ds (Closes: #1058642)
  * Drop d/python3-bibtexparser.docs
  * d/control, add python3-pytest{,-xdist,-cov}, bump policy to 4.6.2
  * d/rules, set DH_VERBOSE to 1, cleanup not needed PYBUILD vars
  * d/tests/python3-bibtexparser, switch to pytest from unittest
  * d/tests/control, add python3-pytest

  [ Alexandre Detiste ]
  * add new python3-pylatexenc dependency
  * set Rules-Requires-Root: no
  * use new dh-sequence-python3

 -- Alexandre Mestiashvili <email address hidden>  Thu, 04 Jan 2024 21:13:21 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bibtexparser_2.0.0b5+ds-1.dsc 2.3 KiB 741c965a68b8bdaf4c369c864b6a36baf9b2c14257608f90df8826b4c2eca70b
bibtexparser_2.0.0b5+ds.orig.tar.xz 64.1 KiB c1061d60645eaf3f3b3b46ac8c341d1b59a5c5dbad0af22ab92ce1a354a6147f
bibtexparser_2.0.0b5+ds-1.debian.tar.xz 4.3 KiB 540b81d376320f305bbf95c52568d11095616db582750d297e79987450a397f7

Available diffs

No changes file available.

Binary packages built by this source

python-bibtexparser-doc: documentation for BibtexParser

 This package contains HTML documentation for python(3)-bibtexparser
 .
 An online reference is available
 at https://bibtexparser.readthedocs.org/

python3-bibtexparser: Python 3 library to parse bibtex files

 The bibtexparser module provides parsing and writing of BibTeX files
 functionality. The parsed data is returned as a simple BibDatabase object
 with the main attribute being entries representing bibliographic sources
 such as books and journal articles.
 .
 This is the Python 3 version of the package