Commit graph

6 commits

Author SHA1 Message Date
adam
4676a05dbc py-pybtex: updated to 0.22.2
Version 0.22.2
- Fixed compatibility with Python 2 and older versions of Python 3.

Version 0.22.1
- Fixed non-working ``--backend`` option with ``pybtex -l python``.
2019-10-22 06:37:36 +00:00
adam
38c5c560f1 py-pybtex: ...and do not install tests 2018-12-13 21:01:01 +00:00
adam
a19a50f943 py-pybtex: updated to 0.22.0
Version 0.22.0
Fixed handling of duplicate fields in .bib biles.
BibTeX parser is now up to 10% faster on some files.
Fixed parsing of names with \~ characters.
Fixed formatting proceedings without an editor field in unsrt.py.
In case of too many braces in a BibTeX string, PybtexSyntaxError is now raised instead of RecursionError.
Dropped 2to3, made the code compatible with both Python 2 and 3 with Six.
Moved tests outside of the pybtex package.
Fixed searching in docs with recent versions of Sphinx.
API: renamed bibtex.BibTeXEntryIterator to bibtex.LowLevelParser for clarity.
API: removed confusing usage of Person.text in tempate.names.
API: Entry.fields does not automagically look for cross-referenced entries anymore.
2018-12-13 20:45:49 +00:00
jaapb
2d82b67847 corrected Python dependencies for textproc/py-pybtex 2018-07-26 14:20:29 +00:00
jaapb
63c2748242 Build dependencies for textproc/py-pybtex are full dependencies 2018-07-26 14:01:57 +00:00
jaapb
ae4a6a3bf3 Added package textproc/py-pybtex, a BibTeX processor in python.
This is needed as a dependency for an update to lang/coq.
2018-07-26 13:55:30 +00:00