From d758f520d92dfe76afa504b7ef89a9f80f2e8a4b538c6156fe25bade4a90ee8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 16 Nov 2017 11:59:17 +0000 Subject: [PATCH] Accepting request 542234 from home:jengelh:branches:devel:languages:python - Remove ultimate wording from descriptions. OBS-URL: https://build.opensuse.org/request/show/542234 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vulkan?expand=0&rev=2 --- python-vulkan.changes | 5 +++++ python-vulkan.spec | 9 ++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/python-vulkan.changes b/python-vulkan.changes index 9305cbb..b9e144e 100644 --- a/python-vulkan.changes +++ b/python-vulkan.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 16 11:44:30 UTC 2017 - jengelh@inai.de + +- Remove ultimate wording from descriptions. + ------------------------------------------------------------------- Thu Nov 16 09:54:33 UTC 2017 - mimi.vx@gmail.com diff --git a/python-vulkan.spec b/python-vulkan.spec index 02faa1f..c692937 100644 --- a/python-vulkan.spec +++ b/python-vulkan.spec @@ -20,10 +20,10 @@ Name: python-vulkan Version: 1.0.61 Release: 0 -Summary: The ultimate Python binding for Vulkan API +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} @@ -38,9 +38,8 @@ BuildArch: noarch %description Python extension which supports the Vulkan API. -It leverages power of Vulkan with simplicity of Python. -It's a complete Vulkan wrapper, it keeps the original Vulkan API and -try to limit differences induced by Python. +It keeps the original Vulkan API and focuses on minimizing +the differences induced by the Python language. %prep %setup -q -n vulkan-%{version}