diff --git a/python-sphinx-feature-classification.changes b/python-sphinx-feature-classification.changes index 934f376..2a032bf 100644 --- a/python-sphinx-feature-classification.changes +++ b/python-sphinx-feature-classification.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Apr 26 13:34:05 UTC 2019 - Marketa Calabkova + +- update to version 0.3.2 + 0.3.2 + * Change openstack-dev to openstack-discuss + * Optimizing the safety of the http link site in HACKING.rst + 0.3.1 + * Handle ConfigParser.readfp deprecation + * add python 3.6 unit test job + 0.3.0 + * Parse 'driver-notes-XXX' values + * doc: Rework everything + 0.2.0 + * Update for Python 3 compatibility + * Driver usage example is not correct + * set default python to python3 + * Add badges, description and fix links in README + ------------------------------------------------------------------- Tue Dec 18 23:27:57 UTC 2018 - Jan Engelhardt diff --git a/python-sphinx-feature-classification.spec b/python-sphinx-feature-classification.spec index 5ceee07..9de4e7d 100644 --- a/python-sphinx-feature-classification.spec +++ b/python-sphinx-feature-classification.spec @@ -1,7 +1,7 @@ # # spec file for package python-sphinx-feature-classification # -# 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,14 +18,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-sphinx-feature-classification -Version: 0.1.0 +Version: 0.3.2 Release: 0 Summary: Sphinx extension to generate a matrix of pluggable drivers License: Apache-2.0 Group: Development/Languages/Python URL: http://www.openstack.org/ Source: https://files.pythonhosted.org/packages/source/s/sphinx-feature-classification/sphinx-feature-classification-%{version}.tar.gz +BuildRequires: %{python_module ddt >= 1.0.1} +BuildRequires: %{python_module docutils} +BuildRequires: %{python_module oslotest} BuildRequires: %{python_module pbr >= 2.0} +BuildRequires: %{python_module pytest} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-docutils >= 0.11 @@ -47,6 +51,9 @@ their support to an API. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%check +%pytest sphinx_feature_classification/tests + %files %{python_files} %license LICENSE %doc AUTHORS ChangeLog README.rst diff --git a/sphinx-feature-classification-0.1.0.tar.gz b/sphinx-feature-classification-0.1.0.tar.gz deleted file mode 100644 index d9a20ca..0000000 --- a/sphinx-feature-classification-0.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae55b6bfbb1545dc0f12554d530dd9055e2b020afd9bd8946bd61aef613f74b6 -size 18135 diff --git a/sphinx-feature-classification-0.3.2.tar.gz b/sphinx-feature-classification-0.3.2.tar.gz new file mode 100644 index 0000000..df40931 --- /dev/null +++ b/sphinx-feature-classification-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd16cb8062c0ce923ac705e9e835a4ac903b6dbd927548388746fdbbfa1db67 +size 20142