python-sphinxcontrib-jquery/python-sphinxcontrib-jquery.spec

75 lines
1.8 KiB
RPMSpec
Raw Normal View History

2023-02-27 15:55:17 +00:00
Name: python-sphinxcontrib-jquery
2023-03-29 11:42:16 +00:00
Version: 4.1
2023-08-15 09:19:56 +00:00
Release: 4%{?dist}
2023-02-27 15:55:17 +00:00
Summary: Extension to include jQuery on newer Sphinx releases
# The project is 0BSD
# _sphinx_javascript_frameworks_compat.js is BSD-2-Clause
# jquery-3.6.0.js and jquery.js are MIT
License: 0BSD AND BSD-2-Clause AND MIT
URL: https://github.com/sphinx-contrib/jquery/
Source: %{url}/archive/v%{version}/sphinxcontrib-jquery-%{version}.tar.gz
2023-08-15 09:19:56 +00:00
# Make the tests pass with Sphinx 7.1+
Patch: https://github.com/sphinx-contrib/jquery/pull/26.patch
2023-02-27 15:55:17 +00:00
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-pytest
%global _description %{expand:
sphinxcontrib-jquery is a Sphinx extension that ensures that jQuery
is always installed for use in Sphinx themes or extensions.}
%description %_description
%package -n python3-sphinxcontrib-jquery
Summary: %{summary}
%description -n python3-sphinxcontrib-jquery %_description
%prep
%autosetup -p1 -n jquery-%{version}
%generate_buildrequires
%pyproject_buildrequires
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files 'sphinxcontrib*'
%check
%pytest
%files -n python3-sphinxcontrib-jquery -f %{pyproject_files}
%doc README.rst
%license LICENCE
%changelog
2023-08-15 09:19:56 +00:00
* Tue Aug 15 2023 Karolina Surma <ksurma@redhat.com> - 4.1-4
- Fix tests with Sphinx 7.1+
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2023-06-14 04:17:21 +00:00
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 4.1-2
- Rebuilt for Python 3.12
2023-03-29 11:42:16 +00:00
* Wed Mar 29 2023 Karolina Surma <ksurma@redhat.com> - 4.1-1
- Update to 4.1
Resolves rhbz#2178260
2023-02-27 15:55:17 +00:00
* Mon Feb 27 2023 Karolina Surma <ksurma@redhat.com> - 3.0.0-1
- Initial package