diff --git a/python-sphinx-intl.spec b/python-sphinx-intl.spec index 8fc965b69e197d82d34d29ac57c44c6163a6a2c1..c6838b352bee005eb3ea095b4c8e33cd13f381d1 100644 --- a/python-sphinx-intl.spec +++ b/python-sphinx-intl.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sphinx-intl -Version: 2.1.0 +Version: 2.2.0 Release: 1 Summary: Sphinx utility that make it easy to translate and to apply translation. License: BSD URL: https://github.com/sphinx-doc/sphinx-intl -Source0: https://files.pythonhosted.org/packages/3f/49/9229216d3fdce197912e4756e044f3d3fbac73326ef8a49af186d7c2832b/sphinx-intl-2.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/b4/34/bc0d2332bccc23edffba4cc244a9dd84f86bd13a1fe1ce59cd027a58fdd9/sphinx_intl-2.2.0.tar.gz BuildArch: noarch @@ -30,7 +30,7 @@ sphinx-intl is a utility tool that provides several features that make it easy to translate and to apply translation to Sphinx generated document. %prep -%autosetup -n sphinx-intl-2.1.0 +%autosetup -n sphinx-intl-2.2.0 %build %py3_build @@ -70,6 +70,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Sep 05 2024 liudy - 2.2.0-1 +- Update version to 2.2.0 +- Support for Python 3.13. Update version in workflow actions and enable 3.13 + * Wed Jul 12 2023 niuyaru - 2.1.0-1 - Update package to version 2.1.0 diff --git a/sphinx-intl-2.1.0.tar.gz b/sphinx-intl-2.1.0.tar.gz deleted file mode 100644 index b4a999b8898531e047d8139532bbe8ded4cff3bd..0000000000000000000000000000000000000000 Binary files a/sphinx-intl-2.1.0.tar.gz and /dev/null differ diff --git a/sphinx_intl-2.2.0.tar.gz b/sphinx_intl-2.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f9e214343defd238b47e6a211642ecf306697d94 Binary files /dev/null and b/sphinx_intl-2.2.0.tar.gz differ