diff --git a/furl-2.1.3.tar.gz b/furl-2.1.3.tar.gz deleted file mode 100644 index 3499b8a8abb74ac18a94a228d83b45fe013942cb..0000000000000000000000000000000000000000 Binary files a/furl-2.1.3.tar.gz and /dev/null differ diff --git a/python-furl.spec b/python-furl.spec index 3dab5ca4235a5cfe3193d9a5b4e864802277c07f..c64df101003cdd7dec8993bc48d0dc5873964af5 100644 --- a/python-furl.spec +++ b/python-furl.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-furl -Version: 2.1.3 +Version: 2.1.4 Release: 1 Summary: URL manipulation made simple. License: Unlicense URL: https://github.com/gruns/furl -Source0: https://files.pythonhosted.org/packages/2a/0a/31a43d63d25f045b88fe7d3267e9ec3ce3820572205a9342c1cdf2ad2ca3/furl-2.1.3.tar.gz +Source0: %{url}/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch Requires: python3-six @@ -35,7 +35,7 @@ Development documents and examples for furl. %prep -%autosetup -n furl-2.1.3 +%autosetup -n furl-2.1.4 %build %py3_build @@ -75,5 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 06 2025 xuguangmin - 2.1.4-1 +- Update to 2.1.4 + Changed: Drop support for all Python versions prior to Python 3.8, which are now long past EOL. Notably: Python 2 is no longer supported + * Wed Jul 13 2022 Python_Bot - 2.1.3-1 - Package Spec generated diff --git a/v2.1.4.tar.gz b/v2.1.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4cff81d39378e095ca1a93fc284efa0ef75accc8 Binary files /dev/null and b/v2.1.4.tar.gz differ