diff --git a/python-slugify-0.0.1.tar.gz b/python-slugify-0.0.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..af18b3493a4ccaa5c00417ba27e9ff5e2d93f811 Binary files /dev/null and b/python-slugify-0.0.1.tar.gz differ diff --git a/python-slugify-8.0.4.tar.gz b/python-slugify-8.0.4.tar.gz deleted file mode 100644 index 15c1e98b595e9d7ab50efe3c20115235f4e3f20d..0000000000000000000000000000000000000000 Binary files a/python-slugify-8.0.4.tar.gz and /dev/null differ diff --git a/python-slugify.spec b/python-slugify.spec index bfaffe693a4fb6287ca5d417f8cb30d905dcb512..3eecd514b4ab650af9d5239a8b33281a1741960f 100644 --- a/python-slugify.spec +++ b/python-slugify.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-slugify -Version: 8.0.4 +Version: 0.0.1 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/87/c7/5e1547c44e31da50a460df93af11a535ace568ef89d7a811069ead340c4a/python-slugify-8.0.4.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/python-slugify/python-slugify-%{version}.tar.gz BuildArch: noarch Requires: python3-text-unidecode @@ -71,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Dec 02 2025 zhangzeyang0718 - 0.0.1-1 +- Update to 0.0.1 + * Mon Apr 08 2024 zhaojingyu - 8.0.4-1 - Update package to version 8.0.4 - Properly handle uppercase special characters