#5 FIX: Enable Cython in python-msgpack for python3
Merged 5 years ago by fab. Opened 5 years ago by bpereto.
rpms/ bpereto/python-msgpack epel7  into  epel7

file modified
+5 -1
@@ -4,7 +4,7 @@ 

  

  Name:           python-%{srcname}

  Version:        0.5.6

- Release:        3%{?dist}

+ Release:        4%{?dist}

  Summary:        A Python MessagePack (de)serializer

  

  License:        ASL 2.0
@@ -35,6 +35,7 @@ 

  %package -n python%{python3_pkgversion}-%{srcname}

  Summary:        %{summary}

  

+ BuildRequires:  python%{python3_pkgversion}-Cython

  BuildRequires:  python%{python3_pkgversion}-devel

  BuildRequires:  python%{python3_pkgversion}-setuptools

  BuildRequires:  python%{python3_pkgversion}-pytest
@@ -82,6 +83,9 @@ 

  %endif

  

  %changelog

+ * Sun Aug 26 2018 Benjamin Pereto <bpereto@fedoraproject.org> - 0.5.6-4

+ - Enable Cython implementation for python34 (rhbz#1599068)

+ 

  * Fri Aug 10 2018 Felix Schwarz <fschwarz@fedoraproject.org> - 0.5.6-3

  - restore Python 3 version for EPEL (rhbz#1599068)