diff --git a/python-python-slugify.changes b/python-python-slugify.changes index 111dac1..ac52ad8 100644 --- a/python-python-slugify.changes +++ b/python-python-slugify.changes @@ -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 diff --git a/python-python-slugify.spec b/python-python-slugify.spec index c813456..ac1489a 100644 --- a/python-python-slugify.spec +++ b/python-python-slugify.spec @@ -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 diff --git a/python-slugify-3.0.3.tar.gz b/python-slugify-3.0.3.tar.gz deleted file mode 100644 index 079c42b..0000000 --- a/python-slugify-3.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9f468227cb11e20e251670d78e1b5f6b0b15dd37bbd5c9814a25a904e44ff66 -size 8126 diff --git a/python-slugify-4.0.0.tar.gz b/python-slugify-4.0.0.tar.gz new file mode 100644 index 0000000..dce79fd --- /dev/null +++ b/python-slugify-4.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8fc3433821140e8f409a9831d13ae5deccd0b033d4744d94b31fea141bdd84c +size 8794