Hello community,

here is the log from the commit of package python-cx_Freeze for 
openSUSE:Factory checked in at 2018-06-22 13:29:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cx_Freeze (Old)
 and      /work/SRC/openSUSE:Factory/.python-cx_Freeze.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cx_Freeze"

Fri Jun 22 13:29:58 2018 rev:2 rq:614548 version:5.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cx_Freeze/python-cx_Freeze.changes        
2018-05-11 14:28:30.819571890 +0200
+++ /work/SRC/openSUSE:Factory/.python-cx_Freeze.new/python-cx_Freeze.changes   
2018-06-22 13:30:08.990257334 +0200
@@ -1,0 +2,5 @@
+Fri May 18 21:12:54 UTC 2018 - [email protected]
+
+- Add limitations of CX_Freeze to the descriptions.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-cx_Freeze.spec ++++++
--- /var/tmp/diff_new_pack.D8PZFG/_old  2018-06-22 13:30:10.122215496 +0200
+++ /var/tmp/diff_new_pack.D8PZFG/_new  2018-06-22 13:30:10.134215053 +0200
@@ -43,10 +43,15 @@
 %python_subpackages
 
 %description
-CX_Freeze is a set of scripts and modules for freezing Python scripts
+CX_Freeze is a set of scripts and modules for turning Python scripts
 into executables in much the same way that py2exe and py2app do.
-Unlike these two tools, however, cx_Freeze is cross platform and
-should work on any platform that Python itself works on.
+
+It works by bundling Python executables and libraries from the local
+Python installation. As such, the distribution produced by CX_Freeze
+shares the very same dependencies. System libraries are not bundled
+however, so additional dependencies may need to be manually installed
+before being able to run "cx-frozen" executables that were created by
+other systems.
 
 %prep
 %setup -q -n cx_Freeze-%{version}


Reply via email to