diff --git a/pytest-3.4.2.tar.gz b/pytest-3.4.2.tar.gz deleted file mode 100644 index 749f221..0000000 --- a/pytest-3.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:117bad36c1a787e1a8a659df35de53ba05f9f3398fb9e4ac17e80ad5903eb8c5 -size 812719 diff --git a/pytest-3.5.0.tar.gz b/pytest-3.5.0.tar.gz new file mode 100644 index 0000000..8ab1c8a --- /dev/null +++ b/pytest-3.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae491d1874f199537fd5872b5e1f0e74a009b979df9d53d1553fd03da1703e1 +size 830816 diff --git a/python-pytest-doc.changes b/python-pytest-doc.changes index e27a09a..0350933 100644 --- a/python-pytest-doc.changes +++ b/python-pytest-doc.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Apr 2 14:07:27 UTC 2018 - mimi.vx@gmail.com + +- add python3-sphinxcontrib-trio to BuildRequires + +------------------------------------------------------------------- +Thu Mar 29 13:22:39 UTC 2018 - mimi.vx@gmail.com + +- update to 3.5.0 +- new install dependency python-more-itertools +- more changes in CHANGELOG.rst + ------------------------------------------------------------------- Fri Mar 9 08:38:59 UTC 2018 - mimi.vx@gmail.com diff --git a/python-pytest-doc.spec b/python-pytest-doc.spec index 9538a61..6331cad 100644 --- a/python-pytest-doc.spec +++ b/python-pytest-doc.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest-doc -Version: 3.4.2 +Version: 3.5.0 Release: 0 Summary: Documentation for python-pytest, a testing tool with autodiscovery License: MIT @@ -27,11 +27,13 @@ Url: http://pytest.org Source: https://files.pythonhosted.org/packages/source/p/pytest/pytest-%{version}.tar.gz BuildRequires: %{python_module attrs} BuildRequires: %{python_module hypothesis} +BuildRequires: %{python_module more-itertools} BuildRequires: %{python_module pluggy} BuildRequires: %{python_module py} BuildRequires: %{python_module setuptools_scm} BuildRequires: python-rpm-macros BuildRequires: python3-Sphinx +BuildRequires: python3-sphinxcontrib-trio %ifpython2 BuildRequires: python-funcsigs %endif diff --git a/python-pytest.changes b/python-pytest.changes index e7bd816..c92d28a 100644 --- a/python-pytest.changes +++ b/python-pytest.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 29 13:22:39 UTC 2018 - mimi.vx@gmail.com + +- update to 3.5.0 +- new install dependency python-more-itertools +- more changes in CHANGELOG.rst + ------------------------------------------------------------------- Fri Mar 9 08:37:51 UTC 2018 - mimi.vx@gmail.com diff --git a/python-pytest.spec b/python-pytest.spec index 77b7861..a40126a 100644 --- a/python-pytest.spec +++ b/python-pytest.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pytest -Version: 3.4.2 +Version: 3.5.0 Release: 0 Summary: Python testing tool with autodiscovery and detailed asserts License: MIT @@ -28,7 +28,8 @@ Source: https://files.pythonhosted.org/packages/source/p/pytest/pytest-% BuildRequires: %{python_module setuptools_scm} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-attrs >= 17.2.0 +Requires: python-attrs >= 17.4.0 +Requires: python-more-itertools >= 4.0.0 Requires: python-pluggy >= 0.5 Requires: python-py >= 1.5.0 Requires: python-six >= 1.10.0