Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sybil for openSUSE:Factory 
checked in at 2021-12-25 20:16:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sybil (Old)
 and      /work/SRC/openSUSE:Factory/.python-sybil.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sybil"

Sat Dec 25 20:16:25 2021 rev:12 rq:940129 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sybil/python-sybil.changes        
2021-03-02 15:29:48.465947809 +0100
+++ /work/SRC/openSUSE:Factory/.python-sybil.new.2520/python-sybil.changes      
2021-12-25 20:16:27.889240775 +0100
@@ -1,0 +2,17 @@
+Mon Dec 13 04:11:03 UTC 2021 - Steve Kowalik <[email protected]>
+
+- Update to 3.0.0:
+  * Require pytest 6.2.0.
+  * Drop Python 2 support.
+  * Add support for Python 3.10
+  * Remove the encoding parameter to
+    :class:`~sybil.parsers.doctest.DocTestParser` as it is no longer used.
+  * :class:`~sybil.parsers.codeblock.CodeBlockParser` has been renamed to
+    :class:`~sybil.parsers.codeblock.PythonCodeBlockParser`, see the
+    :ref:`codeblock-parser` documentation for details.
+  * Support has been added to check examples in Python source code in
+    addition to documentation source files.
+  * :attr:`~sybil.parsers.doctest.FIX_BYTE_UNICODE_REPR` has been removed
+    as it should no longer be needed. 
+
+-------------------------------------------------------------------

Old:
----
  sybil-2.0.1.tar.gz

New:
----
  sybil-3.0.0.tar.gz

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

Other differences:
------------------
++++++ python-sybil.spec ++++++
--- /var/tmp/diff_new_pack.jXwv1A/_old  2021-12-25 20:16:28.681241419 +0100
+++ /var/tmp/diff_new_pack.jXwv1A/_new  2021-12-25 20:16:28.689241426 +0100
@@ -17,15 +17,15 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-sybil
-Version:        2.0.1
+Version:        3.0.0
 Release:        0
 Summary:        Automated testing of examples in documentation
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/cjw296/sybil
 Source:         
https://files.pythonhosted.org/packages/source/s/sybil/sybil-%{version}.tar.gz
-BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module pytest >= 6.2}
 BuildRequires:  %{python_module setuptools-git}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes

++++++ sybil-2.0.1.tar.gz -> sybil-3.0.0.tar.gz ++++++
++++ 3814 lines of diff (skipped)

Reply via email to