Hello community,

here is the log from the commit of package python-django for openSUSE:Factory 
checked in at 2013-04-05 09:29:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django (Old)
 and      /work/SRC/openSUSE:Factory/.python-django.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django", Maintainer is "radma...@suse.com"

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

--- /dev/null   2013-04-05 00:01:41.916011506 +0200
+++ /work/SRC/openSUSE:Factory/.python-django.new/python3-django.changes        
2013-04-05 09:29:44.000000000 +0200
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Tue Mar 12 03:39:26 UTC 2013 - highwaystar...@gmail.com
+
+- experimental python3 support added in version 1.5
+- initial python3 package 
+

New:
----
  python3-django.changes
  python3-django.spec

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

Other differences:
------------------
++++++ python3-django.spec ++++++
#
# spec file for package python3-django
#
# Copyright (c) 2013 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:           python3-django
Version:        1.5
Release:        0
Summary:        A high-level Python Web framework
License:        BSD-3-Clause
Group:          Development/Languages/Python
Url:            http://www.djangoproject.com
Source:         Django-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM Django-1.2-completion-only-for-bash.patch
Patch1:         Django-1.2-completion-only-for-bash.patch
# PATCH-FIX-UPSTREAM - see https://github.com/django/django/pull/150/files
Patch2:         Django-1.4-CSRF_COOKIE_HTTPONLY-support.patch
BuildRequires:  python3-devel
Requires:       python3-xml
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
#Requires:       gettext-tools
%if 0%{?suse_version} > 1110
BuildArch:      noarch
%endif
Requires:       python(abi) = %{py3_ver}

%description
Django is a high-level Python Web framework that encourages rapid development 
and clean, pragmatic design.

%prep
%setup -q -n Django-%{version}
%patch1
%patch2

%build
python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
install -D -m 0755 extras/django_bash_completion 
%{buildroot}%{_sysconfdir}/bash_completion.d/django_python%{py3_ver}_bash_completion.sh
mv %{buildroot}%{_bindir}/django-admin.py 
%{buildroot}%{_bindir}/django-admin-python%{py3_ver}.py 
ln -s %{_bindir}/django-admin-python%{py3_ver}.py 
%{buildroot}%{_bindir}/django-admin-python%{py3_ver}

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE README.rst
%{_bindir}/django-admin-python%{py3_ver}*
%{python3_sitelib}/django/
%{python3_sitelib}/Django-%{version}-py%{py3_ver}.egg-info
%{_sysconfdir}/bash_completion.d/django_python%{py3_ver}_bash_completion.sh

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to