Hello community,

here is the log from the commit of package python3-py for openSUSE:Factory 
checked in at 2014-01-07 16:26:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-py (Old)
 and      /work/SRC/openSUSE:Factory/.python3-py.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-py"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-py/python3-py.changes    2013-06-21 
19:01:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-py.new/python3-py.changes       
2014-01-07 16:26:16.000000000 +0100
@@ -1,0 +2,42 @@
+Fri Jan  3 08:30:42 UTC 2014 - [email protected]
+
+- update to 1.4.19:
+  - merge in apipkg fixes
+  - some micro-optimizations in py/_code/code.py for speeding
+    up pytest runs.  Thanks Alex Gaynor for initiative.
+  - check PY_COLORS=1 or PY_COLORS=0 to force coloring/not-coloring
+    for py.io.TerminalWriter() independently from capabilities
+    of the output file.  Thanks Marc Abramowitz for the PR.
+  - some fixes to unicode handling in assertion handling.
+    Thanks for the PR to Floris Bruynooghe.  (This helps
+    to fix pytest issue 319).
+  - depend on setuptools presence, remove distribute_setup
+ * 1.4.18:
+  - introduce path.ensure_dir() as a synonym for ensure(..., dir=1)
+  - some unicode/python3 related fixes wrt to path manipulations
+    (if you start passing unicode particular in py2 you might 
+    still get problems, though)
+ * 1.4.17:
+  - make py.io.TerminalWriter() prefer colorama if it is available
+    and avoid empty lines when separator-lines are printed by
+    being defensive and reducing the working terminalwidth by 1
+  - introduce optional "expanduser" argument to py.path.local
+    to that local("~", expanduser=True) gives the home
+    directory of "user".
+ * 1.4.16:
+  - fix issue35 - define __gt__ ordering between a local path
+    and strings
+  - fix issue36 - make chdir() work even if os.getcwd() fails.
+  - add path.exists/isdir/isfile/islink shortcuts
+  - introduce local path.as_cwd() context manager.
+  - introduce p.write(ensure=1) and p.open(ensure=1)
+    where ensure triggers creation of neccessary parent
+    dirs.
+ * 1.4.15:
+  - majorly speed up some common calling patterns with
+    LocalPath.listdir()/join/check/stat functions considerably.
+  - fix an edge case with fnmatch where a glob style pattern appeared
+    in an absolute path.
+- use python3-setuptools instead of distribute
+
+-------------------------------------------------------------------

Old:
----
  py-1.4.14.tar.gz

New:
----
  py-1.4.19.tar.gz

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

Other differences:
------------------
++++++ python3-py.spec ++++++
--- /var/tmp/diff_new_pack.XAAY5E/_old  2014-01-07 16:26:17.000000000 +0100
+++ /var/tmp/diff_new_pack.XAAY5E/_new  2014-01-07 16:26:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-py
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python3-py
-Version:        1.4.14
+Version:        1.4.19
 Release:        0
 Summary:        Library with cross-python path, ini-parsing, io, code, log 
facilities
 License:        MIT
@@ -28,7 +28,7 @@
 BuildRequires:  python-Sphinx
 BuildRequires:  python3
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
+BuildRequires:  python3-setuptools
 BuildRequires:  unzip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch

++++++ py-1.4.14.tar.gz -> py-1.4.19.tar.gz ++++++
++++ 1916 lines of diff (skipped)

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

Reply via email to