Accepting request 582182 from devel:languages:python

- update to 1.7.1
  * fix reading README.rst in setup.py

- fix deps for setuptools

- update to 1.7.0
  * Drop support for python-2.6 and python-3.3

OBS-URL: https://build.opensuse.org/request/show/582182
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-mock?expand=0&rev=5
This commit is contained in:
2018-03-05 12:36:03 +00:00
committed by Git OBS Bridge
parent c8d84e85b7
commit 1b2e7377ba
4 changed files with 22 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
%define modname pytest-mock
%bcond_without python2
Name: python-%{modname}
Version: 1.6.3
Version: 1.7.1
Release: 0
Summary: Thin-wrapper around the mock package for easier use with pytest
License: MIT
@@ -29,8 +29,8 @@ Group: Development/Languages/Python
Url: https://github.com/pytest-dev/%{modname}
Source: https://files.pythonhosted.org/packages/source/p/pytest-mock/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools >= 36}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pytest