Update to 4.1
This commit is contained in:
parent
d7a76432a9
commit
1e98e6a61e
23
22.patch
23
22.patch
@ -1,23 +0,0 @@
|
|||||||
From edef152a1885ba510093ef570f1e27802d725800 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Karolina Surma <ksurma@redhat.com>
|
|
||||||
Date: Mon, 27 Feb 2023 15:40:05 +0100
|
|
||||||
Subject: [PATCH] Remove dependency on setuptools - project uses flit now
|
|
||||||
|
|
||||||
---
|
|
||||||
pyproject.toml | 3 ---
|
|
||||||
1 file changed, 3 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/pyproject.toml b/pyproject.toml
|
|
||||||
index 76089f0..557d936 100644
|
|
||||||
--- a/pyproject.toml
|
|
||||||
+++ b/pyproject.toml
|
|
||||||
@@ -33,9 +33,6 @@ classifiers = [
|
|
||||||
"Topic :: Documentation",
|
|
||||||
"Topic :: Documentation :: Sphinx",
|
|
||||||
]
|
|
||||||
-dependencies = [
|
|
||||||
- "setuptools", # for pkg_resources
|
|
||||||
-]
|
|
||||||
dynamic = ["version"]
|
|
||||||
|
|
||||||
[[project.authors]]
|
|
@ -1,5 +1,5 @@
|
|||||||
Name: python-sphinxcontrib-jquery
|
Name: python-sphinxcontrib-jquery
|
||||||
Version: 3.0.0
|
Version: 4.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Extension to include jQuery on newer Sphinx releases
|
Summary: Extension to include jQuery on newer Sphinx releases
|
||||||
|
|
||||||
@ -10,16 +10,10 @@ License: 0BSD AND BSD-2-Clause AND MIT
|
|||||||
URL: https://github.com/sphinx-contrib/jquery/
|
URL: https://github.com/sphinx-contrib/jquery/
|
||||||
Source: %{url}/archive/v%{version}/sphinxcontrib-jquery-%{version}.tar.gz
|
Source: %{url}/archive/v%{version}/sphinxcontrib-jquery-%{version}.tar.gz
|
||||||
|
|
||||||
# This is a leftover dependency that isn't needed in the package anymore
|
|
||||||
# (it uses flit to build)
|
|
||||||
# Patch submitted upstream: https://github.com/sphinx-contrib/jquery/pull/22
|
|
||||||
Patch: https://github.com/sphinx-contrib/jquery/pull/22.patch
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
# Test dependencies
|
|
||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
BuildRequires: python3-sphinx
|
|
||||||
|
|
||||||
%global _description %{expand:
|
%global _description %{expand:
|
||||||
sphinxcontrib-jquery is a Sphinx extension that ensures that jQuery
|
sphinxcontrib-jquery is a Sphinx extension that ensures that jQuery
|
||||||
@ -30,11 +24,6 @@ is always installed for use in Sphinx themes or extensions.}
|
|||||||
|
|
||||||
%package -n python3-sphinxcontrib-jquery
|
%package -n python3-sphinxcontrib-jquery
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
# The other sphinxcontrib packages require Sphinx in their metadata
|
|
||||||
# This one doesn't, so the upstream was queried about it:
|
|
||||||
# https://github.com/sphinx-contrib/jquery/issues/19
|
|
||||||
# Until then, it makes sense to explicitly require Sphinx in Fedora
|
|
||||||
Requires: python3-sphinx
|
|
||||||
|
|
||||||
%description -n python3-sphinxcontrib-jquery %_description
|
%description -n python3-sphinxcontrib-jquery %_description
|
||||||
|
|
||||||
@ -66,5 +55,9 @@ Requires: python3-sphinx
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 29 2023 Karolina Surma <ksurma@redhat.com> - 4.1-1
|
||||||
|
- Update to 4.1
|
||||||
|
Resolves rhbz#2178260
|
||||||
|
|
||||||
* Mon Feb 27 2023 Karolina Surma <ksurma@redhat.com> - 3.0.0-1
|
* Mon Feb 27 2023 Karolina Surma <ksurma@redhat.com> - 3.0.0-1
|
||||||
- Initial package
|
- Initial package
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (sphinxcontrib-jquery-3.0.0.tar.gz) = a681f42734f2925b597f8d90c7b90a3f6df9549d1c97195799670542c5eabdc4d4d4aecfef29f56bd74ffad18ab179cc47f27b8395c11388259473690601901a
|
SHA512 (sphinxcontrib-jquery-4.1.tar.gz) = 17c6b69952171a715c12dea146e8654b3de7940ff4d357ac9fa0070c3daa057e156279d2ca292e4367a5788d58b7347a4df1539b33bdfbea2319473c189dff6a
|
||||||
|
Loading…
Reference in New Issue
Block a user