15
0
forked from pool/python-xxhash

- Update to 1.4.2:

* Fixed: setup.py fails when reading README.rst and the default encoding is not UTF-8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xxhash?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-10-30 12:29:39 +00:00
committed by Git OBS Bridge
parent ea0bb243f7
commit 50eef083b1
4 changed files with 10 additions and 5 deletions

View File

@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-xxhash
Version: 1.4.1
Version: 1.4.2
Release: 0
Summary: Python binding for xxHash
License: BSD-2-Clause
Group: Development/Languages/Python
URL: https://github.com/ifduyue/python-xxhash
Source: https://files.pythonhosted.org/packages/source/x/xxhash/xxhash-%{version}.tar.gz
BuildRequires: %{python_module devel}