Hello community,

here is the log from the commit of package python-django-registration for 
openSUSE:Factory checked in at 2011-11-28 12:56:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-registration (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-registration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-registration.new/python-django-registration.changes
       2011-11-28 12:56:16.000000000 +0100
@@ -0,0 +1,27 @@
+-------------------------------------------------------------------
+Mon May 31 07:14:45 UTC 2010 - [email protected]
+
+- Fixed Group: Development/Libraries/Python to make it consistent
+  with other Python packages
+- Added copyright notice 
+
+-------------------------------------------------------------------
+Fri Aug 21 10:15:04 CEST 2009 - [email protected]
+
+- Build as noarch on openSUSE >= 11.2. 
+
+-------------------------------------------------------------------
+Thu Aug 20 16:16:01 CEST 2009 - [email protected]
+
+- update to version 0.7.
+
+-------------------------------------------------------------------
+Thu Aug 20 16:04:46 CEST 2009 - [email protected]
+
+- django.core.validators does not exist any more. Fix.
+
+-------------------------------------------------------------------
+Sat Sep 13 01:57:21 CEST 2008 - [email protected]
+
+- update to version 0.6 
+

New:
----
  django-registration-0.7.tar.bz2
  python-django-registration.changes
  python-django-registration.spec

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

Other differences:
------------------
++++++ python-django-registration.spec ++++++
#
# spec file for package python-django-registration
#
# Copyright (c) 2010 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/



Summary: A simple, generic user-registration application for Django
Name:    python-django-registration
Version: 0.7
Release: 0
License: BSD
Group:   Development/Libraries/Python
URL:     http://code.google.com/p/django-registration/
Source:  django-registration-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: python python-devel
Requires: python-django
%py_requires
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
BuildArch: noarch
%else
%{!?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(True)")}
%endif


%description
A simple, generic user-registration application for Django

This is just a simple, portable, generic user-registration application for 
Django projects. Workflow follows a simple pattern:
* A user signs up for a new account, which will be inactive by default.
* An email is sent to the address they used to register, containing an 
activation link.
* Once they click the activation link, the account becomes active and they can 
log in as normal.

%prep
%setup -q -n django-registration

%build
export CFLAGS="%{optflags}"
%{__python} setup.py build

%install
%{__python} setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--record-rpm=INSTALLED_FILES

%clean
%{__rm} -rf %{buildroot}

%files -f INSTALLED_FILES
%defattr(-, root, root, 0755)
%doc README.txt LICENSE.txt INSTALL.txt CHANGELOG.txt
%doc docs/*

%changelog
* Sun Jul 8 2007 - [email protected]
- first build
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to