Hello community,
here is the log from the commit of package python3-setuptools for
openSUSE:Factory checked in at 2015-01-08 23:05:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-setuptools (Old)
and /work/SRC/openSUSE:Factory/.python3-setuptools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-setuptools"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-setuptools/python3-setuptools.changes
2015-01-06 09:06:35.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes
2015-01-08 23:05:30.000000000 +0100
@@ -1,0 +2,29 @@
+Wed Jan 7 22:33:28 UTC 2015 - [email protected]
+
+- update to version 11.3.1:
+ * Issue #327: Formalize and restore support for any printable character in an
+ entry point name.
+
+- changes from version 11.3:
+ * Expose "EntryPoint.resolve" in place of EntryPoint._load, implementing the
+ simple, non-requiring load. Deprecated all uses of "EntryPoint._load"
+ except for calling with no parameters, which is just a shortcut for
+ "ep.require(); ep.resolve();".
+
+ Apps currently invoking "ep.load(require=False)" should instead do the
+ following if wanting to avoid the deprecating warning::
+
+ getattr(ep, "resolve", lambda: ep.load(require=False))()
+
+- changes from version 11.2:
+ * Pip #2326: Report deprecation warning at stacklevel 2 for easier diagnosis.
+
+- changes from version 11.1:
+ * Issue #281: Since Setuptools 6.1 (Issue #268), a ValueError would be
+ raised in certain cases where VersionConflict was raised with two
+ arguments, which occurred in "pkg_resources.WorkingSet.find". This
+ release adds support for indicating the dependent packages while
+ maintaining support for a VersionConflict when no dependent package
+ context is known. New unit tests now capture the expected interface.
+
+-------------------------------------------------------------------
Old:
----
setuptools-11.0.tar.gz
New:
----
setuptools-11.3.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-setuptools.spec ++++++
--- /var/tmp/diff_new_pack.tBY0UL/_old 2015-01-08 23:05:32.000000000 +0100
+++ /var/tmp/diff_new_pack.tBY0UL/_new 2015-01-08 23:05:32.000000000 +0100
@@ -17,7 +17,7 @@
Name: python3-setuptools
-Version: 11.0
+Version: 11.3.1
Release: 0
Url: http://pypi.python.org/pypi/setuptools
Summary: Easily download, build, install, upgrade, and uninstall Python
packages
++++++ setuptools-11.0.tar.gz -> setuptools-11.3.1.tar.gz ++++++
++++ 2358 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]