Hello community,
here is the log from the commit of package python3-setuptools for
openSUSE:Factory checked in at 2016-10-10 16:17:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-30 15:25:09.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-setuptools.new/python3-setuptools.changes
2016-10-10 16:17:13.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Oct 2 15:43:16 UTC 2016 - [email protected]
+
+- update to version 28.2.0:
+ * #805: Disable -nspkg.pth behavior on Python 3.3+ where PEP-420
+ functionality is adequate. Fixes pip #1924.
+
+- changes from version 28.1.0:
+ * #803: Bump certifi to 2016.9.26.
+
+-------------------------------------------------------------------
Old:
----
setuptools-28.0.0.tar.gz
New:
----
setuptools-28.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-setuptools.spec ++++++
--- /var/tmp/diff_new_pack.pxotNb/_old 2016-10-10 16:17:15.000000000 +0200
+++ /var/tmp/diff_new_pack.pxotNb/_new 2016-10-10 16:17:15.000000000 +0200
@@ -17,7 +17,7 @@
Name: python3-setuptools
-Version: 28.0.0
+Version: 28.2.0
Release: 0
Url: http://pypi.python.org/pypi/setuptools
Summary: Easily download, build, install, upgrade, and uninstall Python
packages
++++++ setuptools-28.0.0.tar.gz -> setuptools-28.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/setuptools-28.0.0/CHANGES.rst
new/setuptools-28.2.0/CHANGES.rst
--- old/setuptools-28.0.0/CHANGES.rst 2016-09-27 21:53:44.000000000 +0200
+++ new/setuptools-28.2.0/CHANGES.rst 2016-10-02 16:24:38.000000000 +0200
@@ -2,6 +2,17 @@
CHANGES
=======
+v28.2.0
+-------
+
+* #805: Disable ``-nspkg.pth`` behavior on Python 3.3+ where
+ PEP-420 functionality is adequate. Fixes pip #1924.
+
+v28.1.0
+-------
+
+* #803: Bump certifi to 2016.9.26.
+
v28.0.0
-------
@@ -90,7 +101,7 @@
-------
* Re-release of 26.1.0 with pytest pinned to allow for automated
- deployement and thus proper packaging environment variables,
+ deployment and thus proper packaging environment variables,
fixing issues with missing executable launchers.
v26.1.0
@@ -120,7 +131,7 @@
-------
* Add Extension(py_limited_api=True). When set to a truthy value,
- that extension gets a filename apropriate for code using Py_LIMITED_API.
+ that extension gets a filename appropriate 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/setuptools-28.0.0/PKG-INFO
new/setuptools-28.2.0/PKG-INFO
--- old/setuptools-28.0.0/PKG-INFO 2016-09-27 21:54:06.000000000 +0200
+++ new/setuptools-28.2.0/PKG-INFO 2016-10-02 16:25:13.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: setuptools
-Version: 28.0.0
+Version: 28.2.0
Summary: Easily download, build, install, upgrade, and uninstall Python
packages
Home-page: https://github.com/pypa/setuptools
Author: Python Packaging Authority
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/setuptools-28.0.0/setup.cfg
new/setuptools-28.2.0/setup.cfg
--- old/setuptools-28.0.0/setup.cfg 2016-09-27 21:54:06.000000000 +0200
+++ new/setuptools-28.2.0/setup.cfg 2016-10-02 16:25:13.000000000 +0200
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 28.0.0
+current_version = 28.2.0
commit = True
tag = True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/setuptools-28.0.0/setup.py
new/setuptools-28.2.0/setup.py
--- old/setuptools-28.0.0/setup.py 2016-09-27 21:53:44.000000000 +0200
+++ new/setuptools-28.2.0/setup.py 2016-10-02 16:24:38.000000000 +0200
@@ -88,7 +88,7 @@
setup_params = dict(
name="setuptools",
- version="28.0.0",
+ version="28.2.0",
description="Easily download, build, install, upgrade, and uninstall "
"Python packages",
author="Python Packaging Authority",
@@ -167,11 +167,11 @@
""").strip().splitlines(),
extras_require={
"ssl:sys_platform=='win32'": "wincertstore==0.2",
- "certs": "certifi==2016.8.31",
+ "certs": "certifi==2016.9.26",
},
dependency_links=[
pypi_link(
- 'certifi-2016.8.31.tar.gz#md5=2f22d484a36d38d98be74f9eeb2846ec',
+ 'certifi-2016.9.26.tar.gz#md5=baa81e951a29958563689d868ef1064d',
),
pypi_link(
'wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2',
@@ -181,7 +181,8 @@
tests_require=[
'setuptools[ssl]',
'pytest-flake8',
- 'pytest>=3.0.2',
+ # pin pytest to 3.0.2 for pytest-dev/pytest#1888
+ 'pytest==3.0.2',
] + (['mock'] if sys.version_info[:2] < (3, 3) else []),
setup_requires=[
] + pytest_runner + wheel,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/setuptools-28.0.0/setuptools/command/install_egg_info.py
new/setuptools-28.2.0/setuptools/command/install_egg_info.py
--- old/setuptools-28.0.0/setuptools/command/install_egg_info.py
2016-09-27 21:53:44.000000000 +0200
+++ new/setuptools-28.2.0/setuptools/command/install_egg_info.py
2016-10-02 16:24:38.000000000 +0200
@@ -82,9 +82,10 @@
_nspkg_tmpl = (
"import sys, types, os",
+ "pep420 = sys.version_info > (3, 3)",
"p = os.path.join(sys._getframe(1).f_locals['sitedir'], *%(pth)r)",
"ie = os.path.exists(os.path.join(p,'__init__.py'))",
- "m = not ie and "
+ "m = not ie and not pep420 and "
"sys.modules.setdefault(%(pkg)r, types.ModuleType(%(pkg)r))",
"mp = (m or []) and m.__dict__.setdefault('__path__',[])",
"(p not in mp) and mp.append(p)",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/setuptools-28.0.0/setuptools.egg-info/PKG-INFO
new/setuptools-28.2.0/setuptools.egg-info/PKG-INFO
--- old/setuptools-28.0.0/setuptools.egg-info/PKG-INFO 2016-09-27
21:54:05.000000000 +0200
+++ new/setuptools-28.2.0/setuptools.egg-info/PKG-INFO 2016-10-02
16:25:13.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: setuptools
-Version: 28.0.0
+Version: 28.2.0
Summary: Easily download, build, install, upgrade, and uninstall Python
packages
Home-page: https://github.com/pypa/setuptools
Author: Python Packaging Authority
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/setuptools-28.0.0/setuptools.egg-info/dependency_links.txt
new/setuptools-28.2.0/setuptools.egg-info/dependency_links.txt
--- old/setuptools-28.0.0/setuptools.egg-info/dependency_links.txt
2016-09-27 21:54:05.000000000 +0200
+++ new/setuptools-28.2.0/setuptools.egg-info/dependency_links.txt
2016-10-02 16:25:13.000000000 +0200
@@ -1,2 +1,2 @@
-https://pypi.python.org/packages/source/c/certifi/certifi-2016.8.31.tar.gz#md5=2f22d484a36d38d98be74f9eeb2846ec
+https://pypi.python.org/packages/source/c/certifi/certifi-2016.9.26.tar.gz#md5=baa81e951a29958563689d868ef1064d
https://pypi.python.org/packages/source/w/wincertstore/wincertstore-0.2.zip#md5=ae728f2f007185648d0c7a8679b361e2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/setuptools-28.0.0/setuptools.egg-info/requires.txt
new/setuptools-28.2.0/setuptools.egg-info/requires.txt
--- old/setuptools-28.0.0/setuptools.egg-info/requires.txt 2016-09-27
21:54:05.000000000 +0200
+++ new/setuptools-28.2.0/setuptools.egg-info/requires.txt 2016-10-02
16:25:13.000000000 +0200
@@ -1,6 +1,6 @@
[certs]
-certifi==2016.8.31
+certifi==2016.9.26
[ssl:sys_platform=='win32']
wincertstore==0.2