|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
Name: python-jinja2
|
|
Name: python-jinja2
|
|
Version: 2.10
|
|
Version: 2.10
|
|
-Release: 1%{?_dist_release}
|
|
+Release: 2%{?_dist_release}
|
|
Summary: General purpose template engine
|
|
Summary: General purpose template engine
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
License: BSD
|
|
License: BSD
|
|
@@ -31,7 +31,6 @@ BuildRequires: python3-devel
|
|
BuildRequires: python3-rpm-macros
|
|
BuildRequires: python3-rpm-macros
|
|
BuildRequires: python3-setuptools
|
|
BuildRequires: python3-setuptools
|
|
BuildRequires: python3-markupsafe
|
|
BuildRequires: python3-markupsafe
|
|
-Requires: python3-markupsafe
|
|
|
|
# babel isn't py3k ready yet, and is only a weak dependency
|
|
# babel isn't py3k ready yet, and is only a weak dependency
|
|
#Requires: python3-babel >= 0.8
|
|
#Requires: python3-babel >= 0.8
|
|
%endif # with_python3
|
|
%endif # with_python3
|
|
@@ -57,7 +56,7 @@ environments.
|
|
%package -n python3-jinja2
|
|
%package -n python3-jinja2
|
|
Summary: General purpose template engine
|
|
Summary: General purpose template engine
|
|
Group: Development/Languages
|
|
Group: Development/Languages
|
|
-
|
|
+Requires: python3-markupsafe
|
|
|
|
|
|
%description -n python3-jinja2
|
|
%description -n python3-jinja2
|
|
Jinja2 is a template engine written in pure Python. It provides a
|
|
Jinja2 is a template engine written in pure Python. It provides a
|
|
@@ -162,6 +161,9 @@ popd
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Nov 28 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10-2
|
|
|
|
+- fixed R:.
|
|
|
|
+
|
|
* Tue Nov 27 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10-1
|
|
* Tue Nov 27 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- added python3 support.
|
|
- added python3 support.
|