Accepting request 347802 from home:nemysis:branches:Publishing

Please accept these changes.

OBS-URL: https://build.opensuse.org/request/show/347802
OBS-URL: https://build.opensuse.org/package/show/Publishing/python-pybtex?expand=0&rev=12
This commit is contained in:
OBS User mrdocs
2015-12-17 06:42:07 +00:00
committed by Git OBS Bridge
parent 119bb2ea2d
commit bbe2bdae70
4 changed files with 39 additions and 10 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Dec 7 15:17:36 UTC 2015 - nemysis@openSUSE.org
- Update to 0.19, announce message:
- Added Markdown output format (contributed by Jorrit Wronski).
- Incorrectly formatted author and editor names now result in warnings instead of errors,
unless ``--strict`` mode is enabled.
- Fixed HTML escaping.
- Fixed parsing nested ``.aux`` files.
- Fixed splitting names separated by non-lowercase ``" and "``.
- Fixed line numbers in error messages when parsing strings with DOS/Windows line breaks.
- Fixed compatibility with BibTeX when parsing certain weird "von" names.
- Removed excessive trailing newline from ``.bib`` output.
- Text wrapping now works exactly as in BibTeX.
- Added new API for :doc:`reading and writing bibliography data <api/parsing>`.
- Pythonic styles: reworked and extended the :ref:`rich text API <rich-text>`.
- Pythonic styles: added ``strong``, ``i``, ``b``, ``tt`` tags, renamed the old
``emph`` tag to ``em``.
- Pythonic styles: the ``author_year_title`` style now returns ``""`` instead of ``None``
(fixes unorderable types error in Python 3).
- Ported the documentation_ to Sphinx_.
Thanks to Jorrit Wronski and Matthias Troffaes for their fixes and improvements!
- Add BuildRequires, changed by Upstream for python-PyYAML and
python-nose
- Remove obsolete Sed, changed by Upstream
- Change Documentation, changed by Upstream
-------------------------------------------------------------------
Sun Jul 12 19:15:21 UTC 2015 - nemysis@gmx.ch