forked from pool/python-weasyprint
- update to 62.2:
* #2142, #2162: Support grid-auto-flow: column, with financial support from Menutech * #2167: Fix space added by CSS gap at the end * #2134: Remove absolute placeholders from discarded content * #2154: Don’t crash when grid items have auto margins * 8cdd66f: Fix CSS nesting for nested selectors with comma * 3359db5: Fix and test grid shorthand * 82deda4: Fix wrong resume_at for split floats * ff2acf1: Ensure that gradient size is positive to please some * #2144, #2149: Avoid broken fonts when generating multiple documents * c10c6892: Display at least one grid row on empty pages * #2146: Don’t crash when flex container’s parent’s height is auto * Python 3.9+ is now needed, Python 3.7 and 3.8 are not supported anymore * pydyf 0.10.0+ is now needed * tinycss2 1.3.0+ is now needed * Features: * #543, #2121: Support CSS Grid layout * #2124, #2125: Support border-image-* properties * #2084, #2077: Support CSS nesting * #2101: Support HTML maxlength attribute for form fields * #2095: Apply overflow to replaced boxes * 245e4f5: Add support of PDF/A-?u * Bug fixes: * #2136: Don’t clip aligned text in SVG * #2135: Allow column-direction flex containers to use percentage-based heights OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-weasyprint?expand=0&rev=30
This commit is contained in:
@@ -22,21 +22,21 @@
|
||||
%global fonttools_min_version 4.0.0
|
||||
%global html5lib_min_version 1.1
|
||||
%global Pillow_min_version 9.1.0
|
||||
%global pypdf_min_version 0.8.0
|
||||
%global pypdf_min_version 0.10.0
|
||||
%global Pyphen_min_version 0.9.1
|
||||
%global tinycss2_min_version 1.1.0
|
||||
%global tinycss2_min_version 1.3.0
|
||||
%global zopfli_min_version 0.1.4
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-weasyprint
|
||||
Version: 61.2
|
||||
Version: 62.2
|
||||
Release: 0
|
||||
Summary: Python module to convert web documents to PDF
|
||||
License: BSD-3-Clause
|
||||
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.8}
|
||||
BuildRequires: %{python_module base >= 3.9}
|
||||
BuildRequires: %{python_module flit-core}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools >= 39.2.0}
|
||||
@@ -117,6 +117,6 @@ export PYTHONPATH=$PWD
|
||||
%license LICENSE
|
||||
%python_alternative %{_bindir}/weasyprint
|
||||
%{python_sitelib}/weasyprint
|
||||
%{python_sitelib}/weasyprint-%{version}*-info
|
||||
%{python_sitelib}/weasyprint-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user