15
0

Accepting request 592913 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/592913
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-u-msgpack-python?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2018-04-02 06:24:29 +00:00
committed by Git OBS Bridge
parent aec8618a62
commit 3c2c8a9c68
5 changed files with 14 additions and 55 deletions

View File

@@ -18,14 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-u-msgpack-python
Version: 2.4.1
Version: 2.5.0
Release: 0
Summary: A portable, lightweight MessagePack serializer and deserializer
License: MIT
Group: Development/Languages/Python
Url: https://github.com/vsergeev/u-msgpack-python
Source: https://pypi.io/packages/source/u/u-msgpack-python/u-msgpack-python-%{version}.tar.gz
Patch0: u-msgpack-bigendian_broken.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -44,12 +43,6 @@ UTF-8 string, and application-defined ext types.
%prep
%setup -q -n u-msgpack-python-%{version}
# we are noarch, so ifarch does not work here
case "$(uname -m)" in
ppc|ppc64|s390|s390x)
%patch0 -p1
;;
esac
%build
%python_build