Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-HyperKitty for
openSUSE:Factory checked in at 2021-04-01 14:17:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-HyperKitty (Old)
and /work/SRC/openSUSE:Factory/.python-HyperKitty.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-HyperKitty"
Thu Apr 1 14:17:57 2021 rev:8 rq:882392 version:1.3.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-HyperKitty/python-HyperKitty.changes
2020-12-30 17:13:08.212481466 +0100
+++
/work/SRC/openSUSE:Factory/.python-HyperKitty.new.2401/python-HyperKitty.changes
2021-04-01 14:19:23.548162368 +0200
@@ -1,0 +2,34 @@
+Wed Feb 3 12:29:57 UTC 2021 - Andreas Schneider <[email protected]>
+
+- Update to version 1.3.4
+ * Sync owners and moderators from Mailman Core for MailingList. (Fixes #302)
+ * Implemented a new HYPERKITTY_JOBS_UPDATE_INDEX_LOCK_LIFE setting to set the
+ lock lifetime for the update_and_clean_index job. (Closes #300)
+ * Implemented a new HYPERKITTY_ALLOW_WEB_POSTING that allows disabling the
+ web posting feature. (Closes #264)
+ * Add the ability to disable Gravatar using HYPERKITTY_ENABLE_GRAVATAR
+ settings. (Closes #303)
+ * Replaced deprecated ugettext functions with gettext. (Closes #310)
+ * Fix export of Email message where the In-Reply-To header doesn???t include
+ the <> brackets. (Closes #331)
+ * We now catch a few more exceptions in hyperkitty_import when getting
+ messages from a mbox. (Closes #313 and #314)
+ * Added a new contrib/check_hk_import script to check mboxes before running
+ hyperkitty_import.
+ * We now ignore a ValueError in hyperkitty_import when trying to replace a
+ Subject: header. (Closes #317)
+ * hyperkitty_import now includes the mbox name in error messages when
+ importing multiple mboxes. (Closes #318)
+ * `` at `` is now only replaced with @ in From: header values when necessary
+ and not unconditionally. (Closes #320)
+ * The wildcard notation for any host '*' is now supported into
+ MAILMAN_ARCHVER_FROM to disable Hyperkitty clients IP checking.
+ * Join the searchbar and search button like it was before bootstrap 4
+ migration. (See !301)
+ * Use the umd builds for popper.js instead of the regular ones. (See !309)
+ * Exceptions thrown by smtplib in sending replies are now caught and give an
+ appropriate error message. (Closes #309)
+- Removed hyperkitty-fix-tests.patch
+- Fixed build on tumbleweed
+
+-------------------------------------------------------------------
Old:
----
HyperKitty-1.3.3.tar.gz
hyperkitty-fix-tests.patch
New:
----
HyperKitty-1.3.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-HyperKitty.spec ++++++
--- /var/tmp/diff_new_pack.vG2uxT/_old 2021-04-01 14:19:24.052163041 +0200
+++ /var/tmp/diff_new_pack.vG2uxT/_new 2021-04-01 14:19:24.056163047 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-HyperKitty
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -33,8 +33,11 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
+%if 0%{?suse_version} >= 1550
+%define skip_python36 1
+%endif
Name: python-HyperKitty
-Version: 1.3.3
+Version: 1.3.4
Release: 0
Summary: A web interface to access GNU Mailman v3 archives
License: GPL-3.0-only
@@ -54,9 +57,6 @@
Source30: README.SUSE.md
#
Patch0: hyperkitty-settings.patch
-# Make migration compatible with django >= 3.1
-#
https://gitlab.com/mailman/hyperkitty/-/commit/0e46371f0f2aab8618aa2852ea6f63c245e16927.patch
-Patch1: hyperkitty-fix-tests.patch
#
BuildRequires: %{python_module django-debug-toolbar >= 2.2}
BuildRequires: %{python_module isort}
++++++ HyperKitty-1.3.3.tar.gz -> HyperKitty-1.3.4.tar.gz ++++++
++++ 121692 lines of diff (skipped)