Hello community,

here is the log from the commit of package python3-django for openSUSE:Factory 
checked in at 2013-10-23 19:26:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-django (Old)
 and      /work/SRC/openSUSE:Factory/.python3-django.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-django"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-django/python3-django.changes    
2013-08-15 20:03:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-django.new/python3-django.changes       
2013-10-23 19:26:39.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Oct 23 08:30:21 UTC 2013 - toddrme2...@gmail.com
+
+- Add Requires: python3 for openSUSE 12.2, since almost all
+  django-based packages need hashlib.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python3-django.spec ++++++
--- /var/tmp/diff_new_pack.AT1gJD/_old  2013-10-23 19:26:54.000000000 +0200
+++ /var/tmp/diff_new_pack.AT1gJD/_new  2013-10-23 19:26:54.000000000 +0200
@@ -32,10 +32,12 @@
 Requires:       python3-xml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #Requires:       gettext-tools
-%if 0%{?suse_version} > 1110
 BuildArch:      noarch
-%endif
 Requires:       python(abi) = %{py3_ver}
+# almost all django-based modules require hashlib
+%if 0%{?suse_version} <= 1220
+Requires:       python3
+%endif
 
 %description
 Django is a high-level Python Web framework that encourages rapid development 
and clean, pragmatic design.

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

Reply via email to