Revisions of python-pybtex

buildservice-autocommit accepted request 1174785 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 25)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1174636 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 24)
- Use %autosetup macro: allows us to eliminate usage of deprecated
  %patchN syntax.
buildservice-autocommit accepted request 1070072 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 23)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1069871 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 22)
- do not require python-six
- added patches
  fix https://bitbucket.org/pybtex-devs/pybtex/commits/6afabe217af95995d595de493cf9bc5120f85ca7
  + python-pybtex-no-six.patch
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 922255 from Steve Kowalik's avatar Steve Kowalik (StevenK) (revision 21)
- Update to 0.24.0:
  * Added support for sup and sub tags to LaTeX and Markdown backends.
  * Added support for @online entries and the urldate field.
  * Fixed bugs in the example plugin.
  * Fixed bad get_default_encoding() call.
  * Reimplemented pybtex.utils.OrderedCaseInsensitiveDict using
    collections.OrderedDict (so it has a __delitem__).
  * unsrt.py now supports type when formatting phdthesis.
  * Added from_string to pybtex.database.BibliographyData.
  * Added from_string and to_string to pybtex.database.Entry.
  * Preserve order in pybtex.utils.OrderedCaseInsensitiveDict.__repr__.
  * Fixed entries with duplicate keys being removed during sorting.
  * Fixed handling of duplicate person fields
  * Use xml.etree.ElementTree instead of the deprecated cElementTree.
  * Import base classes from collections.abc instead of collections.
  * Use __iter__ instead of deprecated Element.getchildren().
- Switch to using pytest to run tests, and run the testsuite.
buildservice-autocommit accepted request 839118 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 20)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 19)
- Do not ship tests
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 835009 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
- update to 0.22.2:
  * Fixed compatibility with Python 2 and older versions of Python 3.
  * Fixed non-working ``--backend`` option with ``pybtex -l python``.
  * 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
  * 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.
buildservice-autocommit accepted request 807689 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 17)
baserev update by copy to link target
buildservice-autocommit accepted request 561638 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 15)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 14)
- Needs to go along sr#561628
- Update to version 0.21:
- Convert to singlespec
buildservice-autocommit accepted request 349284 from mrdocs's avatar mrdocs (revision 13)
baserev update by copy to link target
mrdocs's avatar mrdocs accepted request 347802 from Rusmir Duško's avatar Rusmir Duško (nemysis) (revision 12)
Please accept these changes.
buildservice-autocommit accepted request 316320 from mrdocs's avatar mrdocs (revision 11)
baserev update by copy to link target
mrdocs's avatar mrdocs accepted request 316312 from Rusmir Duško's avatar Rusmir Duško (nemysis) (revision 10)
Please accept these changes.
buildservice-autocommit accepted request 246434 from Guido Berhoerster's avatar Guido Berhoerster (gberh) (revision 9)
baserev update by copy to link target
Guido Berhoerster's avatar Guido Berhoerster (gberh) committed (revision 8)
- update to version 0.18
  - Pybtex is now fully case-insensitive (like BibTeX). As a
    consequence, IEEEtran styles now work corretly.
  - Added ``--preserve-case`` optoin to ``pybtex-convert`` (by
    default all identifiers are converted to lower case).
  - An erorr is reported if two citations have the same key but
    different case, like in BibTeX. (Example: ddt1999 and DDT1999).
  - Fixed parsing unused bibliography entries with strings
    containing @ characters.
  - ``entry.max$`` constant is now set to 250, ``global.max$`` is
    set to 20000, like in BibTeX.
  - Added ``--strict`` option to ``pybtex-convert`` and
    ``pybtex-format`` (turns warning to errors).
  - Strict mode is now enabled by default when using pybtex as a
    library (exceptions are raised on all errors instead of just
    printing warnings to stderr).
    Non-strict error handling is still enabled when using pybtex
    from the command line, for compatibility with BibTeX. Use
    ``--strict`` option if you don't like this.
  - Added missing pybtex-format manpage.
buildservice-autocommit accepted request 235424 from Guido Berhoerster's avatar Guido Berhoerster (gberh) (revision 7)
baserev update by copy to link target
Guido Berhoerster's avatar Guido Berhoerster (gberh) committed (revision 6)
- update to version 1.3
  * Windows RT viewer app for MuPDF.
  * Library changes to support progressive loading (display PDF
    files as they download). Windows/Linux/MacOS viewer supports
    this using curl.
  * Incremental updates to PDF files are now (optionally) preserved
    on loading/saving.
  * Prototype support for checking PDF Digital Signatures.
  * Initial annotation support (strike-out, underline, highlight
   and ink) (library and android builds only).
  * Fix operation on Android API level 8.
  * Android redraw optimisations.
  * Android app now supports Google Cloud Print.
  * Android app translated into many languages.
  * Android support for more architectures.
  * Improvements to store (avoid collisions causing unnecessary
    evictions).
  * Windows apps use Unicode filenames now.
  * PDF function handling improved; functions can now be passed to
    devices without 'sampling'.
  * PDF image handling improved; images can now be passed to
   devices without decompression.
  * Indexed images are no longer uncompressed at load time, saving
    memory.
  * Caching of rendered tiles for speed.
  * Improved text analysis mode, capable of spotting
    columns/indents, right-to-left text etc.
  * HTML output mode now includes image output.
  * PDF password encoding handling improved.
  * MuPDF now opens Jpeg, Tiff and PNG files directly.
Displaying revisions 1 - 20 of 25
openSUSE Build Service is sponsored by