diff --git a/python-slugify-5.0.2.tar.gz b/python-slugify-5.0.2.tar.gz deleted file mode 100644 index 8d03caa3098933a57d63c76ebe616560a4514d06..0000000000000000000000000000000000000000 Binary files a/python-slugify-5.0.2.tar.gz and /dev/null differ diff --git a/python-slugify-6.1.2.tar.gz b/python-slugify-6.1.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7751fcf640671fddeed0c2fcec38df18302b2678 Binary files /dev/null and b/python-slugify-6.1.2.tar.gz differ diff --git a/python-slugify.spec b/python-slugify.spec index a61182ccc9eb4c22b677418ede018b02baeec918..ec2e7b101d13da2a6724bdf8e0add6115827db0a 100644 --- a/python-slugify.spec +++ b/python-slugify.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-slugify -Version: 5.0.2 +Version: 6.1.2 Release: 1 Summary: A Python Slugify application that handles Unicode License: MIT URL: https://github.com/un33k/python-slugify -Source0: https://files.pythonhosted.org/packages/bc/a4/57893fbaf7cbf303a4f2307564cf83855a5f2cc34544656e7263125a0d1e/python-slugify-5.0.2.tar.gz +Source0: https://files.pythonhosted.org/packages/5d/45/915967d7bcc28fd12f36f554e1a64aeca36214f2be9caf87158168b5a575/python-slugify-6.1.2.tar.gz BuildArch: noarch Requires: python3-text-unidecode @@ -14,25 +14,24 @@ Requires: python3-Unidecode %description A Python Slugify application that handles Unicode - %package -n python3-slugify Summary: A Python Slugify application that handles Unicode -Provides: python-slugify +Provides: python-slugify = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools + %description -n python3-slugify A Python Slugify application that handles Unicode - %package help Summary: Development documents and examples for python-slugify Provides: python3-slugify-doc + %description help A Python Slugify application that handles Unicode - %prep -%autosetup -n python-slugify-5.0.2 +%autosetup -n python-slugify-%{version} %build %py3_build @@ -72,5 +71,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 18 2022 jiangxinyu - 6.1.2-1 +- Update package to version 6.1.2 + * Fri Sep 03 2021 Python_Bot - 5.0.2-1 - Package Init