From d665907dc80e2e1359a017fc832ae918c4c4a3a055835228b3c14ba68228a813 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Sat, 16 May 2015 12:52:07 +0000 Subject: [PATCH] Accepting request 306386 from home:benoit_monin:branches:devel:languages:python - update to version 1.6.6 - drop pyenchant-drop-bootstrap-distribute.patch: fixed upstream OBS-URL: https://build.opensuse.org/request/show/306386 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=15 --- pyenchant-1.6.5.tar.gz | 3 --- pyenchant-1.6.6.tar.gz | 3 +++ pyenchant-drop-bootstrap-distribute.patch | 12 ------------ python-pyenchant.changes | 11 +++++++++++ python-pyenchant.spec | 7 ++----- 5 files changed, 16 insertions(+), 20 deletions(-) delete mode 100644 pyenchant-1.6.5.tar.gz create mode 100644 pyenchant-1.6.6.tar.gz delete mode 100644 pyenchant-drop-bootstrap-distribute.patch diff --git a/pyenchant-1.6.5.tar.gz b/pyenchant-1.6.5.tar.gz deleted file mode 100644 index e1d47dd..0000000 --- a/pyenchant-1.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:623f332a9fbb70ae6c9c2d0d4e7f7bae5922d36ba0fe34be8e32df32ebbb4f84 -size 62294 diff --git a/pyenchant-1.6.6.tar.gz b/pyenchant-1.6.6.tar.gz new file mode 100644 index 0000000..dbce9af --- /dev/null +++ b/pyenchant-1.6.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c9d2667d512f8fc4410465fdd2e868377ca07eb3d56e2b6e534a86281d64d3 +size 64010 diff --git a/pyenchant-drop-bootstrap-distribute.patch b/pyenchant-drop-bootstrap-distribute.patch deleted file mode 100644 index a7c9dfd..0000000 --- a/pyenchant-drop-bootstrap-distribute.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- setup.py.orig 2013-09-13 13:37:21.776077338 -0600 -+++ setup.py 2013-09-13 13:37:36.518174652 -0600 -@@ -5,9 +5,6 @@ - # This script is placed in the public domain. - # - -- --import distribute_setup --distribute_setup.use_setuptools() - from setuptools import setup, find_packages, Extension - from distutils.archive_util import make_archive - diff --git a/python-pyenchant.changes b/python-pyenchant.changes index d35c901..addf49d 100644 --- a/python-pyenchant.changes +++ b/python-pyenchant.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon May 11 15:11:57 UTC 2015 - benoit.monin@gmx.fr + +- update to version 1.6.6: + * compatibility with latest python releases + * "wheels" replace "eggs" as the binary distribution format of + choice + * fix possible text corruption when using SpellChecker with a + Chunker +- drop pyenchant-drop-bootstrap-distribute.patch: fixed upstream + ------------------------------------------------------------------- Sat Sep 14 18:10:35 UTC 2013 - os-dev@jacraig.com diff --git a/python-pyenchant.spec b/python-pyenchant.spec index d4a00d4..3c9ebdf 100644 --- a/python-pyenchant.spec +++ b/python-pyenchant.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyenchant # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,15 +19,13 @@ %define pyname enchant %define modname py%{pyname} Name: python-%{modname} -Version: 1.6.5 +Version: 1.6.6 Release: 0 Url: http://www.rfk.id.au/software/pyenchant/ Summary: Python bindings for the Enchant spellchecking system License: LGPL-2.1+ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz -# PATCH-FIX-OPENSUSE pyenchant-drop-bootstrap-distribute.patch -Patch1: pyenchant-drop-bootstrap-distribute.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: enchant BuildRequires: python-devel @@ -47,7 +45,6 @@ PyEnchant is a spellchecking library for Python, based on the excellent Enchant %prep %setup -q -n %{modname}-%{version} -%patch1 %build python setup.py build