diff --git a/python-sphinxext-opengraph.changes b/python-sphinxext-opengraph.changes index 0c4219e..4db5e07 100644 --- a/python-sphinxext-opengraph.changes +++ b/python-sphinxext-opengraph.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Dec 18 09:32:14 UTC 2023 - Dirk Müller + +- 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 @@ -20,7 +39,7 @@ Sat Jan 7 12:46:14 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Tue Oct 11 15:31:19 UTC 2022 - Yogalakshmi Arunachalam -- 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 diff --git a/python-sphinxext-opengraph.spec b/python-sphinxext-opengraph.spec index 01f2bc1..ede9e80 100644 --- a/python-sphinxext-opengraph.spec +++ b/python-sphinxext-opengraph.spec @@ -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 diff --git a/sphinxext-opengraph-0.7.5.tar.gz b/sphinxext-opengraph-0.7.5.tar.gz deleted file mode 100644 index dc6ff6e..0000000 --- a/sphinxext-opengraph-0.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fa9827025c00afc9ac6eebf28113a1a7437b323fda15600d2668a90af6f3e88 -size 24353 diff --git a/sphinxext-opengraph-0.9.1.tar.gz b/sphinxext-opengraph-0.9.1.tar.gz new file mode 100644 index 0000000..316c2b4 --- /dev/null +++ b/sphinxext-opengraph-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2868a1e7c9497977fbbf44cc0844a42af39ca65fe1bb0272518af225d06fc5 +size 1034511