Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-flask-oidc for
openSUSE:Factory checked in at 2021-03-08 15:16:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-flask-oidc (Old)
and /work/SRC/openSUSE:Factory/.python-flask-oidc.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flask-oidc"
Mon Mar 8 15:16:34 2021 rev:2 rq:868036 version:1.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flask-oidc/python-flask-oidc.changes
2020-04-27 23:32:39.650853648 +0200
+++
/work/SRC/openSUSE:Factory/.python-flask-oidc.new.2378/python-flask-oidc.changes
2021-03-08 15:18:26.497990729 +0100
@@ -1,0 +2,5 @@
+Sat Jan 30 23:42:32 UTC 2021 - Neal Gompa <[email protected]>
+
+- Adapt for new singlespec style
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-flask-oidc.spec ++++++
--- /var/tmp/diff_new_pack.Hu8Djb/_old 2021-03-08 15:18:27.161991215 +0100
+++ /var/tmp/diff_new_pack.Hu8Djb/_new 2021-03-08 15:18:27.161991215 +0100
@@ -67,15 +67,23 @@
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%python_clone -a %{buildroot}%{_bindir}/oidc-register
%check
%python_exec setup.py test
+%post
+%python_install_alternative oidc-register
+
+%postun
+%python_uninstall_alternative oidc-register
+
+
%files %{python_files}
%doc README.rst
%license LICENSE.txt
%{python_sitelib}/flask_oidc/
%{python_sitelib}/*.egg-info/
-%python3_only %{_bindir}/oidc-register
+%python_alternative %{_bindir}/oidc-register
%changelog