Hello community,

here is the log from the commit of package python-django-avatar for 
openSUSE:Factory checked in at 2019-01-03 18:09:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-avatar (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-avatar.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-avatar"

Thu Jan  3 18:09:32 2019 rev:7 rq:662607 version:4.1.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-avatar/python-django-avatar.changes    
    2013-09-29 19:28:33.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-avatar.new.28833/python-django-avatar.changes
     2019-01-03 18:09:32.639984496 +0100
@@ -1,0 +2,13 @@
+Thu Jan  3 07:39:30 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Sadly the tests are working only under django 1.11 thus
+  skip them on py3
+
+-------------------------------------------------------------------
+Mon Dec 10 15:57:54 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Update to 4.1.0:
+  * py3 support
+  * new django 1.11 and 2.0 support
+
+-------------------------------------------------------------------

Old:
----
  django-avatar-2.0.tar.gz

New:
----
  django-avatar-4.1.0.tar.gz

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

Other differences:
------------------
++++++ python-django-avatar.spec ++++++
--- /var/tmp/diff_new_pack.XIBjUr/_old  2019-01-03 18:09:33.359983763 +0100
+++ /var/tmp/diff_new_pack.XIBjUr/_new  2019-01-03 18:09:33.359983763 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-avatar
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,27 +12,29 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           python-django-avatar
-Version:        2.0
+Version:        4.1.0
 Release:        0
-License:        BSD-3-Clause
 Summary:        Django-avatar package
-Url:            http://github.com/ericflo/django-avatar
+License:        BSD-3-Clause
 Group:          Development/Libraries/Python
-Source:         
https://pypi.python.org/packages/source/d/django-avatar/django-avatar-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-Requires:       python-django
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%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
+URL:            https://github.com/grantmcconnaughey/django-avatar/
+Source:         
https://files.pythonhosted.org/packages/source/d/django-avatar/django-avatar-%{version}.tar.gz
+BuildRequires:  %{python_module Django}
+BuildRequires:  %{python_module Pillow >= 2.0}
+BuildRequires:  %{python_module django-appconf >= 0.6}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+Requires:       python-Django
+Requires:       python-Pillow >= 2.0
+Requires:       python-django-appconf >= 0.6
 BuildArch:      noarch
-%endif
+%python_subpackages
 
 %description
 Django-avatar is a reusable application for handling user avatars.  It has the
@@ -44,14 +46,19 @@
 %setup -q -n django-avatar-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%files
-%defattr(-,root,root)
-%doc LICENSE.txt
+%check
+export DJANGO_SETTINGS_MODULE=tests.settings
+python2 %{_bindir}/django-admin.py-2.7 test tests --pythonpath=`pwd`
+
+%files %{python_files}
+%license LICENSE.txt
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog

++++++ django-avatar-2.0.tar.gz -> django-avatar-4.1.0.tar.gz ++++++
++++ 4150 lines of diff (skipped)


Reply via email to