Hello community,

here is the log from the commit of package python-Jinja2 for openSUSE:Factory
checked in at Thu Jul 21 13:18:37 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ python-Jinja2/python-Jinja2.changes 2011-07-20 22:33:48.000000000 +0200
@@ -0,0 +1,37 @@
+-------------------------------------------------------------------
+Wed Jul 20 20:27:08 UTC 2011 - [email protected]
+
+- Renamed to python-Jinja2
+- Fix wrong EOL encodings
+
+-------------------------------------------------------------------
+Thu Apr  7 14:56:33 UTC 2011 - [email protected]
+
+- Do not require python-setuptools, buildrequires is sufficient
+- Removed authors from description
+- Changed license to BSD3c
+
+-------------------------------------------------------------------
+Sun Dec 12 17:45:39 UTC 2010 - [email protected]
+
+- rpmlint issues cleanup
+  * fdupes, tar.bz2 tarball, ...
+- package docs again (lost with last revision)
+
+-------------------------------------------------------------------
+Sat Dec 11 23:23:05 UTC 2010 - [email protected]
+
+- re-generated spec file with py2pack
+  * now builds for Fedora and Mandriva
+
+-------------------------------------------------------------------
+Thu Sep 17 20:33:11 UTC 2009 - [email protected]
+
+- Update to 2.2.1;
+- Fixed changes file name.
+
+-------------------------------------------------------------------
+Mon Jun  8 14:05:51 CEST 2009 - [email protected]
+
+- initial package (2.1.1)
+

calling whatdependson for head-i586


New:
----
  Jinja2-2.5.5.tar.gz
  python-Jinja2.changes
  python-Jinja2.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Jinja2.spec ++++++
#
# spec file for package python-Jinja2
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           python-Jinja2
Version:        2.5.5
Release:        1
Url:            http://jinja.pocoo.org/
Summary:        A fast and easy to use template engine written in pure Python
License:        BSD
Group:          Development/Languages/Python
Source:         
http://pypi.python.org/packages/source/J/Jinja2/Jinja2-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-setuptools
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1010
BuildRequires:  fdupes
%endif
%if 0%{?suse_version} > 1110
BuildArch:      noarch
%endif
%endif
Provides:       python-jinja2 = %{version}
# TODO: Change back to '<' after next version update:
Obsoletes:      python-jinja2 <= %{version}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

%description
Jinja2 is a template engine written in pure Python.  It provides a Django
inspired non-XML syntax but supports inline expressions and an optional
sandboxed environment.  Here a small example of a Jinja template:

    {% extends 'base.html' %}
    {% block title %}Memberlist{% endblock %}
    {% block content %}
      <ul>
      {% for user in users %}
        <li><a href="{{ user.url }}">{{ user.username }}</a></li>
      {% endfor %}
      </ul>
    {% endblock %}

%prep
%setup -q -n Jinja2-%{version}

%build
python setup.py build
sed -i 's/\r$//' LICENSE # Fix wrong EOL encoding

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%if 0%{?suse_version} > 1010
%fdupes %{buildroot}%{_prefix}
%endif

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS CHANGES LICENSE artwork examples ext
%{python_sitelib}/*

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to