Hello community, here is the log from the commit of package python-freetype-py for openSUSE:Factory checked in at 2019-06-12 13:13:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-freetype-py (Old) and /work/SRC/openSUSE:Factory/.python-freetype-py.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-freetype-py" Wed Jun 12 13:13:24 2019 rev:3 rq:708389 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-freetype-py/python-freetype-py.changes 2018-12-13 19:44:54.976975725 +0100 +++ /work/SRC/openSUSE:Factory/.python-freetype-py.new.4811/python-freetype-py.changes 2019-06-12 13:13:25.680871489 +0200 @@ -1,0 +2,13 @@ +Fri Jun 7 13:55:56 UTC 2019 - Marketa Calabkova <[email protected]> + +- Update to version 2.1.0 + * Freetype-py can now install the library with a bundled FreeType binary. + * Update bundled FreeType to 2.10.0 + * Update bundled HarfBuzz to 2.3.1 + * Add Python 3.7 builds to PyPI + * FT_Face can now be instantiated with a file path or a byte + stream from memory + * Fix bug where outline and bitmap could be off by one grid unit + in one of the examples, when extrema did not have on-curve points. + +------------------------------------------------------------------- Old: ---- freetype-py-1.1.tar.gz New: ---- freetype-py-2.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-freetype-py.spec ++++++ --- /var/tmp/diff_new_pack.s67L5L/_old 2019-06-12 13:13:26.192870952 +0200 +++ /var/tmp/diff_new_pack.s67L5L/_new 2019-06-12 13:13:26.196870948 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-freetype-py # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +# Upstream performs tests only for Python 3.5 %bcond_with test Name: python-freetype-py -Version: 1.1 +Version: 2.1.0 Release: 0 Summary: Freetype python bindings License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/rougier/freetype-py Source: https://files.pythonhosted.org/packages/source/f/freetype-py/freetype-py-%{version}.tar.gz +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -53,7 +55,7 @@ %if %{with test} %check -%python_exec setup.py test +%pytest tests %endif %files %{python_files} ++++++ freetype-py-1.1.tar.gz -> freetype-py-2.1.0.tar.gz ++++++ ++++ 4733 lines of diff (skipped)
