Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-avatar for
openSUSE:Factory checked in at 2023-03-31 21:15:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-avatar (Old)
and /work/SRC/openSUSE:Factory/.python-django-avatar.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-avatar"
Fri Mar 31 21:15:43 2023 rev:11 rq:1075723 version:7.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-avatar/python-django-avatar.changes
2022-02-03 23:17:42.464112592 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-avatar.new.31432/python-django-avatar.changes
2023-03-31 21:15:45.574450536 +0200
@@ -1,0 +2,31 @@
+Fri Mar 31 03:43:23 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Update to 7.1.1:
+ * Switch to setuptools for building
+ * Add LibRavatar support
+ * Faster admin when many users are present
+ * Check for corrupted image during upload
+ * Switch Pillow Resize method from Image.ANTIALIAS to Image.LANCZOS
+ * Removed Python 3.6 testing
+ * Added Python 3.11 support
+ * Remove height requirement for providers (broke 6 to 7 upgrades)
+ * Allowed for rectangular avatars. Custom avatar tag templates now require
+ the specification of both a width and height attribute instead of size.
+ * Made True the default value of AVATAR_CLEANUP_DELETED.
+ * Fix invalidate_cache for on-the-fly created thumbnails.
+ * New setting AVATAR_ALLOWED_MIMETYPES. If enabled, it checks mimetypes of
+ uploaded files using python-magic. Default is None.
+ * Fix thumbnail transposing for Safari.
+ * Added Django 3.2, 4.0 and 4.1 support.
+ * Removed Django 1.9, 1.10, 1.11, 2.0, 2.1, 2.2 and 3.0 support.
+ * Added Python 3.9 and 3.10 support.
+ * Removed Python 2.7, 3.4 and 3.5 support.
+ * Made "PNG" the default value for AVATAR_THUMB_FORMAT.
+ * Made False the default value for AVATAR_EXPOSE_USERNAMES.
+ * Don't leak usernames through image alt-tags when AVATAR_EXPOSE_USERNAMES
+ is False.
+ * Use original image as thumbnail if thumbnail creation failed but image
+ saving succeeds.
+- Remove patch support-django-40.patch, no longer required.
+
+-------------------------------------------------------------------
Old:
----
django-avatar-5.0.0.tar.gz
support-django-40.patch
New:
----
django-avatar-7.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-avatar.spec ++++++
--- /var/tmp/diff_new_pack.91WULv/_old 2023-03-31 21:15:46.166453287 +0200
+++ /var/tmp/diff_new_pack.91WULv/_new 2023-03-31 21:15:46.170453306 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-avatar
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,24 @@
Name: python-django-avatar
-Version: 5.0.0
+Version: 7.1.1
Release: 0
Summary: Django-avatar package
License: BSD-3-Clause
URL: https://github.com/grantmcconnaughey/django-avatar/
-Source:
https://files.pythonhosted.org/packages/source/d/django-avatar/django-avatar-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gh#grantmcconnaughey/django-avatar#201
-Patch0: support-django-40.patch
-BuildRequires: %{python_module Django >= 1.11}
-BuildRequires: %{python_module Pillow >= 2.0}
-BuildRequires: %{python_module django-appconf >= 0.6}
+Source:
https://github.com/jazzband/django-avatar/archive/refs/tags/v%{version}.tar.gz#/django-avatar-%{version}.tar.gz
+BuildRequires: %{python_module Django >= 4.0}
+BuildRequires: %{python_module Pillow >= 8.4}
+BuildRequires: %{python_module django-appconf >= 1.0.5}
+BuildRequires: %{python_module dnspython >= 2.3.0}
+BuildRequires: %{python_module python-magic}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-Django >= 1.11
-Requires: python-Pillow >= 2.0
-Requires: python-django-appconf >= 0.6
+Requires: python-Django >= 4.0
+Requires: python-Pillow >= 8.4
+Requires: python-django-appconf >= 1.0.5
+Requires: python-dnspython >= 2.3.0
BuildArch: noarch
%python_subpackages
++++++ django-avatar-5.0.0.tar.gz -> django-avatar-7.1.1.tar.gz ++++++
++++ 3973 lines of diff (skipped)