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,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 20 11:17:22 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 11:27:46 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9f468227cb11e20e251670d78e1b5f6b0b15dd37bbd5c9814a25a904e44ff66
|
||||
size 8126
|
3
python-slugify-4.0.0.tar.gz
Normal file
3
python-slugify-4.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8fc3433821140e8f409a9831d13ae5deccd0b033d4744d94b31fea141bdd84c
|
||||
size 8794
|
Reference in New Issue
Block a user