diff --git a/pybtex-0.16.tar.bz2 b/pybtex-0.16.tar.bz2 deleted file mode 100644 index 67fee29..0000000 --- a/pybtex-0.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fd576e7f93327c69da6326b08a0ce75921bb727de351b67a8db17b9f29e32b7 -size 213731 diff --git a/pybtex-0.17.tar.bz2 b/pybtex-0.17.tar.bz2 new file mode 100644 index 0000000..6f8ca96 --- /dev/null +++ b/pybtex-0.17.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fccd2912dc58a60d29d46b11c86f0357f65c9e3793dc7323f40f092858410a18 +size 230220 diff --git a/python-pybtex.changes b/python-pybtex.changes index 9036b14..67f882f 100644 --- a/python-pybtex.changes +++ b/python-pybtex.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Mon May 26 15:17:17 UTC 2014 - gber@opensuse.org + +- update to version 0.17 + - Added pybtex-format utility for formatting bibliography files + as HTML, LaTeX, and other supported human-readable formats. + - Added --strict command line option (all warnings become + errors). + - Added alpha label style, and alpha and unsrtalpha formatting + styles. + - Added support for url, eprint, doi, and pubmed fields in unsrt + style. + - Names with hyphens are now abbreviated correctly + ("Jean-Baptiste" becomes "J.-B."). + - width$ now uses cmr10 font metrics, like in BibTeX. Non-latin + characters are also supported. + - Pythonic style engine now supports @preamble commands. + - Warning on missing fields are now more human-readable. + - When writing BibTeX files, put entry key on the same line with + entry type. Fixes warnings in Jabref. + - When using multiple .bib files, macros defined in earlier files + are available in subsequent ones (like in BibTeX). + - Fixed parsing .bst files with lines consisting of a single % + character. + - Fixed sorting entries without author in author_year_title + sorting style. + - Fixed broken CaseInsensitiveDict.get(). + - CaseInsensitiveDict is now pickleable. + - Added support for registering plugins at runtime with + pybtex.plugin.register_plugin() - useful for using pybtex as a + library. + ------------------------------------------------------------------- Wed May 16 10:43:39 UTC 2012 - gber@opensuse.org diff --git a/python-pybtex.spec b/python-pybtex.spec index c9f0347..20747d5 100644 --- a/python-pybtex.spec +++ b/python-pybtex.spec @@ -1,7 +1,7 @@ # # spec file for package python-pybtex # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: python-pybtex -Version: 0.16 +Version: 0.17 Release: 0 Summary: BibTeX-compatible Bibliography Processor in Python License: MIT