Browse Source

python-jinja2-2.10-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11941 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 5 years ago
parent
commit
8f49da643b
1 changed files with 5 additions and 3 deletions
  1. 5 3
      p/python-jinja2/python-jinja2-vl.spec

+ 5 - 3
p/python-jinja2/python-jinja2-vl.spec

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