Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-Flask-Security-Too for
openSUSE:Factory checked in at 2023-04-11 13:51:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Flask-Security-Too (Old)
and /work/SRC/openSUSE:Factory/.python-Flask-Security-Too.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-Security-Too"
Tue Apr 11 13:51:03 2023 rev:15 rq:1078318 version:5.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-Flask-Security-Too/python-Flask-Security-Too.changes
2023-03-03 22:31:34.092072436 +0100
+++
/work/SRC/openSUSE:Factory/.python-Flask-Security-Too.new.19717/python-Flask-Security-Too.changes
2023-04-11 13:51:14.671390327 +0200
@@ -1,0 +2,7 @@
+Tue Apr 11 05:12:22 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Add patch filterwarnings-ignore-pkg_resources.patch:
+ * Filter out DeprecationWarning for pkg_resources.
+- Add Authlib to BuildRequires.
+
+-------------------------------------------------------------------
New:
----
filterwarnings-ignore-pkg_resources.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-Flask-Security-Too.spec ++++++
--- /var/tmp/diff_new_pack.gjlJGQ/_old 2023-04-11 13:51:15.907397489 +0200
+++ /var/tmp/diff_new_pack.gjlJGQ/_new 2023-04-11 13:51:15.943397697 +0200
@@ -26,6 +26,9 @@
Patch0: no-mongodb.patch
# PATCH-FIX-OPENSUSE Use pyqrcodeng, we do not ship qrcode in OpenSUSE.
Patch1: use-pyqrcodeng.patch
+# PATCH-FIX-OPENSUSE Ignore DeprecationWarning, can be dropped after next
update
+Patch2: filterwarnings-ignore-pkg_resources.patch
+BuildRequires: %{python_module Authlib}
BuildRequires: %{python_module Babel >= 2.10.0}
BuildRequires: %{python_module Flask >= 1.1.1}
BuildRequires: %{python_module Flask-Babel >= 2.0.0}
++++++ filterwarnings-ignore-pkg_resources.patch ++++++
Index: Flask-Security-Too-5.1.1/pytest.ini
===================================================================
--- Flask-Security-Too-5.1.1.orig/pytest.ini
+++ Flask-Security-Too-5.1.1/pytest.ini
@@ -21,6 +21,7 @@ filterwarnings =
ignore:.*Setting 'json_encoder'.*:DeprecationWarning:flask:0
ignore:.*'JSONEncoder'.*:DeprecationWarning:flask:0
ignore::DeprecationWarning:mongoengine:
+ ignore:.*pkg_resources.*:DeprecationWarning::
ignore:.*passwordless feature.*:DeprecationWarning:flask_security:0
ignore:.*passing settings to bcrypt.*:DeprecationWarning:passlib:0
ignore:.*'crypt' is deprecated.*:DeprecationWarning:passlib:0