forked from pool/python-Pyphen
- Update to 0.10.0:
* Ignore *HYPHENMIN options in dictionaries * Improve dictionaries update script * Drop Python 3.5 and add Python 3.9 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pyphen?expand=0&rev=10
This commit is contained in:
3
0.10.0.tar.gz
Normal file
3
0.10.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64ce88d9b263ea3ba87bc870ea2689f4cb8c82f845b2f87f1fdbf954c8026e01
|
||||
size 1894118
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f5f13ebca44c00ba78a42716e600c916cddcffab5da541c6c488e0932637ff5
|
||||
size 1901384
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 11 04:58:16 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 0.10.0:
|
||||
* Ignore *HYPHENMIN options in dictionaries
|
||||
* Improve dictionaries update script
|
||||
* Drop Python 3.5 and add Python 3.9 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 22 10:46:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Pyphen
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,12 +18,11 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-Pyphen
|
||||
Version: 0.9.5
|
||||
Version: 0.10.0
|
||||
Release: 0
|
||||
Summary: Pure Python module to hyphenate text
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND MPL-1.1
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/Kozea/Pyphen
|
||||
URL: https://github.com/Kozea/Pyphen
|
||||
Source: https://github.com/Kozea/Pyphen/archive/%{version}.tar.gz
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
@@ -53,7 +52,7 @@ This module is a fork of python-hyphenator, written by Wilbert Berendsen.
|
||||
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v test.py
|
||||
|
||||
%files %{python_files}
|
||||
%doc README
|
||||
%doc README.rst
|
||||
%license COPYING COPYING.GPL COPYING.LGPL COPYING.MPL
|
||||
%{python_sitelib}/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user