Compare commits
No commits in common. "c10s" and "c8s" have entirely different histories.
@ -1 +0,0 @@
|
|||||||
1
|
|
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,7 +1,2 @@
|
|||||||
/alabaster-0.7.6.tar.gz
|
SOURCES/alabaster-0.7.9.tar.gz
|
||||||
/alabaster-0.7.8.tar.gz
|
|
||||||
/alabaster-0.7.9.tar.gz
|
/alabaster-0.7.9.tar.gz
|
||||||
/alabaster-0.7.11.tar.gz
|
|
||||||
/alabaster-0.7.12.tar.gz
|
|
||||||
/alabaster-0.7.13.tar.gz
|
|
||||||
/alabaster-0.7.16.tar.gz
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
10
plan.fmf
10
plan.fmf
@ -1,10 +0,0 @@
|
|||||||
summary: Basic smoke test
|
|
||||||
|
|
||||||
discover:
|
|
||||||
- name: Run smoke-alabaster test
|
|
||||||
how: fmf
|
|
||||||
url: https://gitlab.com/redhat/centos-stream/rpms/python-sphinx
|
|
||||||
ref: c10s
|
|
||||||
test: "/tests/smoke-alabaster"
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
@ -1,168 +1,61 @@
|
|||||||
Name: python-sphinx-theme-alabaster
|
%global pypi_name alabaster
|
||||||
Version: 0.7.16
|
%global srcname sphinx-theme-%{pypi_name}
|
||||||
Release: 5%{?dist}
|
|
||||||
|
Name: python-%{srcname}
|
||||||
|
Version: 0.7.9
|
||||||
|
Release: 7%{?dist}
|
||||||
Summary: Configurable sidebar-enabled Sphinx theme
|
Summary: Configurable sidebar-enabled Sphinx theme
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD
|
||||||
URL: https://pypi.python.org/pypi/alabaster
|
URL: https://pypi.python.org/pypi/%{pypi_name}
|
||||||
Source: %{pypi_source alabaster}
|
Source0: https://pypi.python.org/packages/71/c3/70da7d8ac18a4f4c502887bd2549e05745fa403e2cd9d06a8a9910a762bc/%{pypi_name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
%description
|
||||||
|
This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as
|
||||||
|
used in his Requests project), which was itself originally based on @mitsuhiko's
|
||||||
|
theme used for Flask & related projects.
|
||||||
|
|
||||||
|
|
||||||
|
%package -n python%{python3_pkgversion}-%{srcname}
|
||||||
|
Summary: Configurable sidebar-enabled Sphinx theme
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python%{python3_pkgversion}-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||||
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
||||||
|
|
||||||
# Upstream lists no runtime dependencies,
|
%description -n python%{python3_pkgversion}-%{srcname}
|
||||||
# but alabaster/support.py imports from pygments.
|
This theme is a modified "Kr" Sphinx theme from @kennethreitz (especially as
|
||||||
# This is fine, as the module is only used for pygments.
|
used in his Requests project), which was itself originally based on @mitsuhiko's
|
||||||
# This BuildRequires is necessary for a successful import check.
|
theme used for Flask & related projects.
|
||||||
BuildRequires: python%{python3_pkgversion}-pygments
|
|
||||||
|
|
||||||
%global _description %{expand:
|
|
||||||
Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx
|
|
||||||
documentation system.
|
|
||||||
|
|
||||||
It began as a third-party theme, and is still maintained separately,
|
|
||||||
but as of Sphinx 1.3, Alabaster is an install-time dependency of Sphinx and is
|
|
||||||
selected as the default theme.}
|
|
||||||
|
|
||||||
%description %_description
|
|
||||||
|
|
||||||
|
|
||||||
%package -n python%{python3_pkgversion}-sphinx-theme-alabaster
|
|
||||||
Summary: %{summary}
|
|
||||||
%py_provides python%{python3_pkgversion}-alabaster
|
|
||||||
|
|
||||||
%description -n python%{python3_pkgversion}-sphinx-theme-alabaster %_description
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n alabaster-%{version}
|
%setup -qn %{pypi_name}-%{version}
|
||||||
|
|
||||||
|
# Remove bundled eggs
|
||||||
%generate_buildrequires
|
rm -rf %{pypi_name}.egg-info
|
||||||
%pyproject_buildrequires
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%py3_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install
|
%py3_install
|
||||||
%pyproject_save_files alabaster
|
|
||||||
|
|
||||||
|
|
||||||
%check
|
%files -n python%{python3_pkgversion}-%{srcname}
|
||||||
# upstream has no tests
|
%license LICENSE
|
||||||
%pyproject_check_import
|
|
||||||
|
|
||||||
|
|
||||||
%files -n python%{python3_pkgversion}-sphinx-theme-alabaster -f %{pyproject_files}
|
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
|
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
|
||||||
|
%{python3_sitelib}/%{pypi_name}/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.7.16-5
|
* Mon Jun 18 2018 Miro Hrončok <mhroncok@redhat.com> - 0.7.9-7
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Remove python 2 subpackage (#1592243)
|
||||||
Resolves: RHEL-64018
|
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.7.16-4
|
|
||||||
- Bump release for June 2024 mass rebuild
|
|
||||||
|
|
||||||
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.16-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.16-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 19 2024 Julien Enselme <jujens@jujens.eu> - 0.7.16-1
|
|
||||||
- Update to 0.7.16
|
|
||||||
|
|
||||||
* Mon Nov 20 2023 Miro Hrončok <mhroncok@redhat.com> - 0.7.13-2
|
|
||||||
- Provide python3-alabaster
|
|
||||||
- Run a basic import check when this package is built
|
|
||||||
|
|
||||||
* Sat Oct 21 2023 Julien Enselme <jujens@jujens.eu> - 0.7.13-1
|
|
||||||
- Update to 0.7.13
|
|
||||||
|
|
||||||
* Mon Sep 11 2023 Karolina Surma <ksurma@redhat.com> - 0.7.12-20
|
|
||||||
- Declare the license as an SPDX expression
|
|
||||||
|
|
||||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.12-19
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.7.12-18
|
|
||||||
- Rebuilt for Python 3.12
|
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.12-17
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.12-16
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.7.12-15
|
|
||||||
- Rebuilt for Python 3.11
|
|
||||||
|
|
||||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.12-14
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.12-13
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.7.12-12
|
|
||||||
- Rebuilt for Python 3.10
|
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.12-11
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.12-10
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.7.12-9
|
|
||||||
- Rebuilt for Python 3.9
|
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.12-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.7.12-7
|
|
||||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
|
||||||
|
|
||||||
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 0.7.12-6
|
|
||||||
- Rebuilt for Python 3.8
|
|
||||||
|
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.12-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Mar 06 2019 Miro Hrončok <mhroncok@redhat.com> - 0.7.12-4
|
|
||||||
- Subpackage python2-sphinx-theme-alabaster has been removed
|
|
||||||
See https://fedoraproject.org/wiki/Changes/Sphinx2
|
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.12-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Oct 06 2018 Julien Enselme <jujens@jujens.eu> - 0.7.12-2
|
|
||||||
- Readd Python 2 subpackage
|
|
||||||
|
|
||||||
* Thu Oct 04 2018 Julien Enselme <jujens@jujens.eu> - 0.7.12-1
|
|
||||||
- Update to 0.7.12
|
|
||||||
- Remove Python 2 subpackage
|
|
||||||
|
|
||||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.11-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 0.7.11-4
|
|
||||||
- Rebuilt for Python 3.7
|
|
||||||
|
|
||||||
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 0.7.11-3
|
|
||||||
- Rebuilt for Python 3.7
|
|
||||||
|
|
||||||
* Sat Jun 30 2018 Julien Enselme <jujens@jujens.eu> - 0.7.11-2
|
|
||||||
- Correct source URL
|
|
||||||
|
|
||||||
* Sat Jun 30 2018 Julien Enselme <jujens@jujens.eu> - 0.7.11-1
|
|
||||||
- Update to 0.7.11
|
|
||||||
|
|
||||||
* Thu Jun 14 2018 Miro Hrončok <mhroncok@redhat.com> - 0.7.9-7
|
|
||||||
- Rebuilt for Python 3.7
|
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.9-6
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.9-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (alabaster-0.7.16.tar.gz) = 2ef9d0c631bbd8d3a527e6f6c1e9d1a5533d9fad5e018c66f29b386cc788eee831083b67bb6e86b0ba66fdd78b12ddfc4e5ac15ca01f33d4a914d166a114c393
|
SHA512 (alabaster-0.7.9.tar.gz) = b1286c4d5d17d172baaacbc40ba6a435d433f0880e31416c37ac88df8787bf522f1c28b6903fe92c88414f54286734508860eab86ff7f12da72315bf9ae0e6c8
|
||||||
|
Loading…
Reference in New Issue
Block a user