forked from pool/python-sphinxext-opengraph
- update to v0.7.5:
* check for description length before subscripting * Use Sphinx Builder method to get page url * Fix field names in readme * Allow dirhtml builder without ogp_site_url * Take default og:site_name from sphinx project config value * Do not append index with dirhtml * Create wheel with version number not "main" * Don't run CI on tag and push * Fix option name in README.md. * Test multiple Sphinx and OS versions * Fix ci workflow syntax * Tidy up whitespace * ci: Pin PyPI publish action to v1 * Add support for meta description OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxext-opengraph?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 7 12:46:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to v0.7.5:
|
||||||
|
* check for description length before subscripting
|
||||||
|
* Use Sphinx Builder method to get page url
|
||||||
|
* Fix field names in readme
|
||||||
|
* Allow dirhtml builder without ogp_site_url
|
||||||
|
* Take default og:site_name from sphinx project config value
|
||||||
|
* Do not append index with dirhtml
|
||||||
|
* Create wheel with version number not "main"
|
||||||
|
* Don't run CI on tag and push
|
||||||
|
* Fix option name in README.md.
|
||||||
|
* Test multiple Sphinx and OS versions
|
||||||
|
* Fix ci workflow syntax
|
||||||
|
* Tidy up whitespace
|
||||||
|
* ci: Pin PyPI publish action to v1
|
||||||
|
* Add support for meta description
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 11 15:31:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Tue Oct 11 15:31:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-sphinxext-opengraph
|
# spec file for package python-sphinxext-opengraph
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@@ -27,13 +27,14 @@
|
|||||||
%endif
|
%endif
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-sphinxext-opengraph
|
Name: python-sphinxext-opengraph
|
||||||
Version: 0.6.3
|
Version: 0.7.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sphinx Extension to enable OGP support
|
Summary: Sphinx Extension to enable OGP support
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/wpilibsuite/sphinxext-opengraph
|
URL: https://github.com/wpilibsuite/sphinxext-opengraph
|
||||||
Source: https://github.com/wpilibsuite/sphinxext-opengraph/archive/v%{version}.tar.gz#/sphinxext-opengraph-%{version}.tar.gz
|
Source: https://github.com/wpilibsuite/sphinxext-opengraph/archive/v%{version}.tar.gz#/sphinxext-opengraph-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python3-Sphinx >= 2.0
|
Requires: python3-Sphinx >= 2.0
|
||||||
@@ -53,11 +54,11 @@ Sphinx Extension to enable OGP support
|
|||||||
%setup -q -n sphinxext-opengraph-%{version}
|
%setup -q -n sphinxext-opengraph-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:148166240b3cb8fc4896397826483053f971c6eed81974885685735513ff1dbb
|
|
||||||
size 23047
|
|
3
sphinxext-opengraph-0.7.5.tar.gz
Normal file
3
sphinxext-opengraph-0.7.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5fa9827025c00afc9ac6eebf28113a1a7437b323fda15600d2668a90af6f3e88
|
||||||
|
size 24353
|
Reference in New Issue
Block a user