From 8bd57f4e63acabe05fe1d1fba1f44625d5455516 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Nov 13 2015 16:13:41 +0000 Subject: 1.2.4 with py-3.5 compat --- diff --git a/python-kitchen.spec b/python-kitchen.spec index 7e349fe..5cc5d77 100644 --- a/python-kitchen.spec +++ b/python-kitchen.spec @@ -14,8 +14,8 @@ %endif Name: python-kitchen -Version: 1.2.1 -Release: 5%{?dist} +Version: 1.2.4 +Release: 1%{?dist} Summary: Small, useful pieces of code to make python coding easier Group: Development/Languages @@ -23,6 +23,9 @@ License: LGPLv2+ URL: https://pypi.python.org/pypi/kitchen/ Source0: https://pypi.python.org/packages/source/k/kitchen/kitchen-%{version}.tar.gz +# https://github.com/fedora-infra/kitchen/commit/6c2ec664d05e8b9e8b8d9ef18b71eeec45af3049 +Patch0: python-kitchen-codepoints-table.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -103,6 +106,8 @@ python-3 version of the kitchen library. %prep %setup -q -n kitchen-%{version} +%patch0 -p1 + # Remove bundled egg info, if any. rm -rf *.egg* @@ -186,6 +191,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Nov 13 2015 Ralph Bean - 1.2.4-1 +- new version +- Apply patch fixing the unicode codepoints table for py3.5. + * Fri Nov 11 2015 Ralph Bean - 1.2.1-5 - Support python34 on EPEL7.