diff --git a/python-sphinx-testing.changes b/python-sphinx-testing.changes index 2f2c8c7..9178309 100644 --- a/python-sphinx-testing.changes +++ b/python-sphinx-testing.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 29 16:17:14 UTC 2019 - Ondřej Súkup + +- update to 1.0.0 +- enable testsuite + * Support Sphinx-2.0 + ------------------------------------------------------------------- Tue Dec 4 12:54:51 UTC 2018 - Matej Cepl diff --git a/python-sphinx-testing.spec b/python-sphinx-testing.spec index 36a10c0..f9368b5 100644 --- a/python-sphinx-testing.spec +++ b/python-sphinx-testing.spec @@ -1,7 +1,7 @@ # # spec file for package python-sphinx-testing # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,19 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sphinx-testing -Version: 0.7.2 +Version: 1.0.0 Release: 0 -Summary: testing utility classes and functions for Sphinx extensions +Summary: Testing utility classes and functions for Sphinx extensions License: BSD-2-Clause Group: Development/Languages/Python URL: https://github.com/sphinx-doc/sphinx-testing Source: https://files.pythonhosted.org/packages/source/s/sphinx-testing/sphinx-testing-%{version}.tar.gz BuildRequires: %{python_module Sphinx} -BuildRequires: %{python_module mock} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} +BuildRequires: fdupes +BuildRequires: python-mock BuildRequires: python-rpm-macros Requires: python-Sphinx Requires: python-six @@ -46,9 +48,10 @@ sphinx-testing provides testing utility classes and functions for Sphinx extensi %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %license LICENSE diff --git a/sphinx-testing-0.7.2.tar.gz b/sphinx-testing-0.7.2.tar.gz deleted file mode 100644 index 02eeee1..0000000 --- a/sphinx-testing-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d30f93007620e137b33edf19f52a7225eab853546b7e588ef09d1342e821e94 -size 11040 diff --git a/sphinx-testing-1.0.0.tar.gz b/sphinx-testing-1.0.0.tar.gz new file mode 100644 index 0000000..a5a61f1 --- /dev/null +++ b/sphinx-testing-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a421b42b2dae8ecad2b4c9d3953f9970e5a9c07bb2c66626338157435e5708c +size 11432