From 50eef083b1d102097b4e95bc22a852211c3bc73a9086de49446dff32b22aae43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 30 Oct 2019 12:29:39 +0000 Subject: [PATCH] - 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 --- python-xxhash.changes | 6 ++++++ python-xxhash.spec | 3 +-- xxhash-1.4.1.tar.gz | 3 --- xxhash-1.4.2.tar.gz | 3 +++ 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 xxhash-1.4.1.tar.gz create mode 100644 xxhash-1.4.2.tar.gz diff --git a/python-xxhash.changes b/python-xxhash.changes index 129ab96..1329ee4 100644 --- a/python-xxhash.changes +++ b/python-xxhash.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 30 12:26:46 UTC 2019 - Tomáš Chvátal + +- Update to 1.4.2: + * Fixed: setup.py fails when reading README.rst and the default encoding is not UTF-8 + ------------------------------------------------------------------- Sat Sep 7 09:57:27 UTC 2019 - John Vandenberg diff --git a/python-xxhash.spec b/python-xxhash.spec index 5dea0b4..864390c 100644 --- a/python-xxhash.spec +++ b/python-xxhash.spec @@ -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} diff --git a/xxhash-1.4.1.tar.gz b/xxhash-1.4.1.tar.gz deleted file mode 100644 index 3af0473..0000000 --- a/xxhash-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b5af8c37ff12745ae77f28e695c0d3a3327932fd229824e49382377e940fdf1 -size 43155 diff --git a/xxhash-1.4.2.tar.gz b/xxhash-1.4.2.tar.gz new file mode 100644 index 0000000..ae1bda1 --- /dev/null +++ b/xxhash-1.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82cdc67b41da904aa2921107e9877814079d9b067a99f19852b5d85e8a40555d +size 43267