Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pybtex for openSUSE:Factory 
checked in at 2021-10-06 19:50:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pybtex (Old)
 and      /work/SRC/openSUSE:Factory/.python-pybtex.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pybtex"

Wed Oct  6 19:50:00 2021 rev:17 rq:923516 version:0.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pybtex/python-pybtex.changes      
2020-10-02 17:41:41.238895478 +0200
+++ /work/SRC/openSUSE:Factory/.python-pybtex.new.2443/python-pybtex.changes    
2021-10-06 19:50:12.864063838 +0200
@@ -1,0 +2,21 @@
+Thu Sep 30 02:49:50 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Update to 0.24.0:
+  * Added support for sup and sub tags to LaTeX and Markdown backends.
+  * Added support for @online entries and the urldate field.
+  * Fixed bugs in the example plugin.
+  * Fixed bad get_default_encoding() call.
+  * Reimplemented pybtex.utils.OrderedCaseInsensitiveDict using
+    collections.OrderedDict (so it has a __delitem__).
+  * unsrt.py now supports type when formatting phdthesis.
+  * Added from_string to pybtex.database.BibliographyData.
+  * Added from_string and to_string to pybtex.database.Entry.
+  * Preserve order in pybtex.utils.OrderedCaseInsensitiveDict.__repr__.
+  * Fixed entries with duplicate keys being removed during sorting.
+  * Fixed handling of duplicate person fields
+  * Use xml.etree.ElementTree instead of the deprecated cElementTree.
+  * Import base classes from collections.abc instead of collections.
+  * Use __iter__ instead of deprecated Element.getchildren().
+- Switch to using pytest to run tests, and run the testsuite.
+
+-------------------------------------------------------------------

Old:
----
  pybtex-0.22.2.tar.gz

New:
----
  pybtex-0.24.0.tar.gz

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

Other differences:
------------------
++++++ python-pybtex.spec ++++++
--- /var/tmp/diff_new_pack.pfAsF7/_old  2021-10-06 19:50:13.392064327 +0200
+++ /var/tmp/diff_new_pack.pfAsF7/_new  2021-10-06 19:50:13.392064327 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pybtex
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2010 Guido Berhoerster.
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oname   pybtex
 Name:           python-pybtex
-Version:        0.22.2
+Version:        0.24.0
 Release:        0
 Summary:        BibTeX-compatible Bibliography Processor in Python
 License:        MIT
@@ -30,8 +30,8 @@
 BuildRequires:  %{python_module PyYAML >= 3.0.1}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module latexcodec}
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pyparsing}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  fdupes
@@ -40,7 +40,7 @@
 Requires:       python-pyparsing
 Requires:       python-six
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 BuildArch:      noarch
 %python_subpackages
 
@@ -75,6 +75,9 @@
 %python_clone -a %{buildroot}%{_bindir}/%{oname}-convert
 %python_clone -a %{buildroot}%{_bindir}/%{oname}
 
+%check
+%pytest
+
 %post
 %python_install_alternative %{oname}-format.1
 %python_install_alternative %{oname}-convert.1

++++++ pybtex-0.22.2.tar.gz -> pybtex-0.24.0.tar.gz ++++++
++++ 6129 lines of diff (skipped)

Reply via email to