14
0

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:
2023-12-18 21:56:34 +00:00
committed by Git OBS Bridge
4 changed files with 30 additions and 9 deletions

View File

@@ -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> Sat Jan 7 12:46:14 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -16,7 +16,6 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global flavor @BUILD_FLAVOR@%{nil} %global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test" %if "%{flavor}" == "test"
%define psuffix -test %define psuffix -test
@@ -25,15 +24,16 @@
%define psuffix %{nil} %define psuffix %{nil}
%bcond_with test %bcond_with test
%endif %endif
%define skip_python2 1 %{?sle15_python_module_pythons}
Name: python-sphinxext-opengraph Name: python-sphinxext-opengraph
Version: 0.7.5 Version: 0.9.1
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://files.pythonhosted.org/packages/source/s/sphinxext-opengraph/sphinxext-opengraph-%{version}.tar.gz
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
@@ -71,7 +71,9 @@ Sphinx Extension to enable OGP support
%files %{python_files} %files %{python_files}
%doc README.md %doc README.md
%license LICENSE.md %license LICENSE.md
%{python_sitelib}/sphinxext* %dir %{python_sitelib}/sphinxext
%{python_sitelib}/sphinxext/opengraph
%{python_sitelib}/sphinxext_opengraph-%{version}.dist-info
%endif %endif
%changelog %changelog

View File

@@ -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

Binary file not shown.