Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-vulkan for openSUSE:Factory checked in at 2024-03-17 22:15:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-vulkan (Old) and /work/SRC/openSUSE:Factory/.python-vulkan.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-vulkan" Sun Mar 17 22:15:11 2024 rev:5 rq:1158487 version:1.3.275.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-vulkan/python-vulkan.changes 2019-07-22 17:19:28.557909461 +0200 +++ /work/SRC/openSUSE:Factory/.python-vulkan.new.1905/python-vulkan.changes 2024-03-17 22:15:37.987571697 +0100 @@ -1,0 +2,8 @@ +Sat Mar 16 13:54:34 UTC 2024 - Dirk Müller <[email protected]> + +- update to 1.3.275.1: + * no upstream changelog +- use LICENSE file from package +- use PEP517 build + +------------------------------------------------------------------- Old: ---- LICENSE vulkan-1.1.99.1.tar.gz New: ---- vulkan-1.3.275.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-vulkan.spec ++++++ --- /var/tmp/diff_new_pack.Ps8G2e/_old 2024-03-17 22:15:41.423697753 +0100 +++ /var/tmp/diff_new_pack.Ps8G2e/_new 2024-03-17 22:15:41.439698340 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-vulkan # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-vulkan -Version: 1.1.99.1 +Version: 1.3.275.1 Release: 0 Summary: Python bindings for the Vulkan API License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/realitix/vulkan +URL: https://github.com/realitix/vulkan Source: https://files.pythonhosted.org/packages/source/v/vulkan/vulkan-%{version}.tar.gz -Source1: LICENSE BuildRequires: %{python_module cffi >= 1.10} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros BuildRequires: vulkan-devel Requires: python-cffi >= 1.10 @@ -43,13 +44,12 @@ %prep %setup -q -n vulkan-%{version} -cp %{SOURCE1} . %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -58,5 +58,6 @@ %files %{python_files} %license LICENSE %doc README.md -%{python_sitelib}/* +%{python_sitelib}/vulkan +%{python_sitelib}/vulkan-%{version}.dist-info ++++++ vulkan-1.1.99.1.tar.gz -> vulkan-1.3.275.1.tar.gz ++++++ ++++ 29248 lines of diff (skipped)
