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
This commit is contained in:
Denisart Benjamin 2015-05-16 12:52:07 +00:00 committed by Git OBS Bridge
parent 6bc8e3f506
commit d665907dc8
5 changed files with 16 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:623f332a9fbb70ae6c9c2d0d4e7f7bae5922d36ba0fe34be8e32df32ebbb4f84
size 62294

3
pyenchant-1.6.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25c9d2667d512f8fc4410465fdd2e868377ca07eb3d56e2b6e534a86281d64d3
size 64010

View File

@ -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

View File

@ -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

View File

@ -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