Hello community,

here is the log from the commit of package python-django-dajaxice for 
openSUSE:Factory checked in at 2012-03-01 17:26:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-dajaxice (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-dajaxice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-dajaxice", Maintainer is ""

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

--- /dev/null   2012-02-28 22:35:32.095577906 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-django-dajaxice.new/python-django-dajaxice.changes
       2012-03-01 17:26:43.000000000 +0100
@@ -0,0 +1,101 @@
+-------------------------------------------------------------------
+Mon Feb 27 15:56:53 UTC 2012 - [email protected]
+
+- license update: BSD-3-Clause and LGPL-2.1+ and SUSE-Public-Domain
+  See the COPYING file
+
+-------------------------------------------------------------------
+Mon Feb 27 11:42:12 UTC 2012 - [email protected]
+
+- Buildrequire python-Sphinx to actually build HTML documentation
+
+-------------------------------------------------------------------
+Fri Feb 24 15:03:07 UTC 2012 - [email protected]
+
+- Use original tarball
+- Remove outdated sections
+- Simplified macro usage
+
+-------------------------------------------------------------------
+Wed Jul 13 15:50:54 UTC 2011 - [email protected]
+
+- Update to 0.2:
+  - Fix bug with the 'is_callback_a_function' variable in dajaxice.core.js
+  - Fix bug with csrftoken in landing pages using dajaxice.
+  - Improve reliability handling server errors.
+  - Exception handling was fully rewritten. Dajaxice
+    default_error_callback is now configurable using Dajaxice.setup.
+  - Custom error messages per dajaxice call.
+  - Dajaxice now propagate docstrings to javascript dajaxice functions.
+  - Added DAJAXICE_JS_DOCSTRINGS to configure docstrings propagation
+    behaviour, default=False.
+  - Updated installation guide for compatibility with django 1.3
+  - dajaxice now uses the logger 'dajaxice' and not 'dajaxice.DajaxiceRequest'
+  - Documentation Updated.
+- Regenerate spec file with py2pack.
+
+-------------------------------------------------------------------
+Tue Feb 22 13:08:59 UTC 2011 - [email protected]
+
+- Update to 0.1.8.1:
+  - Fixed bug #25 related to CSRF verification on Django 1.2.5.
+
+-------------------------------------------------------------------
+Wed Feb  9 12:33:27 UTC 2011 - [email protected]
+
+- Update to 0.1.8:
+  - Add build dir to ignores
+  - Remove MANIFEST file and auto-generate it through MANIFEST.in
+  - Add MANIFEST to ignores
+  - Include examples and docs dirs to source distribution
+  - Add long_description to setup.py
+  - Fixed Flaw in AJAX CSRF handling (X-CSRFToken Django 1.2.5)
+
+-------------------------------------------------------------------
+Wed Jan 12 23:31:10 UTC 2011 - [email protected]
+
+- Update to 0.1.7.
+
+-------------------------------------------------------------------
+Tue Sep 21 06:17:07 UTC 2010 - [email protected]
+
+- Update to 0.1.6;
+- Bzip2 source file.
+
+-------------------------------------------------------------------
+Wed Jul  7 12:41:13 UTC 2010 - [email protected]
+
+- Update to 0.1.5.
+
+-------------------------------------------------------------------
+Tue Apr  6 22:11:47 UTC 2010 - [email protected]
+
+- Update to 0.1.4;
+- Spec file cleaned with spec-cleaner.
+
+-------------------------------------------------------------------
+Mon Mar 29 00:00:20 UTC 2010 - [email protected]
+
+- Update to 0.1.3.
+
+-------------------------------------------------------------------
+Tue Feb 23 23:18:02 UTC 2010 - [email protected]
+
+- Update to 0.1.2.
+
+-------------------------------------------------------------------
+Tue Feb 23 01:21:06 UTC 2010 - [email protected]
+
+- Update to 0.1.1.
+
+-------------------------------------------------------------------
+Wed Jan  6 18:50:43 UTC 2010 - [email protected]
+
+- RPM renamed to python-django-dajaxice instead of
+  python-dajaxice;
+- Update to 0.1.0.
+
+-------------------------------------------------------------------
+Thu Dec 10 11:39:57 UTC 2009 - [email protected]
+
+- Initial package (0.0.1) for openSUSE.

New:
----
  django-dajaxice-0.2.tar.gz
  python-django-dajaxice.changes
  python-django-dajaxice.spec

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

Other differences:
------------------
++++++ python-django-dajaxice.spec ++++++
#
# spec file for package python-django-dajaxice
#
# Copyright (c) 2012 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-django-dajaxice
Version:        0.2
Release:        0
Url:            http://dajaxproject.com
Summary:        Agnostic and easy to use ajax library for django
License:        BSD-3-Clause and LGPL-2.1+ and SUSE-Public-Domain
Group:          Development/Languages/Python
Source:         
https://github.com/downloads/jorgebastida/django-dajaxice/django-dajaxice-0.2.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-django
BuildRequires:  python-Sphinx
Requires:       python-django
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
BuildArch:      noarch
%endif

%description
Easy to use AJAX library for django, all the presentation logic
resides outside the views and doesn't require any JS Framework.
Dajaxice uses the unobtrusive standard-compliant (W3C) XMLHttpRequest
1.0 object.

%prep
%setup -q -n django-dajaxice-%{version}

%build
python setup.py build
cd docs && make html && rm -r _build/html/.buildinfo

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc CHANGELOG COPYING README examples docs/_build/html
%{python_sitelib}/*

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

Reply via email to