- Needs to go along sr#561628

- Update to version 0.21:
- Convert to singlespec

OBS-URL: https://build.opensuse.org/package/show/Publishing/python-pybtex?expand=0&rev=14
This commit is contained in:
2018-01-04 13:15:57 +00:00
committed by Git OBS Bridge
parent bbe2bdae70
commit a1693184a6
5 changed files with 52 additions and 63 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Jan 4 13:14:21 UTC 2018 - mpluskal@suse.com
- Update to version 0.21:
* BibTeX writer now uses latexcodec to encode characters that are
not directly supported by the output encoding. Thanks, Hong Xu!
* HTML backend: {braced stings} are now wrapped with
<span class="bibtex-protected"> to enable custom CSS styling.
* unsrt.py: DOI, PubMed and Arxiv links now use HTTPS instead of
HTTP.
* unsrt.py: URLs with percent characters are now formatted
correctly.
* unsrt.py: short page / volume / chapter numbers are now joined
with a non-breaking space, like in BibTeX.
* unsrt.py: inbook now uses the editor field if the author field
is missing, like in BibTeX.
* unsrt.py: the words “volume” and “pages” in the beginning of
the sentence are now capitalized, like in BibTeX.
* unsrt.py: removed unnecessary period between the book title and
the comma in inbook.
* LaTeX backend: fix encoding tilde ("~") characters with newer
versions of latexcodec.
* Fix splitting names with escaped space ("\ ") characters.
- Convert to singlespec
-------------------------------------------------------------------
Mon Dec 7 15:17:36 UTC 2015 - nemysis@openSUSE.org