Accepting request 689906 from devel:languages:python
- update to 1.0.0 - enable testsuite * Support Sphinx-2.0 OBS-URL: https://build.opensuse.org/request/show/689906 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-testing?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 29 16:17:14 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 1.0.0
|
||||
- enable testsuite
|
||||
* Support Sphinx-2.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:54:51 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d30f93007620e137b33edf19f52a7225eab853546b7e588ef09d1342e821e94
|
||||
size 11040
|
||||
3
sphinx-testing-1.0.0.tar.gz
Normal file
3
sphinx-testing-1.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a421b42b2dae8ecad2b4c9d3953f9970e5a9c07bb2c66626338157435e5708c
|
||||
size 11432
|
||||
Reference in New Issue
Block a user