14
0

Accepting request 977510 from home:darix:apps

- Update to 55.0

OBS-URL: https://build.opensuse.org/request/show/977510
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-weasyprint?expand=0&rev=11
This commit is contained in:
2022-05-16 11:43:15 +00:00
committed by Git OBS Bridge
parent 6af831cb73
commit 6abfd8ac90
4 changed files with 53 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
%define skip_python36 1
Name: python-weasyprint
Version: 54.0
Version: 55.0
Release: 0
Summary: Python module to convert web documents to PDF
License: BSD-3-Clause
@@ -29,6 +29,7 @@ Group: Development/Languages/Python
URL: https://github.com/Kozea/WeasyPrint
Source: https://files.pythonhosted.org/packages/source/w/weasyprint/weasyprint-%{version}.tar.gz
Source100: python-weasyprint-rpmlintrc
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 39.2.0}
@@ -38,11 +39,12 @@ Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires: libgobject-2_0-0
Requires: pango
Requires: python >= 3.7
Requires: python-Pillow >= 4.0.0
Requires: python-Pyphen >= 0.9.1
Requires: python-cffi >= 0.6
Requires: python-cssselect2 >= 0.1
Requires: python-html5lib >= 1.0.1
Requires: python-html5lib >= 1.1
Requires: python-pydyf >= 0.0.3
Requires: python-tinycss2 >= 1.0.0
# SECTION fonttools[woff]
@@ -58,7 +60,7 @@ BuildRequires: %{python_module Pillow}
BuildRequires: %{python_module Pyphen >= 0.9.1}
BuildRequires: %{python_module cffi >= 0.6}
BuildRequires: %{python_module cssselect2 >= 0.1}
BuildRequires: %{python_module html5lib >= 1.0.1}
BuildRequires: %{python_module html5lib >= 1.1}
BuildRequires: %{python_module pydyf >= 0.0.3}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module tinycss2 >= 1.0.0}