From d6dd6014cf87a54930e4e792bc199cc9218e3d7c Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 4 Feb 2025 21:04:00 +0800 Subject: [PATCH] 2.17.0 --- babel-2.16.0.tar.gz => babel-2.17.0.tar.gz | 4 ++-- babel-fix-build-with-sphinx-8.patch | 23 ---------------------- babel.spec | 6 ++++-- 3 files changed, 6 insertions(+), 27 deletions(-) rename babel-2.16.0.tar.gz => babel-2.17.0.tar.gz (32%) delete mode 100644 babel-fix-build-with-sphinx-8.patch diff --git a/babel-2.16.0.tar.gz b/babel-2.17.0.tar.gz similarity index 32% rename from babel-2.16.0.tar.gz rename to babel-2.17.0.tar.gz index faac5fd..d6bec1f 100644 --- a/babel-2.16.0.tar.gz +++ b/babel-2.17.0.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316 -size 9348104 +oid sha256:0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d +size 9951852 diff --git a/babel-fix-build-with-sphinx-8.patch b/babel-fix-build-with-sphinx-8.patch deleted file mode 100644 index fcfffcc..0000000 --- a/babel-fix-build-with-sphinx-8.patch +++ /dev/null @@ -1,23 +0,0 @@ -From a66ebfadc62b802cabebe36201b98593dff4cd80 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hrn=C4=8Diar?= -Date: Wed, 20 Nov 2024 10:33:40 +0100 -Subject: [PATCH] Adjust docs/conf.py to add compatibility with sphinx 8 - -Fixes: #1143 ---- - docs/conf.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/docs/conf.py b/docs/conf.py -index 08ff9a056..c4cf5cd16 100644 ---- a/docs/conf.py -+++ b/docs/conf.py -@@ -252,7 +252,7 @@ - #texinfo_show_urls = 'footnote' - - intersphinx_mapping = { -- 'https://docs.python.org/3/': None, -+ 'python': ('https://docs.python.org/3/', None) - } - - extlinks = { diff --git a/babel.spec b/babel.spec index b5b44fe..b653225 100644 --- a/babel.spec +++ b/babel.spec @@ -1,13 +1,12 @@ %bcond_with bootstrap Name: babel -Version: 2.16.0 +Version: 2.17.0 Release: 1 Summary: Tools for internationalizing and localizing Python applications License: BSD-3-Clause URL: https://babel.pocoo.org/ Source0: https://files.pythonhosted.org/packages/source/b/babel/babel-%{version}.tar.gz -Patch0: babel-fix-build-with-sphinx-8.patch BuildArch: noarch @@ -88,6 +87,9 @@ export TZ=UTC %endif %changelog +* Tue Feb 04 2025 Funda Wang - 2.17.0-1 +- update to 2.17.0 + * Thu Oct 31 2024 Funda Wang - 2.16.0-1 - update to 2.16.0 -- Gitee