From 671a2fa3b7b39b299fc09eeb7aa66856da62dd051f67f19700f98e392ecc40a1 Mon Sep 17 00:00:00 2001 From: Guido Berhoerster Date: Mon, 26 May 2014 15:22:34 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/Publishing/python-pybtex?expand=0&rev=6 --- pybtex-0.16.tar.bz2 | 3 --- pybtex-0.17.tar.bz2 | 3 +++ python-pybtex.changes | 32 ++++++++++++++++++++++++++++++++ python-pybtex.spec | 4 ++-- 4 files changed, 37 insertions(+), 5 deletions(-) delete mode 100644 pybtex-0.16.tar.bz2 create mode 100644 pybtex-0.17.tar.bz2 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