diff --git a/python-ubelt.spec b/python-ubelt.spec index 4cc96bf9219da7f2d8465188e38cb71b2dd3dfa9..a571bff86a115ec083ac68dd2a2430d63ac9584f 100644 --- a/python-ubelt.spec +++ b/python-ubelt.spec @@ -1,13 +1,13 @@ %global pypi_name ubelt Name: python-%{pypi_name} -Version: 1.3.4 +Version: 1.3.6 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/da/42/7d1a6dc2cb7c1b1e3e18a121eb7fc9afcc900ab0815298215b7474efb33a/ubelt-1.3.4.tar.gz +Source0: https://files.pythonhosted.org/packages/1a/cd/8ef3625e5cc5dad50d64cd6a2486fc7adc667d8728ae6deaa29ec49943e0/ubelt-1.3.6.tar.gz BuildArch: noarch %description @@ -42,6 +42,12 @@ Ubelt is a lightweight library of robust, tested, documented, and simple functio %{python3_sitelib}/ubelt/ %changelog +* 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 + Support for UNIX special permission (suid/sgid/svtx) codes in Path.chmod + Moved windows dependencies from requires to optional + * Mon Feb 26 2024 wangjunqi - 1.3.4-1 - Update package to version 1.3.4 Added diff --git a/ubelt-1.3.4.tar.gz b/ubelt-1.3.4.tar.gz deleted file mode 100644 index 5d44f5dcaa06fabe88a8d34cc6d877d579eb2843..0000000000000000000000000000000000000000 Binary files a/ubelt-1.3.4.tar.gz and /dev/null differ diff --git a/ubelt-1.3.6.tar.gz b/ubelt-1.3.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..86091577612fe17bf2a9c2c7c8d6ce4ccc26c905 Binary files /dev/null and b/ubelt-1.3.6.tar.gz differ