Hello community, here is the log from the commit of package python-django-dbtemplates for openSUSE:Factory checked in at Mon May 30 16:28:07 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ python-django-dbtemplates/python-django-dbtemplates.changes 2011-04-15 14:14:13.000000000 +0200 @@ -0,0 +1,77 @@ +------------------------------------------------------------------- +Thu Apr 14 19:53:48 UTC 2011 - [email protected] + +- Update to 1.0.1: + - Sorry, no changelog. + +------------------------------------------------------------------- +Tue Apr 12 03:49:16 UTC 2011 - [email protected] + +- Update to 1.0: + Warning: + This is the first stable release of django-dbtemplates which comes with a + series of backwards incompatible changes. + * Removed own caching mechanism in favor of Django based caching mechanism. + The ``DBTEMPLATES_CACHE_BACKEND`` is expected to be a valid cache backend + URI, just like Django's own ``CACHE_BACKEND`` setting. In Django >= 1.3 + an ``'dbtemplates'`` entry in the ``CACHES`` setting is also considered + valid. + * Added tox configuration to test ``dbtemplates`` on Python 2.5, 2.6 and 2.7 + with Django 1.1.X, 1.2.X and 1.3.X. + * Added Transifex configuration. + * Use ``STATIC_URL`` setting instead of ``MEDIA_URL`` for the media prefix. + Also moved files from media/* to static/* to follow convention introduced + in Django 1.3. + * Use ReadTheDocs for documentation hosting. +- Regenerate spec file with py2pack. + +------------------------------------------------------------------- +Mon Nov 8 04:16:10 UTC 2010 - [email protected] + +- Update to 0.8.0: + - Added Finnish translation (by jholster) + - Added --overwrite and --app-first options to sync_templates command (by Alex Kamedov). + + Aditional changes from 0.7.4: + - Fixed tests. + +------------------------------------------------------------------- +Tue Sep 21 14:55:18 UTC 2010 - [email protected] + +- Update to 0.7.3: + - Added DBTEMPLATES_AUTO_POPULATE_CONTENT setting to be able to + disable to auto-populating of template content. + - Fixed cosmetic issue in admin with collapsable fields. + +------------------------------------------------------------------- +Wed Sep 8 01:22:32 UTC 2010 - [email protected] + +- Update to 0.7.2. + +------------------------------------------------------------------- +Wed Jul 7 16:28:33 UTC 2010 - [email protected] + +- Update to 0.7.1. + +------------------------------------------------------------------- +Thu Jun 24 19:23:40 UTC 2010 - [email protected] + +- Update to 0.7.0; +- Spec file cleaned with spec-cleaner. + +------------------------------------------------------------------- +Mon Oct 19 10:27:36 UTC 2009 - [email protected] + +- Update to 0.6.1. + +------------------------------------------------------------------- +Fri Oct 9 15:06:15 UTC 2009 - [email protected] + +- Update to 0.6.0; +- Building as noarch for openSUSE >= 11.2. + +------------------------------------------------------------------- +Thu Aug 13 21:25:30 UTC 2009 - [email protected] + +- Initial package (0.5.8) for openSUSE. + calling whatdependson for head-i586 New: ---- django-dbtemplates-1.0.1.tar.bz2 python-django-dbtemplates.changes python-django-dbtemplates.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-django-dbtemplates.spec ++++++ # # spec file for package python-django-dbtemplates # # 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/ # %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define mod_name django-dbtemplates Name: python-%{mod_name} Version: 1.0.1 Release: 1 Url: http://django-dbtemplates.readthedocs.org/ Summary: Template loader for templates stored in the database License: BSD Group: Development/Languages/Python Source: %{mod_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-setuptools Requires: python-django %if 0%{?suse_version} %py_requires %if 0%{?suse_version} > 1110 BuildArch: noarch %endif %endif %description dbtemplates is a Django app that consists of two parts: 1. It allows you to store templates in your database 2. It provides `template loader`_ that enables Django to load the templates from the database It also features optional support for versioned storage and django-admin command, integrates with Django's caching system and the admin actions. %prep %setup -q -n %{mod_name}-%{version} %build export CFLAGS="%{optflags}" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %python_sitelib/dbtemplates* %python_sitelib/*.egg-info %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
