diff --git a/pytest-mock-1.6.3.tar.gz b/pytest-mock-1.6.3.tar.gz deleted file mode 100644 index c4ce4d7..0000000 --- a/pytest-mock-1.6.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:920d1167af5c2c2ad3fa0717d0c6c52e97e97810160c15721ac895cac53abb1c -size 18482 diff --git a/pytest-mock-1.7.1.tar.gz b/pytest-mock-1.7.1.tar.gz new file mode 100644 index 0000000..fc25d6a --- /dev/null +++ b/pytest-mock-1.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b879dff61e31fcd4727c227c182f15f222a155293cc64ed5a02d55e0020cf949 +size 20176 diff --git a/python-pytest-mock.changes b/python-pytest-mock.changes index d14348c..fe11df4 100644 --- a/python-pytest-mock.changes +++ b/python-pytest-mock.changes @@ -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 diff --git a/python-pytest-mock.spec b/python-pytest-mock.spec index 8019086..3611463 100644 --- a/python-pytest-mock.spec +++ b/python-pytest-mock.spec @@ -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