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:
Dominique Leuenberger 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

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:920d1167af5c2c2ad3fa0717d0c6c52e97e97810160c15721ac895cac53abb1c
size 18482

3
pytest-mock-1.7.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b879dff61e31fcd4727c227c182f15f222a155293cc64ed5a02d55e0020cf949
size 20176

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Mar 3 10:13:26 UTC 2018 - mimi.vx@gmail.com
- update to 1.7.1
* fix reading README.rst in setup.py
-------------------------------------------------------------------
Fri Mar 2 10:04:50 UTC 2018 - chris@computersalat.de
- fix deps for setuptools
-------------------------------------------------------------------
Thu Mar 1 00:05:11 UTC 2018 - mimi.vx@gmail.com
- update to 1.7.0
* Drop support for python-2.6 and python-3.3
-------------------------------------------------------------------
Thu Jan 11 12:23:03 UTC 2018 - tchvatal@suse.com

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