forked from pool/python-python-slugify
Accepting request 786847 from home:pgajdos:python
- version update to 4.0.0 * Drop support from 2.6, & < 3.4.5 * Fixed encoding in special.py * Add test for pre-translation (e.g German Umlaut) * Add special char supports (optional Use) * Now supporting text-unidecode>=1.3 * Now supporting Unidecode>=1.1.1 OBS-URL: https://build.opensuse.org/request/show/786847 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-slugify?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
2ede5756e5
commit
8ff3fdb324
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-python-slugify
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,22 +18,22 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-python-slugify
|
||||
Version: 3.0.3
|
||||
Version: 4.0.0
|
||||
Release: 0
|
||||
Summary: Slugify application that handles Unicode
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/un33k/python-slugify
|
||||
URL: https://github.com/un33k/python-slugify
|
||||
Source: https://files.pythonhosted.org/packages/source/p/python-slugify/python-slugify-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module text-unidecode >= 1.2}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-setuptools
|
||||
Requires: python-text-unidecode >= 1.3
|
||||
Suggests: python-Unidecode >= 1.1.1
|
||||
Conflicts: python-awesome-slugify
|
||||
Requires: python-text-unidecode >= 1.2
|
||||
Suggests: python-Unidecode >= 1.0.23
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user