forked from pool/python-sphinxext-opengraph
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7a9ea907da | |||
| e005d0eeb6 |
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 06:21:57 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- update to 0.13.0
|
||||
* Add support for Python 3.12
|
||||
* Drop support for Sphinx 4
|
||||
* Add testing for Sphinx 8
|
||||
* Improvements & general refactoring
|
||||
* Allow setting a canonical URL via ogp_canonical_url
|
||||
* Allow ogp_custom_meta_tags to be a tuple
|
||||
* Only use READTHEDOCS_CANONICAL_URL from Read the Docs
|
||||
* Escape reserved HTML characters in og:description
|
||||
* Ignore EPUB builders in html_page_context()
|
||||
* Declare support for Python 3.14
|
||||
* Specify valid types for configuration options
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 09:32:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sphinxext-opengraph
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,21 +26,21 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-sphinxext-opengraph
|
||||
Version: 0.9.1
|
||||
Version: 0.13.0
|
||||
Release: 0
|
||||
Summary: Sphinx Extension to enable OGP support
|
||||
License: MIT
|
||||
URL: https://github.com/wpilibsuite/sphinxext-opengraph
|
||||
Source: https://files.pythonhosted.org/packages/source/s/sphinxext-opengraph/sphinxext-opengraph-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/s/sphinxext-opengraph/sphinxext_opengraph-%{version}.tar.gz
|
||||
BuildRequires: %{python_module flit-core}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python3-Sphinx >= 2.0
|
||||
Requires: python3-Sphinx >= 5.0
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module Sphinx >= 2.0}
|
||||
BuildRequires: %{python_module Sphinx >= 5.0}
|
||||
BuildRequires: %{python_module beautifulsoup4}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module sphinxext-opengraph}
|
||||
@@ -51,7 +51,7 @@ BuildRequires: %{python_module sphinxext-opengraph}
|
||||
Sphinx Extension to enable OGP support
|
||||
|
||||
%prep
|
||||
%setup -q -n sphinxext-opengraph-%{version}
|
||||
%setup -q -n sphinxext_opengraph-%{version}
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
@@ -69,8 +69,8 @@ Sphinx Extension to enable OGP support
|
||||
|
||||
%if !%{with test}
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%license LICENSE.md
|
||||
%doc README.rst
|
||||
%license LICENCE.rst
|
||||
%dir %{python_sitelib}/sphinxext
|
||||
%{python_sitelib}/sphinxext/opengraph
|
||||
%{python_sitelib}/sphinxext_opengraph-%{version}.dist-info
|
||||
|
||||
BIN
sphinxext-opengraph-0.9.1.tar.gz
(Stored with Git LFS)
BIN
sphinxext-opengraph-0.9.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
sphinxext_opengraph-0.13.0.tar.gz
Normal file
3
sphinxext_opengraph-0.13.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:103335d08567ad8468faf1425f575e3b698e9621f9323949a6c8b96d9793e80b
|
||||
size 1026875
|
||||
Reference in New Issue
Block a user