Hello community,
here is the log from the commit of package python-django-debug-toolbar for
openSUSE:Factory checked in at 2012-03-16 13:22:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-debug-toolbar (Old)
and /work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-debug-toolbar", Maintainer is ""
Changes:
--------
New Changes file:
--- /dev/null 2012-03-04 14:46:25.491534019 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-debug-toolbar.new/python-django-debug-toolbar.changes
2012-03-16 13:22:40.000000000 +0100
@@ -0,0 +1,76 @@
+-------------------------------------------------------------------
+Tue Mar 13 09:47:13 UTC 2012 - [email protected]
+
+- license update: BSD-3-Clause
+ Most of the license references point to the BSD-2-Clause on
+ opensource.org but the COPYING file is BSD-3-Clause
+
+-------------------------------------------------------------------
+Mon Mar 12 20:37:11 UTC 2012 - [email protected]
+
+- Fix typo, it's README.rst, not README.rs1
+
+-------------------------------------------------------------------
+Sat Mar 10 18:23:59 UTC 2012 - [email protected]
+
+- Use upstream tarball
+- Simplify macro usage
+
+-------------------------------------------------------------------
+Tue Jan 17 12:11:10 UTC 2012 - [email protected]
+
+- Update to 0.9.4:
+ - Sorry, no changelog.
+
+-------------------------------------------------------------------
+Fri Jan 13 03:58:12 UTC 2012 - [email protected]
+
+- Update to 0.9.2:
+ - Sorry,, no changelog.
+
+-------------------------------------------------------------------
+Wed Jan 4 00:55:11 UTC 2012 - [email protected]
+
+- Update to 0.9.1:
+ - Sorry, no changelog atm.
+
+-------------------------------------------------------------------
+Mon Apr 25 21:28:33 UTC 2011 - [email protected]
+
+- Update to 0.8.5:
+ - Sorry, no changelog.
+- Regenerate spec file with py2pack.
+
+-------------------------------------------------------------------
+Tue Nov 9 10:47:43 UTC 2010 - [email protected]
+
+- Update to 0.8.4;
+- Bzip2 source file;
+- Spec file cleaned with spec-cleaner.
+
+-------------------------------------------------------------------
+Wed Mar 3 22:45:44 UTC 2010 - [email protected]
+
+- Update to 0.8.3.
+
+-------------------------------------------------------------------
+Tue Mar 2 23:33:26 UTC 2010 - [email protected]
+
+- Update to 0.8.2.
+
+-------------------------------------------------------------------
+Wed Nov 4 13:04:58 UTC 2009 - [email protected]
+
+- Update to 0.8.1;
+- Building as noarch for openSUSE >= 11.2.
+
+-------------------------------------------------------------------
+Mon Sep 14 11:07:47 UTC 2009 - [email protected]
+
+- Update to 0.8.0.
+
+-------------------------------------------------------------------
+Tue Aug 18 00:50:56 UTC 2009 - [email protected]
+
+- Initial package (0.7.0) for openSUSE.
+
New:
----
django-debug-toolbar-0.9.4.tar.gz
python-django-debug-toolbar.changes
python-django-debug-toolbar.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-debug-toolbar.spec ++++++
#
# spec file for package python-django-debug-toolbar
#
# 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-debug-toolbar
Version: 0.9.4
Release: 0
Url: http://robhudson.github.com/django-debug-toolbar/
Summary: A configurable set of panels that display various debug
information
License: BSD-3-Clause
Group: Development/Languages/Python
Source:
http://pypi.python.org/packages/source/d/django-debug-toolbar/django-debug-toolbar-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
#BuildRequires: python-dingus
BuildRequires: python-distribute
#BuildRequires: python-django
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
The Django Debug Toolbar is a configurable set of panels that display various
debug information about the current request/response and when clicked, display
more details about the panel's content.
Currently, the following panels have been written and are working:
- Django version
- Request timer
- A list of settings in settings.py
- Common HTTP headers
- GET/POST/cookie/session variable display
- Templates and context used, and their template paths
- SQL queries including time to execute and links to EXPLAIN each query
- List of signals, their args and receivers
- Logging output via Python's built-in logging, or via the logbook module
There is also one Django management command currently:
- debugsqlshell: Outputs the SQL that gets executed as you work in the Python
interactive shell.
%prep
%setup -q -n django-debug-toolbar-%{version}
%build
python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
#%%check
#python setup.py test
%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README.rst
%{python_sitelib}/*
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]