Hello community,

here is the log from the commit of package python-django-dbtemplates for 
openSUSE:Factory
checked in at Tue Sep 27 16:07:14 CEST 2011.



--------
--- python-django-dbtemplates/python-django-dbtemplates.changes 2011-05-27 
16:03:02.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/python-django-dbtemplates/python-django-dbtemplates.changes
    2011-09-08 03:48:17.000000000 +0200
@@ -1,0 +2,43 @@
+Thu Sep  8 01:46:12 UTC 2011 - [email protected]
+
+- Update to 1.2.1:
+  * Fixed a wrong use of the non-lazy localization tools.
+  * Fixed bugs in the documentation.
+  * Make use of django-appconf and versiontools.
+
+-------------------------------------------------------------------
+Mon Aug 15 19:25:08 UTC 2011 - [email protected]
+
+- Update to 1.2:
+  - Refactored the template loader to be even more cache effective.
+  - Added check_template_syntax management command and admin action
+    to make sure the saved templates are valid Django templates.
+
+-------------------------------------------------------------------
+Fri Jul  8 16:47:44 UTC 2011 - [email protected]
+
+- Update to 1.1.1:
+  - Fixed bug in cache loading (again).
+  - Fixed bugs in the documentation.
+
+-------------------------------------------------------------------
+Wed Jul  6 22:32:41 UTC 2011 - [email protected]
+
+- Update to 1.1:
+  - BACKWARDS-INCOMPATIBLE Requires Django 1.2 or higher
+  - Added South migrations
+  - Removed uniqueness on the name field of the Template model.
+    This is needed because there isn’t a unique_together for
+    M2M fields in Django such as the sites field in the Template
+    mode
+  - Made the sites field optional to support a way to apply a
+    template to all sites
+  - Added --delete option to sync_templates managment command to
+    delete the file or database entry after syncing (depending on
+    used --overwrite mode)
+  - Updated translations
+  - Fixed issue with incorrectly splitting paths in sync_templates
+  - Extended tests
+  - Fixed issue with cache settings handling
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  django-dbtemplates-1.0.1.tar.bz2

New:
----
  django-dbtemplates-1.2.1.tar.bz2

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

Other differences:
------------------
++++++ python-django-dbtemplates.spec ++++++
--- /var/tmp/diff_new_pack.bPgODp/_old  2011-09-27 16:07:11.000000000 +0200
+++ /var/tmp/diff_new_pack.bPgODp/_new  2011-09-27 16:07:11.000000000 +0200
@@ -11,19 +11,18 @@
 # 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:        3
+Version:        1.2.1
+Release:        0
 Url:            http://django-dbtemplates.readthedocs.org/
 Summary:        Template loader for templates stored in the database
 License:        BSD-3-Clause
@@ -31,7 +30,7 @@
 Source:         %{mod_name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python-versiontools
 Requires:       python-django
 %if 0%{?suse_version}
 %py_requires
@@ -64,7 +63,6 @@
 
 %files
 %defattr(-,root,root,-)
-%python_sitelib/dbtemplates*
-%python_sitelib/*.egg-info
+%{python_sitelib}/*
 
 %changelog

++++++ django-dbtemplates-1.0.1.tar.bz2 -> django-dbtemplates-1.2.1.tar.bz2 
++++++
++++ 2841 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to