Hello community,

here is the log from the commit of package python-pybtex for openSUSE:Factory 
checked in at 2015-12-23 08:49:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pybtex (Old)
 and      /work/SRC/openSUSE:Factory/.python-pybtex.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pybtex"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pybtex/python-pybtex.changes      
2015-07-14 17:45:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-pybtex.new/python-pybtex.changes 
2015-12-23 08:49:44.000000000 +0100
@@ -1,0 +2,29 @@
+Mon Dec  7 15:17:36 UTC 2015 - nemy...@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
+
+-------------------------------------------------------------------

Old:
----
  pybtex-0.18.tar.bz2

New:
----
  pybtex-0.19.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pybtex.spec ++++++
--- /var/tmp/diff_new_pack.NB2Xdm/_old  2015-12-23 08:49:45.000000000 +0100
+++ /var/tmp/diff_new_pack.NB2Xdm/_new  2015-12-23 08:49:45.000000000 +0100
@@ -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 @@
 %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 @@
 %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 @@
 %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 @@
 %{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

++++++ pybtex-0.18.tar.bz2 -> pybtex-0.19.tar.bz2 ++++++
++++ 12721 lines of diff (skipped)


Reply via email to