diff --git a/pybtex-0.18.tar.bz2 b/pybtex-0.18.tar.bz2 deleted file mode 100644 index 15a910c..0000000 --- a/pybtex-0.18.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa152603ed30393bae43c9ef2eb410f98d0866d0f655b5c2fcdfbe6e9ca99e93 -size 256266 diff --git a/pybtex-0.19.tar.bz2 b/pybtex-0.19.tar.bz2 new file mode 100644 index 0000000..3061b19 --- /dev/null +++ b/pybtex-0.19.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9b18149e4686643605338486d8a9fd523a0398d70296755d62d131648f5648 +size 278999 diff --git a/python-pybtex.changes b/python-pybtex.changes index e415a18..78a9548 100644 --- a/python-pybtex.changes +++ b/python-pybtex.changes @@ -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 `. + - Pythonic styles: reworked and extended the :ref:`rich text API `. + - 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 diff --git a/python-pybtex.spec b/python-pybtex.spec index 1a8e3b5..f2284dd 100644 --- a/python-pybtex.spec +++ b/python-pybtex.spec @@ -20,7 +20,7 @@ %define oname pybtex Name: python-pybtex -Version: 0.18 +Version: 0.19 Release: 0 Summary: BibTeX-compatible Bibliography Processor in Python License: MIT @@ -31,7 +31,9 @@ Source1: %{name}-rpmlintrc %if 0%{?suse_version} BuildRequires: fdupes %endif +BuildRequires: python-PyYAML BuildRequires: python-devel +BuildRequires: python-nose BuildRequires: python-setuptools Requires: python-pyparsing BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -68,9 +70,6 @@ Documentation for the package python-pybtex. %prep %setup -q -n %{oname}-%{version} -# Fix URL -sed -i 's|http://pybtex.sourceforge.net/|%{url}|' setup.py - # prevent tests from being installed rm -rf %{oname}/tests @@ -93,7 +92,7 @@ done %endif %files -%defattr(-,root,root,-) +%defattr(-,root,root) %{_bindir}/%{oname}* %{_mandir}/man1/%{oname}.1%{ext_man} %{_mandir}/man1/%{oname}-convert.1%{ext_man} @@ -103,7 +102,8 @@ done %{python_sitelib}/%{oname}-%{version}-py%{py_ver}.egg-info %files -n %{name}-doc -%defattr(-,root,root,-) -%doc docs/html examples COPYING CHANGES README +%defattr(-,root,root) +%doc examples CHANGES COPYING README +#docs/html %changelog