Hello community,

here is the log from the commit of package python-pybtex for openSUSE:Factory 
checked in at 2020-10-02 17:40:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pybtex (Old)
 and      /work/SRC/openSUSE:Factory/.python-pybtex.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pybtex"

Fri Oct  2 17:40:37 2020 rev:16 rq:839118 version:0.22.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pybtex/python-pybtex.changes      
2020-05-23 17:28:10.883504171 +0200
+++ /work/SRC/openSUSE:Factory/.python-pybtex.new.4249/python-pybtex.changes    
2020-10-02 17:41:41.238895478 +0200
@@ -1,0 +2,24 @@
+Fri Oct  2 08:44:00 UTC 2020 - Martin Pluskal <mplus...@suse.com>
+
+- Do not ship tests
+
+-------------------------------------------------------------------
+Wed Sep 16 21:15:17 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 0.22.2:
+  * Fixed compatibility with Python 2 and older versions of Python 3.
+  * Fixed non-working ``--backend`` option with ``pybtex -l python``.
+  * Fixed handling of duplicate fields in ``.bib`` biles.
+  * BibTeX parser is now up to 10% faster on some files.
+  * Fixed parsing of names with ``\~`` characters.
+  * Fixed formatting proceedings without an ``editor`` field in ``unsrt.py``.
+  * In case of too many braces in a BibTeX string, ``PybtexSyntaxError`` is 
now raised instead
+  * Dropped ``2to3``, made the code compatible with both Python 2 and 3 with 
Six_.
+  * Moved tests outside of the ``pybtex`` package.
+  * Fixed searching in docs with recent versions of Sphinx_.
+  * API: renamed ``bibtex.BibTeXEntryIterator`` to ``bibtex.LowLevelParser`` 
for clarity.
+  * API: removed confusing usage of ``Person.text`` in ``tempate.names``.
+  * API: ``Entry.fields`` does not automagically look for cross-referenced 
entries
++  anymore.
+
+-------------------------------------------------------------------

Old:
----
  pybtex-0.21.tar.gz

New:
----
  pybtex-0.22.2.tar.gz

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

Other differences:
------------------
++++++ python-pybtex.spec ++++++
--- /var/tmp/diff_new_pack.UJsHYa/_old  2020-10-02 17:41:43.098896587 +0200
+++ /var/tmp/diff_new_pack.UJsHYa/_new  2020-10-02 17:41:43.102896589 +0200
@@ -20,7 +20,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oname   pybtex
 Name:           python-pybtex
-Version:        0.21
+Version:        0.22.2
 Release:        0
 Summary:        BibTeX-compatible Bibliography Processor in Python
 License:        MIT
@@ -33,10 +33,12 @@
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pyparsing}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-latexcodec
 Requires:       python-pyparsing
+Requires:       python-six
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:      noarch
@@ -61,6 +63,7 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_expand rm -rf %{buildroot}%{$python_sitelib}/tests
 # install man
 for man in %{oname} %{oname}-convert %{oname}-format ; do
   install -Dpm 0644 docs/man1/${man}.1 %{buildroot}%{_mandir}/man1/${man}.1

++++++ pybtex-0.21.tar.gz -> pybtex-0.22.2.tar.gz ++++++
++++ 56219 lines of diff (skipped)


Reply via email to