diff --git a/python-sphinx-feature-classification.changes b/python-sphinx-feature-classification.changes index d657a14..dd83f8b 100644 --- a/python-sphinx-feature-classification.changes +++ b/python-sphinx-feature-classification.changes @@ -1,12 +1,26 @@ +------------------------------------------------------------------- +Sun Sep 8 16:29:00 UTC 2024 - Dirk Müller + +- update to 2.0.0: + * Update python classifier in setup.cfg + * Remove six usage + * Drop python3.6/3.7 support in testing runtime + * Update CI to use unversioned jobs template + * Use py3 as the default runtime for tox + * Move flake8 as a pre-commit local target + * Migrate from testr to stestr + * Use TOX\_CONSTRAINTS\_FILE + * Adding pre-commit + ------------------------------------------------------------------- Tue Jun 20 00:36:30 UTC 2023 - Steve Kowalik -- Add missing BuildRequires on six. +- Add missing BuildRequires on six. ------------------------------------------------------------------- Fri Feb 12 13:43:16 UTC 2021 - Dirk Müller -- replace oslotest with more correct fixtures dependency +- replace oslotest with more correct fixtures dependency ------------------------------------------------------------------- Fri Sep 18 12:04:25 UTC 2020 - Dirk Mueller diff --git a/python-sphinx-feature-classification.spec b/python-sphinx-feature-classification.spec index 651c855..b922d33 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) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-sphinx-feature-classification -Version: 1.1.0 +Version: 2.0.0 Release: 0 Summary: Sphinx extension to generate a matrix of pluggable drivers License: Apache-2.0 @@ -31,7 +31,6 @@ BuildRequires: %{python_module docutils} BuildRequires: %{python_module fixtures} BuildRequires: %{python_module pbr >= 2.0} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-docutils >= 0.11 diff --git a/sphinx-feature-classification-1.1.0.tar.gz b/sphinx-feature-classification-1.1.0.tar.gz deleted file mode 100644 index 11c269f..0000000 --- a/sphinx-feature-classification-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b70bd2bcaa87fcb4edd5f9e4d712b661baeb2bf0735deb0d776e6315b69e7d4 -size 20000 diff --git a/sphinx-feature-classification-2.0.0.tar.gz b/sphinx-feature-classification-2.0.0.tar.gz new file mode 100644 index 0000000..2942d16 --- /dev/null +++ b/sphinx-feature-classification-2.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea324fe2a41ab3fab9c8edfa809139c05332810969bce7da48e109b310a51809 +size 22273