Hello community,
here is the log from the commit of package python3-setuptools for
openSUSE:Factory checked in at 2016-09-23 11:24:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2016-08-10 19:55:14.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes
2016-09-23 11:24:42.000000000 +0200
@@ -1,0 +2,100 @@
+Wed Sep 21 02:03:39 UTC 2016 - [email protected]
+
+- update to version 27.3.0:
+ * #794: In test command, add installed eggs to PYTHONPATH when
+ invoking tests so that subprocesses will also have the
+ dependencies available. Fixes tox 330.
+ * #795: Update vendored pyparsing 2.1.9.
+
+-------------------------------------------------------------------
+Fri Sep 16 17:18:52 UTC 2016 - [email protected]
+
+- update to version 27.2.0:
+ * #520 and #513: Suppress ValueErrors in fixup_namespace_packages
+ when lookup fails.
+ * Nicer, more consistent interfaces for msvc monkeypatching.
+
+-------------------------------------------------------------------
+Sat Sep 10 14:01:37 UTC 2016 - [email protected]
+
+- update to version 27.1.2:
+ * #779 via #781: Fix circular import.
+
+- changes from version 27.1.1:
+ * #778: Fix MSVC monkeypatching.
+
+- changes from version 27.1.0:
+ * Introduce the (private) monkey module to encapsulate the distutils
+ monkeypatching behavior.
+
+- changes from version 27.0.0:
+ * Now use Warehouse by default for upload, patching
+ distutils.config.PyPIRCCommand to affect default behavior.
+ * #776: Use EXT_SUFFIX for py_limited_api renaming.
+ * #774 and #775: Use LegacyVersion from packaging when detecting
+ numpy versions.
+
+-------------------------------------------------------------------
+Tue Aug 30 04:07:55 UTC 2016 - [email protected]
+
+- update to version 26.1.1:
+ * Re-release of 26.1.0 with pytest pinned to allow for automated
+ deployement and thus proper packaging environment variables,
+ fixing issues with missing executable launchers.
+
+- changes from version 26.1.0:
+ * #763: pkg_resources.get_default_cache now defers to the appdirs
+ project to resolve the cache directory. Adds a vendored
+ dependency on appdirs to pkg_resources.
+
+-------------------------------------------------------------------
+Sun Aug 21 18:32:48 UTC 2016 - [email protected]
+
+- update to version 26.0.0:
+ * #748: By default, sdists are now produced in gzipped tarfile
+ format by default on all platforms, adding forward compatibility
+ for the same behavior in Python 3.6 (See Python #27819).
+ * #459 via #736: On Windows with script launchers, sys.argv[0] now
+ reflects the name of the entry point, consistent with the
+ behavior in distlib and pip wrappers.
+ * #752 via #753: When indicating py_limited_api to Extension, it
+ must be passed as a keyword argument.
+
+-------------------------------------------------------------------
+Sat Aug 20 17:30:53 UTC 2016 - [email protected]
+
+- specfile:
+ * include CHANGES.rst and LICENSE in %doc
+ * fix chmod of README file
+ * remove delete of *orig file (not in tar-ball anymore)
+
+- update to version 25.4.0:
+ * Add Extension(py_limited_api=True). When set to a truthy value,
+ that extension gets a filename apropriate for code using
+ Py_LIMITED_API. When used correctly this allows a single compiled
+ extension to work on all future versions of CPython 3. The
+ py_limited_api argument only controls the filename. To be
+ compatible with multiple versions of Python 3, the C extension
+ will also need to set -DPy_LIMITED_API=... and be modified to use
+ only the functions in the limited API.
+
+- changes from version 25.3.0:
+ * #739 Fix unquoted libpaths by fixing compatibility between
+ numpy.distutils and distutils._msvccompiler for numpy < 1.11.2
+ (Fix issue #728, error also fixed in Numpy).
+ * #731: Bump certifi.
+ * Style updates. See #740, #741, #743, #744, #742, #747.
+ * #735: include license file.
+
+-------------------------------------------------------------------
+Wed Aug 17 04:01:55 UTC 2016 - [email protected]
+
+- specfile:
+ * update license to MIT (as specified in setup.py)
+ * removed old license files
+
+- update to version 25.2.0:
+ * #612 via #730: Add a LICENSE file which needs to be provided by
+ the terms of the MIT license.
+
+-------------------------------------------------------------------
Old:
----
psfl.txt
setuptools-25.1.6.tar.gz
zpl.txt
New:
----
setuptools-27.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-setuptools.spec ++++++
--- /var/tmp/diff_new_pack.fILPu8/_old 2016-09-23 11:24:43.000000000 +0200
+++ /var/tmp/diff_new_pack.fILPu8/_new 2016-09-23 11:24:43.000000000 +0200
@@ -17,15 +17,13 @@
Name: python3-setuptools
-Version: 25.1.6
+Version: 27.3.0
Release: 0
Url: http://pypi.python.org/pypi/setuptools
Summary: Easily download, build, install, upgrade, and uninstall Python
packages
-License: Python-2.0 or ZPL-2.0
+License: MIT
Group: Development/Languages/Python
Source:
https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-%{version}.tar.gz
-Source1: psfl.txt
-Source2: zpl.txt
Patch1: setuptools-0.6c9-create-sitedir.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#!BuildIgnore: python3-pip
@@ -50,7 +48,7 @@
%prep
%setup -q -n setuptools-%{version}
%patch1 -p0
-find . -type f -name "*.orig" -delete
+chmod a-x README.rst
%build
python3 setup.py build
@@ -73,7 +71,7 @@
%files
%defattr(-,root,root,-)
-%doc README.rst
+%doc README.rst LICENSE CHANGES.rst
%{_bindir}/easy_install
%{_bindir}/easy_install-%{py3_ver}
%ghost %{_sysconfdir}/alternatives/easy_install
++++++ setuptools-25.1.6.tar.gz -> setuptools-27.3.0.tar.gz ++++++
++++ 8366 lines of diff (skipped)