Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python for openSUSE:Factory checked
in at 2021-09-21 21:12:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python (Old)
and /work/SRC/openSUSE:Factory/.python.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python"
Tue Sep 21 21:12:16 2021 rev:157 rq:919877 version:2.7.18
Changes:
--------
--- /work/SRC/openSUSE:Factory/python/python-base.changes 2021-08-28
22:29:03.529971023 +0200
+++ /work/SRC/openSUSE:Factory/.python.new.1899/python-base.changes
2021-09-21 21:12:21.786585740 +0200
@@ -79,2 +79,3 @@
- addressing CVE-2019-18348. Such potentially malicious header
- injection URLs now cause a InvalidURL to be raised.
+ addressing CVE-2019-18348 (bpo#38576, bsc#1155094). Such
+ potentially malicious header injection URLs now cause
+ InvalidURL to be raised.
python-doc.changes: same change
python.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-doc.spec ++++++
--- /var/tmp/diff_new_pack.IyplZG/_old 2021-09-21 21:12:23.182587318 +0200
+++ /var/tmp/diff_new_pack.IyplZG/_new 2021-09-21 21:12:23.190587328 +0200
@@ -186,13 +186,13 @@
# drop Autoconf version requirement
sed -i 's/^version_required/dnl version_required/' configure.ac
+# COMMON-PREP-END
# Update documentation formatting for Sphinx 3.0 (bpo#40204)
for i in `find Doc/ -type f -name "*.rst"`
do
sed -i 's/:c:type:/:c:expr:/g' $i
done
-# COMMON-PREP-END
%build
TODAY_DATE=`date -r %{S:0} "+%B %d, %Y"`