Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2014-10-31 09:39:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3 (Old)
 and      /work/SRC/openSUSE:Factory/.python3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3/python3-base.changes     2014-08-14 
14:57:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes        
2014-10-31 12:30:46.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Oct 13 13:38:20 UTC 2014 - [email protected]
+
+- add %python3_version rpm macro for Fedora compatibility
+- add missing argument in import_failed, rename Novell Bugzilla
+  to SUSE Bugzilla
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python3/python3-doc.changes      2014-06-25 
06:58:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-doc.changes 2014-10-31 
12:30:46.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Oct 16 14:03:43 UTC 2014 - [email protected]
+
+- Add texlive-upquote BuildRequires: dependency to render the docs.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python3/python3.changes  2014-08-14 
14:57:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3.changes     2014-10-31 
12:30:46.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Oct 18 20:14:54 UTC 2014 - [email protected]
+
+- Only pkgconfig(x11) is required for build, not the whole 
+  set of packages provided by xorg-x11-devel metapackage.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-doc.spec ++++++
--- /var/tmp/diff_new_pack.ut2Stj/_old  2014-10-31 12:30:47.000000000 +0100
+++ /var/tmp/diff_new_pack.ut2Stj/_new  2014-10-31 12:30:47.000000000 +0100
@@ -42,6 +42,7 @@
 BuildRequires:  texlive-threeparttable
 BuildRequires:  texlive-titlesec
 BuildRequires:  texlive-ucs
+BuildRequires:  texlive-upquote
 BuildRequires:  texlive-wrapfig
 
 # for consistency:

++++++ python3.spec ++++++
--- /var/tmp/diff_new_pack.ut2Stj/_old  2014-10-31 12:30:48.000000000 +0100
+++ /var/tmp/diff_new_pack.ut2Stj/_new  2014-10-31 12:30:48.000000000 +0100
@@ -34,8 +34,8 @@
 BuildRequires:  readline-devel
 BuildRequires:  sqlite-devel
 BuildRequires:  tk-devel
-BuildRequires:  xorg-x11-devel
 BuildRequires:  xz
+BuildRequires:  pkgconfig(x11)
 Url:            http://www.python.org/
 Summary:        Python3 Interpreter
 License:        Python-2.0


++++++ import_failed.py ++++++
--- /var/tmp/diff_new_pack.ut2Stj/_old  2014-10-31 12:30:48.000000000 +0100
+++ /var/tmp/diff_new_pack.ut2Stj/_new  2014-10-31 12:30:48.000000000 +0100
@@ -18,4 +18,4 @@
 
 raise ImportError("""Module '{}' is not installed.
 It is supposed to be part of python3 distribution, but missing from failed 
import map.
-Please file a bug on the Novell Bugzilla.""")
+Please file a bug on the SUSE Bugzilla.""".format(__name__))

++++++ macros.python3.py ++++++
--- /var/tmp/diff_new_pack.ut2Stj/_old  2014-10-31 12:30:48.000000000 +0100
+++ /var/tmp/diff_new_pack.ut2Stj/_new  2014-10-31 12:30:48.000000000 +0100
@@ -10,6 +10,7 @@
 
 macros = {
     "py3_ver":          version,
+    "python3_version":  version,
     "py3_prefix":       sys.prefix,
 # hack-fix for bnc#787526 - get_path can't be used this way in python build dir
 #    "py3_incdir":       get_path("include"),


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to