Hello community, here is the log from the commit of package python3 for openSUSE:Factory checked in at 2017-03-31 15:04:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3 (Old) and /work/SRC/openSUSE:Factory/.python3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python3" Fri Mar 31 15:04:50 2017 rev:71 rq:482276 version:3.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python3/python3-base.changes 2017-03-20 17:04:35.815940992 +0100 +++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes 2017-03-31 15:04:52.467514743 +0200 @@ -1,0 +2,11 @@ +Thu Mar 23 12:42:59 UTC 2017 - jmatejek@suse.com + +- update to 3.6.1 + * bugfix release, over a hundred bugs fixed + * never add import location's parent directory to sys.path + * switch to git for version control, build changes related to that + * fix "failed to get random numbers" on old kernels (bsc#1029902) + * several crashes and memory leaks corrected + * f-string are no longer accepted as docstrings + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/python3/python3-doc.changes 2017-02-19 00:45:06.130062802 +0100 +++ /work/SRC/openSUSE:Factory/.python3.new/python3-doc.changes 2017-03-31 15:04:52.499510220 +0200 @@ -1,0 +2,6 @@ +Thu Mar 23 13:03:52 UTC 2017 - jmatejek@suse.com + +- update to 3.6.1 + * see python3-base for details + +------------------------------------------------------------------- python3.changes: same change Old: ---- Python-3.6.0.tar.xz Python-3.6.0.tar.xz.asc New: ---- Python-3.6.1.tar.xz Python-3.6.1.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-base.spec ++++++ --- /var/tmp/diff_new_pack.ib4xUz/_old 2017-03-31 15:04:54.015295932 +0200 +++ /var/tmp/diff_new_pack.ib4xUz/_new 2017-03-31 15:04:54.015295932 +0200 @@ -68,7 +68,7 @@ %endif Name: python3-base -Version: 3.6.0 +Version: 3.6.1 Release: 0 Summary: Python 3 Interpreter and Stdlib Core License: Python-2.0 @@ -320,7 +320,9 @@ make %{?_smp_mflags} $target %check -EXCLUDE="" +# exclude test_gdb -- it doesn't run in buildservice anyway, and fails on missing debuginfos +# when you install gdb into your test env +EXCLUDE="test_gdb" %ifarch %{arm} # test_multiprocessing_forkserver is racy @@ -392,7 +394,7 @@ install -d -m 755 $PDOCS install -c -m 644 %{SOURCE4} $PDOCS/ install -c -m 644 LICENSE $PDOCS/ -install -c -m 644 README $PDOCS/ +install -c -m 644 README.rst $PDOCS/ # tools for x in `find Tools/ \( -not -name Makefile \) -print | sort` ; do @@ -506,7 +508,7 @@ %config %{_sysconfdir}/profile.d/python3.* # docs %dir %{_docdir}/%{name} -%doc %{_docdir}/%{name}/README +%doc %{_docdir}/%{name}/README.rst %doc %{_docdir}/%{name}/LICENSE %doc %{_docdir}/%{name}/README.SUSE %{_mandir}/man1/python3.1* @@ -599,7 +601,6 @@ %{sitedir}/urllib %{sitedir}/venv %{sitedir}/wsgiref -%{sitedir}/site-packages/README %{sitedir}/__pycache__ # import-failed hooks %{sitedir}/_import_failed ++++++ python3-doc.spec ++++++ --- /var/tmp/diff_new_pack.ib4xUz/_old 2017-03-31 15:04:54.043291974 +0200 +++ /var/tmp/diff_new_pack.ib4xUz/_new 2017-03-31 15:04:54.047291408 +0200 @@ -54,7 +54,7 @@ ### COMMON-DEF-END ### # Name: python3-doc -Version: 3.6.0 +Version: 3.6.1 Release: 0 Summary: Additional Package Documentation for Python 3 License: Python-2.0 python3.spec: same change ++++++ Python-3.6.0.tar.xz -> Python-3.6.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/python3/Python-3.6.0.tar.xz /work/SRC/openSUSE:Factory/.python3.new/Python-3.6.1.tar.xz differ: char 26, line 1 ++++++ python-3.3.0b1-fix_date_time_compiler.patch ++++++ --- /var/tmp/diff_new_pack.ib4xUz/_old 2017-03-31 15:04:54.287257484 +0200 +++ /var/tmp/diff_new_pack.ib4xUz/_new 2017-03-31 15:04:54.287257484 +0200 @@ -1,16 +1,16 @@ -Index: Python-3.3.0b1/Makefile.pre.in +Index: Python-3.6.1/Makefile.pre.in =================================================================== ---- Python-3.3.0b1.orig/Makefile.pre.in 2012-08-02 14:54:22.000000000 +0200 -+++ Python-3.3.0b1/Makefile.pre.in 2012-08-02 14:55:10.000000000 +0200 -@@ -603,11 +603,18 @@ +--- Python-3.6.1.orig/Makefile.pre.in ++++ Python-3.6.1/Makefile.pre.in +@@ -743,11 +743,18 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \ $(MODOBJS) \ $(srcdir)/Modules/getbuildinfo.c $(CC) -c $(PY_CORE_CFLAGS) \ + -DDATE="\"`date -u -r Makefile.pre.in +"%b %d %Y"`\"" \ + -DTIME="\"`date -u -r Makefile.pre.in +"%T"`\"" \ - -DHGVERSION="\"`LC_ALL=C $(HGVERSION)`\"" \ - -DHGTAG="\"`LC_ALL=C $(HGTAG)`\"" \ - -DHGBRANCH="\"`LC_ALL=C $(HGBRANCH)`\"" \ + -DGITVERSION="\"`LC_ALL=C $(GITVERSION)`\"" \ + -DGITTAG="\"`LC_ALL=C $(GITTAG)`\"" \ + -DGITBRANCH="\"`LC_ALL=C $(GITBRANCH)`\"" \ -o $@ $(srcdir)/Modules/getbuildinfo.c +Python/getcompiler.o: $(srcdir)/Python/getcompiler.c Makefile