15
0

- Add patch to fix build with python 3.8.3:

* python383.patch
- Update to 6.14.1:
  * Fix bugs in comparison of :func:`~unittest.mock.call` objects where the :func:`repr` of the :func:`~unittest.mock.call` arguments were the same even when their attributes were not.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testfixtures?expand=0&rev=25
This commit is contained in:
Tomáš Chvátal
2020-05-19 10:22:56 +00:00
committed by Git OBS Bridge
parent 7c8c779822
commit 20b5a82685
5 changed files with 36 additions and 5 deletions

View File

@@ -19,13 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-testfixtures
Version: 6.14.0
Version: 6.14.1
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
# Test case dependencies
Patch0: python383.patch
BuildRequires: %{python_module Django}
BuildRequires: %{python_module Twisted}
BuildRequires: %{python_module pytest >= 3.6}
@@ -58,6 +58,7 @@ their own library and give them some tests of their own!
%prep
%setup -q -n testfixtures-%{version}
%patch0 -p1
chmod a-x docs/*.txt
%build