17
0

Compare commits

4 Commits

Author SHA256 Message Date
a52b27f118 Accepting request 1285974 from devel:languages:python
- Switch to pyroject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/request/show/1285974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-feature-classification?expand=0&rev=12
2025-06-16 09:13:13 +00:00
2512d14ee2 - Switch to pyroject macros.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-feature-classification?expand=0&rev=25
2025-06-16 06:24:57 +00:00
3fcc436c10 Accepting request 1199493 from devel:languages:python
- 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

- Add missing BuildRequires on six.
- replace oslotest with more correct fixtures dependency

OBS-URL: https://build.opensuse.org/request/show/1199493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-feature-classification?expand=0&rev=11
2024-09-09 12:44:42 +00:00
3bd2e68267 - 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
- Add missing BuildRequires on six.
- replace oslotest with more correct fixtures dependency

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-feature-classification?expand=0&rev=23
2024-09-08 16:29:52 +00:00
4 changed files with 33 additions and 13 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Mon Jun 16 06:17:44 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyroject macros.
- No more greedy globs in %files.
-------------------------------------------------------------------
Sun Sep 8 16:29:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <steven.kowalik@suse.com> Tue Jun 20 00:36:30 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-sphinx-feature-classification # spec file for package python-sphinx-feature-classification
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,12 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons}
Name: python-sphinx-feature-classification Name: python-sphinx-feature-classification
Version: 1.1.0 Version: 2.0.0
Release: 0 Release: 0
Summary: Sphinx extension to generate a matrix of pluggable drivers Summary: Sphinx extension to generate a matrix of pluggable drivers
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python
URL: https://www.openstack.org/ URL: https://www.openstack.org/
Source: https://files.pythonhosted.org/packages/source/s/sphinx-feature-classification/sphinx-feature-classification-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/sphinx-feature-classification/sphinx-feature-classification-%{version}.tar.gz
BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module Sphinx}
@@ -30,8 +29,8 @@ BuildRequires: %{python_module ddt >= 1.0.1}
BuildRequires: %{python_module docutils} BuildRequires: %{python_module docutils}
BuildRequires: %{python_module fixtures} BuildRequires: %{python_module fixtures}
BuildRequires: %{python_module pbr >= 2.0} BuildRequires: %{python_module pbr >= 2.0}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-docutils >= 0.11 Requires: python-docutils >= 0.11
@@ -47,10 +46,10 @@ their support to an API.
%setup -q -n sphinx-feature-classification-%{version} %setup -q -n sphinx-feature-classification-%{version}
%build %build
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
@@ -59,6 +58,7 @@ their support to an API.
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE
%doc AUTHORS ChangeLog README.rst %doc AUTHORS ChangeLog README.rst
%{python_sitelib}/* %{python_sitelib}/sphinx_feature_classification
%{python_sitelib}/sphinx_feature_classification-%{version}.dist-info
%changelog %changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b70bd2bcaa87fcb4edd5f9e4d712b661baeb2bf0735deb0d776e6315b69e7d4
size 20000

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea324fe2a41ab3fab9c8edfa809139c05332810969bce7da48e109b310a51809
size 22273