diff --git a/python-yarl.spec b/python-yarl.spec index 016d71767284062dfc001f5be9cd1a879401115a..d61ce8537bb6dc602cf2dd3c1434a02f1937d756 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-yarl -Version: 1.9.2 +Version: 1.9.3 Release: 1 Summary: Yet another URL library License: Apache-2.0 URL: https://github.com/aio-libs/yarl/ -Source0: https://files.pythonhosted.org/packages/5f/3f/04b3c5e57844fb9c034b09c5cb6d2b43de5d64a093c30529fd233e16cf09/yarl-1.9.2.tar.gz +Source0: https://files.pythonhosted.org/packages/source/y/yarl/yarl-%{version}.tar.gz %description Yet another URL library @@ -73,6 +73,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 07 2024 panzhe - 1.9.3-1 +- Update package to version 1.9.3 + * Fixed the human representation of URLs with square brackets in usernames and passwords + * Mon Jul 03 2023 chenzixuan - 1.9.2-1 - Update package to version 1.9.2 diff --git a/yarl-1.9.2.tar.gz b/yarl-1.9.2.tar.gz deleted file mode 100644 index 929988f6e44ed199643e3a78ca017c235231e02f..0000000000000000000000000000000000000000 Binary files a/yarl-1.9.2.tar.gz and /dev/null differ diff --git a/yarl-1.9.3.tar.gz b/yarl-1.9.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e80235dacb37a1cab97189432112db6f32ab3367 Binary files /dev/null and b/yarl-1.9.3.tar.gz differ