From 1b2e7377badfb4a2211ac363ccc9404c1d9932067e0e8b4bbb4765d68fe477e0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 5 Mar 2018 12:36:03 +0000 Subject: [PATCH] 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 --- pytest-mock-1.6.3.tar.gz | 3 --- pytest-mock-1.7.1.tar.gz | 3 +++ python-pytest-mock.changes | 17 +++++++++++++++++ python-pytest-mock.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 pytest-mock-1.6.3.tar.gz create mode 100644 pytest-mock-1.7.1.tar.gz 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