bibtexparser 2.0.0b5+really1.4.1-1 source package in Ubuntu

Changelog

bibtexparser (2.0.0b5+really1.4.1-1) unstable; urgency=medium

  * Team upload.
  * Revert from 2.0.0 Beta to Latest stable upstream version since 2.0.0b5 is
    not recommended by upstream and causes bugs (at least in qiime #1060965)
  * d/watch: Do not report beta versions
  * Do not exclude harmless .files and leave upstream source untouched
  * Revert switch to pytest from unittest

 -- Andreas Tille <email address hidden>  Sun, 28 Jan 2024 19:11:51 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
bibtexparser_2.0.0b5+really1.4.1-1.dsc 2.4 KiB a589c6c3f6a553c86619246ead92391d19d716961d46efef3080a488f7abe947
bibtexparser_2.0.0b5+really1.4.1.orig.tar.gz 94.9 KiB 42a7db2e14c203b21f0eb0a8fecdf9d010393a8c7555766ff20d81e71e0a627d
bibtexparser_2.0.0b5+really1.4.1-1.debian.tar.xz 4.6 KiB eeed9c70c7c1b3ee5028b70819dc7facc30526be8514b3cb9def11e9c19cf3aa

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