diff --git a/python-ubelt.spec b/python-ubelt.spec index a571bff86a115ec083ac68dd2a2430d63ac9584f..d0edec2cfde65a95151bd9fe7e42c769fddde147 100644 --- a/python-ubelt.spec +++ b/python-ubelt.spec @@ -1,13 +1,13 @@ %global pypi_name ubelt Name: python-%{pypi_name} -Version: 1.3.6 +Version: 1.3.8 Release: 1 Summary: A Python utility belt containing simple tools, a stdlib like feel, and extra batteries. License: Apache 2 URL: https://github.com/Erotemic/ubelt -Source0: https://files.pythonhosted.org/packages/1a/cd/8ef3625e5cc5dad50d64cd6a2486fc7adc667d8728ae6deaa29ec49943e0/ubelt-1.3.6.tar.gz +Source0: ubelt-%{version}.tar.gz BuildArch: noarch %description @@ -42,6 +42,13 @@ Ubelt is a lightweight library of robust, tested, documented, and simple functio %{python3_sitelib}/ubelt/ %changelog +* Fri Aug 15 2025 Sai Zhao - 1.3.8-1 +- Update package to version 1.3.8 +- Support datetime, date decimal in hash_datas +- Add requestkw to ub.download +- Fix multiple known bugs +- Refactor partial functions + * Mon Jul 29 2024 dongqi - 1.3.6-1 - Update package to version 1.3.6 Added workarounds for copy / symlinks via ub.Path and ub.symlink on pypy diff --git a/ubelt-1.3.6.tar.gz b/ubelt-1.3.6.tar.gz deleted file mode 100644 index 86091577612fe17bf2a9c2c7c8d6ce4ccc26c905..0000000000000000000000000000000000000000 Binary files a/ubelt-1.3.6.tar.gz and /dev/null differ diff --git a/ubelt-1.3.8.tar.gz b/ubelt-1.3.8.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..126940e1be664bfc956120cba45500cebf726029 Binary files /dev/null and b/ubelt-1.3.8.tar.gz differ