Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
115fab8b
Commit
115fab8b
authored
Aug 17, 2018
by
Paul Ganssle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare 40.1.0 release
parent
96a81b6d
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
15 additions
and
10 deletions
+15
-10
CHANGES.rst
CHANGES.rst
+15
-0
changelog.d/1312.change.rst
changelog.d/1312.change.rst
+0
-1
changelog.d/1388.change.rst
changelog.d/1388.change.rst
+0
-1
changelog.d/1389.change.rst
changelog.d/1389.change.rst
+0
-1
changelog.d/1410.change.rst
changelog.d/1410.change.rst
+0
-1
changelog.d/1416.change.rst
changelog.d/1416.change.rst
+0
-1
changelog.d/1418.change.rst
changelog.d/1418.change.rst
+0
-1
changelog.d/1420.change.rst
changelog.d/1420.change.rst
+0
-1
changelog.d/1441.misc.rst
changelog.d/1441.misc.rst
+0
-1
changelog.d/1450.change.rst
changelog.d/1450.change.rst
+0
-1
changelog.d/1451.change.rst
changelog.d/1451.change.rst
+0
-1
No files found.
CHANGES.rst
View file @
115fab8b
v40
.1.0
-------
*
#
1410
:
Deprecated
``
upload
``
and
``
register
``
commands
.
*
#
1312
:
Introduced
find_namespace_packages
()
to
find
PEP
420
namespace
packages
.
*
#
1420
:
Added
find_namespace
:
directive
to
config
parser
.
*
#
1418
:
Solved
race
in
when
creating
egg
cache
directories
.
*
#
1450
:
Upgraded
vendored
PyParsing
from
2.1.10
to
2.2.0
.
*
#
1451
:
Upgraded
vendored
appdirs
from
1.4.0
to
1.4.3
.
*
#
1388
:
Fixed
"Microsoft Visual C++ Build Tools"
link
in
exception
when
Visual
C
++
not
found
.
*
#
1389
:
Added
support
for
scripts
which
have
unicode
content
.
*
#
1416
:
Moved
several
Python
version
checks
over
to
using
``
six
.
PY2
``
and
``
six
.
PY3
``.
*
#
1441
:
Removed
spurious
executable
permissions
from
files
that
don
't need them.
v40.0.0
-------
...
...
changelog.d/1312.change.rst
deleted
100644 → 0
View file @
96a81b6d
Introduce find_namespace_packages() to find PEP 420 namespace packages.
changelog.d/1388.change.rst
deleted
100644 → 0
View file @
96a81b6d
Fixed "Microsoft Visual C++ Build Tools" link in exception when Visual C++ not found.
changelog.d/1389.change.rst
deleted
100644 → 0
View file @
96a81b6d
Scripts which have unicode content are now supported
changelog.d/1410.change.rst
deleted
100644 → 0
View file @
96a81b6d
Deprecate ``upload`` and ``register`` commands.
changelog.d/1416.change.rst
deleted
100644 → 0
View file @
96a81b6d
Moved several Python version checks over to using ``six.PY2`` and ``six.PY3``.
changelog.d/1418.change.rst
deleted
100644 → 0
View file @
96a81b6d
Solved race in when creating egg cache directories.
changelog.d/1420.change.rst
deleted
100644 → 0
View file @
96a81b6d
Add find_namespace: directive to config parser
changelog.d/1441.misc.rst
deleted
100644 → 0
View file @
96a81b6d
Remove spurious executable permissions from files that don't need them.
changelog.d/1450.change.rst
deleted
100644 → 0
View file @
96a81b6d
Upgrade vendored PyParsing from 2.1.10 to 2.2.0.
changelog.d/1451.change.rst
deleted
100644 → 0
View file @
96a81b6d
Upgrade vendored appdirs from 1.4.0 to 1.4.3.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment