forked from pool/python-sphinx-feature-classification
Compare commits
25 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e17ea4b05c | |||
| 2846f40667 | |||
| 39658fad5a | |||
| 5c1b206645 | |||
| 8293d363a4 | |||
| 2a62811013 | |||
| c9aa7b52c4 | |||
| b17e925b3e | |||
| 003dec8d13 | |||
| a689fc12a0 | |||
| 196d42701c | |||
| 795078698d | |||
|
|
6fac176234 | ||
| 2f0eac8af7 | |||
|
|
582ad6146d | ||
| 3056473ee0 | |||
|
|
b37b2f34f3 | ||
| 5cc143884a | |||
| d2333f306f | |||
| 940b37d0c3 | |||
|
|
d5cc3f2f82 | ||
| bcdb3527c6 | |||
| 191bbc4c09 | |||
| dea64fe343 | |||
| 9397bf138c |
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sun Sep 8 16:29:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sphinx-feature-classification
|
# spec file for package python-sphinx-feature-classification
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 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
|
||||||
@@ -22,7 +22,6 @@ 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,6 +29,7 @@ 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: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
@@ -46,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
|
||||||
@@ -58,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
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2b70bd2bcaa87fcb4edd5f9e4d712b661baeb2bf0735deb0d776e6315b69e7d4
|
|
||||||
size 20000
|
|
||||||
Reference in New Issue
Block a user