14
0
forked from pool/python-vulkan

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
This commit is contained in:
2017-11-16 11:59:17 +00:00
committed by Git OBS Bridge
parent 67f9e87a41
commit d758f520d9
2 changed files with 9 additions and 5 deletions

View File

@@ -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

View File

@@ -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}