Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-uharfbuzz for
openSUSE:Factory checked in at 2024-11-06 16:51:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-uharfbuzz (Old)
and /work/SRC/openSUSE:Factory/.python-uharfbuzz.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-uharfbuzz"
Wed Nov 6 16:51:36 2024 rev:2 rq:1221500 version:0.41.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-uharfbuzz/python-uharfbuzz.changes
2024-08-21 23:27:31.537361576 +0200
+++
/work/SRC/openSUSE:Factory/.python-uharfbuzz.new.2020/python-uharfbuzz.changes
2024-11-06 16:52:54.802456790 +0100
@@ -1,0 +2,28 @@
+Tue Nov 5 14:56:05 UTC 2024 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Update to 0.41.1
+ * [pyproject.toml] Allow to build from source with the latest setuptools
+ on non-PyPy. For PyPy keep setuptools pinned to '<72.2' to workaround
+ compile error (#216).
+- from version 0.41.0
+ * Update to HarfBuzz 10.0.0
+- from version 0.40.1
+ * Fix deprecation message (#211)
+- from version 0.40.0
+ * Bind ot-metrics APIs (#204)
+ * Bind hb-ot-var APIs (#208)
+ * Deprecate most hb_ot_* functions and
+ make them methods of Face or Font
+ * classes. (#209)
+ * Drop wheels for Python < 3.8 (#207)
+- from version 0.39.5
+ * Fixed issue with PyPI deployment that caused the previous release
+ to fail to upload. No actual code changes since v0.39.4.
+- from version 0.39.4
+ * Added ability to dynamically link the uharfbuzz extension module
+ to an external harfbuzz library by setting the USE_SYSTEM_LIBS=1
+ environment variable (requires pkg-config) (#45, #201).
+- Remove unzip package from BuildRequires
+- Switch source archive format to TAR.GZ
+
+-------------------------------------------------------------------
Old:
----
uharfbuzz-0.39.3.zip
New:
----
uharfbuzz-0.41.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-uharfbuzz.spec ++++++
--- /var/tmp/diff_new_pack.goteHW/_old 2024-11-06 16:52:55.346479383 +0100
+++ /var/tmp/diff_new_pack.goteHW/_new 2024-11-06 16:52:55.350479550 +0100
@@ -18,21 +18,21 @@
%{?sle15_python_module_pythons}
Name: python-uharfbuzz
-Version: 0.39.3
+Version: 0.41.1
Release: 0
Summary: Streamlined Cython bindings for the harfbuzz shaping engine
License: Apache-2.0
URL: https://github.com/trufont/uharfbuzz
-Source:
https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-%{version}.zip
+Source:
https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module cython >= 0.28.1}
BuildRequires: %{python_module pip}
+BuildRequires: %{python_module pkgconfig}
BuildRequires: %{python_module setuptools >= 36.4}
BuildRequires: %{python_module setuptools_scm >= 2.1}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module pytest}
BuildRequires: gcc-c++
-BuildRequires: unzip
BuildRequires: fdupes
%python_subpackages