diff --git a/python-ubelt.spec b/python-ubelt.spec index a3bb5b4046689f0a8994970da45ab42fff3b4c75..4cc96bf9219da7f2d8465188e38cb71b2dd3dfa9 100644 --- a/python-ubelt.spec +++ b/python-ubelt.spec @@ -1,13 +1,13 @@ %global pypi_name ubelt Name: python-%{pypi_name} -Version: 1.3.3 +Version: 1.3.4 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: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/da/42/7d1a6dc2cb7c1b1e3e18a121eb7fc9afcc900ab0815298215b7474efb33a/ubelt-1.3.4.tar.gz BuildArch: noarch %description @@ -42,5 +42,15 @@ Ubelt is a lightweight library of robust, tested, documented, and simple functio %{python3_sitelib}/ubelt/ %changelog +* Mon Feb 26 2024 wangjunqi - 1.3.4-1 +- Update package to version 1.3.4 + Added + Add backend option to highlight_code which can be "pygments" or "rich". + Support for Python 3.12 + Changed + Improve speed of inplace dictionary set operations. + Fixed + Align in the case of nobraces=1 for ubelt.urepr. + * Tue Aug 22 2023 mengzhaoa - 1.3.3-1 - Init package. diff --git a/ubelt-1.3.3.tar.gz b/ubelt-1.3.3.tar.gz deleted file mode 100644 index adc5fde681d67e195c09cae6085ed7666fca0e88..0000000000000000000000000000000000000000 Binary files a/ubelt-1.3.3.tar.gz and /dev/null differ diff --git a/ubelt-1.3.4.tar.gz b/ubelt-1.3.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5d44f5dcaa06fabe88a8d34cc6d877d579eb2843 Binary files /dev/null and b/ubelt-1.3.4.tar.gz differ