forked from pool/python-sphinxext-opengraph
Accepting request 1133821 from devel:languages:python
- update to 0.9.1: * Test Sphinx 7 * Fix default Roboto font not being found by the matplotlib FontManager - update to 0.9.0: * make matplotlib optional * Drop EOL Python 3.7, Bump PyPy to 3.9 - update to 0.8.2: * Fix DeprecationWarning: The 'warn' method is deprecated, use 'warning' instead * FIX: Social media twitter card tags - update to 0.8.1: * Add exception for SVG images - update to V0.8.0: * Format with Black 23.1.0 - Update to version 0.6.3 OBS-URL: https://build.opensuse.org/request/show/1133821 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinxext-opengraph?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 09:32:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.9.1:
|
||||
* Test Sphinx 7
|
||||
* Fix default Roboto font not being found by the matplotlib
|
||||
FontManager
|
||||
- update to 0.9.0:
|
||||
* make matplotlib optional
|
||||
* Drop EOL Python 3.7, Bump PyPy to 3.9
|
||||
- update to 0.8.2:
|
||||
* Fix DeprecationWarning: The 'warn' method is deprecated, use
|
||||
'warning' instead
|
||||
* FIX: Social media twitter card tags
|
||||
- update to 0.8.1:
|
||||
* Add exception for SVG images
|
||||
- update to V0.8.0:
|
||||
* Format with Black 23.1.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 7 12:46:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -20,7 +39,7 @@ Sat Jan 7 12:46:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 11 15:31:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 0.6.3
|
||||
- Update to version 0.6.3
|
||||
Fix first_image not resolving correctly when in subdirectories and ogp_image is defined. by @ItayZiv in #63
|
||||
|
||||
- Update to version 0.6.2
|
||||
|
@@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{flavor}" == "test"
|
||||
%define psuffix -test
|
||||
@@ -25,15 +24,16 @@
|
||||
%define psuffix %{nil}
|
||||
%bcond_with test
|
||||
%endif
|
||||
%define skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-sphinxext-opengraph
|
||||
Version: 0.7.5
|
||||
Version: 0.9.1
|
||||
Release: 0
|
||||
Summary: Sphinx Extension to enable OGP support
|
||||
License: MIT
|
||||
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://files.pythonhosted.org/packages/source/s/sphinxext-opengraph/sphinxext-opengraph-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -71,7 +71,9 @@ Sphinx Extension to enable OGP support
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%license LICENSE.md
|
||||
%{python_sitelib}/sphinxext*
|
||||
%dir %{python_sitelib}/sphinxext
|
||||
%{python_sitelib}/sphinxext/opengraph
|
||||
%{python_sitelib}/sphinxext_opengraph-%{version}.dist-info
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fa9827025c00afc9ac6eebf28113a1a7437b323fda15600d2668a90af6f3e88
|
||||
size 24353
|
BIN
sphinxext-opengraph-0.9.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
sphinxext-opengraph-0.9.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user