drop python2-babel only from F33 on
It is needed for trac (for the time being, #1737930).
This commit is contained in:
parent
23d90ba101
commit
1a7f9b34cd
10
babel.spec
10
babel.spec
@ -6,8 +6,8 @@
|
||||
# And pytest is at this point not yet ready
|
||||
%global bootstrap 0
|
||||
|
||||
# Build without Python 2 support from F32 on.
|
||||
%if !0%{?fedora}%{?rhel} || 0%{?fedora} >= 32 || 0%{?rhel} >= 9
|
||||
# Build without Python 2 support from F33 on.
|
||||
%if !0%{?fedora}%{?rhel} || 0%{?fedora} >= 33 || 0%{?rhel} >= 9
|
||||
%bcond_with python2
|
||||
%else
|
||||
%bcond_without python2
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
Name: babel
|
||||
Version: 2.7.0
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: Tools for internationalizing Python applications
|
||||
|
||||
License: BSD
|
||||
@ -171,6 +171,10 @@ export TZ=America/New_York
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Oct 31 2019 Nils Philippsen <nils@tiptoe.de> - 2.7.0-7
|
||||
- drop python2-babel only from F33 on as it is needed for trac (for the time
|
||||
being, #1737930)
|
||||
|
||||
* Thu Oct 31 2019 Nils Philippsen <nils@tiptoe.de> - 2.7.0-6
|
||||
- drop python2-babel from F32 on
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user