Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-testfixtures for
openSUSE:Factory checked in at 2022-10-10 18:44:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testfixtures (Old)
and /work/SRC/openSUSE:Factory/.python-testfixtures.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-testfixtures"
Mon Oct 10 18:44:02 2022 rev:22 rq:1008127 version:7.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-testfixtures/python-testfixtures.changes
2021-12-29 21:10:40.974272020 +0100
+++
/work/SRC/openSUSE:Factory/.python-testfixtures.new.2275/python-testfixtures.changes
2022-10-10 18:44:23.970847600 +0200
@@ -1,0 +2,30 @@
+Tue Oct 4 15:30:20 UTC 2022 - Daniel Garcia <[email protected]>
+
+- Remove testfixtures-sybil3-py310.patch, it's included in upstream now.
+- Update to 7.0.0
+ * Refresh documentation.
+ * Add type annotations.
+ * Drop support for Python 2. The minimum supported Python version is now 3.6.
+ * Sybil 3 is now the minimum supported version if you use
+ :class:`~.sybil.FileParser`.
+ * Rename and refactor the date and time mocks, they are now :any:`mock_date`,
+ :any:`mock_datetime` and :any:`mock_time`. :func:`test_date`,
+ :func:`test_datetime` and :func:`test_time` are still present as aliases
+ but are now deprecated.
+ * Add :meth:`TempDirectory.as_string`, :meth:`TempDirectory.as_path` and
+ :meth:`TempDirectory.as_local`. :meth:`TempDirectory.getpath` is now
+ deprecated.
+ * :class:`TempDirectory` can now be used to wrap existing directories.
+ * Fixed a bug where :any:`OutputCapture.captured` returned bytes instead of a
+ string with fd=True.
+ * The deprecated strict option to :class:`Comparison` has been removed, use
+ the partial option instead.
+ * The deprecated :meth:`TempDirectory.check`, :meth:`TempDirectory.check_dir`
+ and :meth:`TempDirectory.check_all` methods have been removed.
+- 6.18.5 (1 Mar 2022)
+ * Fix bug in detection of Mock backport.
+- 6.18.4 (25 Feb 2022)
+ * Ensure compatibility with Sybil 2 and Sybil 3 along with pytest 6 and
+ pytest 7.
+
+-------------------------------------------------------------------
Old:
----
testfixtures-6.18.3.tar.gz
testfixtures-sybil3-py310.patch
New:
----
testfixtures-7.0.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-testfixtures.spec ++++++
--- /var/tmp/diff_new_pack.l8WbMz/_old 2022-10-10 18:44:24.522848789 +0200
+++ /var/tmp/diff_new_pack.l8WbMz/_new 2022-10-10 18:44:24.530848806 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-testfixtures
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,12 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-testfixtures
-Version: 6.18.3
+Version: 7.0.0
Release: 0
Summary: A collection of helpers and mock objects for unit tests and
doc tests
License: MIT
URL: https://github.com/Simplistix/testfixtures
Source:
https://files.pythonhosted.org/packages/source/t/testfixtures/testfixtures-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM testfixtures-sybil3-py310.patch --
gh#simplistix/testfixtures#167
-Patch0: testfixtures-sybil3-py310.patch
BuildRequires: %{python_module Twisted}
BuildRequires: %{python_module pytest >= 3.6}
BuildRequires: %{python_module setuptools}
++++++ testfixtures-6.18.3.tar.gz -> testfixtures-7.0.0.tar.gz ++++++
++++ 9394 lines of diff (skipped)