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
b711d1b5
Commit
b711d1b5
authored
Sep 16, 2018
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version: 40.2.0 → 40.3.0
parent
002c4391
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
8 deletions
+13
-8
CHANGES.rst
CHANGES.rst
+11
-0
changelog.d/1402.change.rst
changelog.d/1402.change.rst
+0
-2
changelog.d/1427.change.rst
changelog.d/1427.change.rst
+0
-1
changelog.d/1474.change.rst
changelog.d/1474.change.rst
+0
-1
changelog.d/1479.misc.rst
changelog.d/1479.misc.rst
+0
-1
changelog.d/1486.change.rst
changelog.d/1486.change.rst
+0
-1
setup.cfg
setup.cfg
+1
-1
setup.py
setup.py
+1
-1
No files found.
CHANGES.rst
View file @
b711d1b5
v40
.3.0
-------
*
#
1402
:
Fixed
a
bug
with
namespace
packages
under
Python
3.6
when
one
package
in
current
directory
hides
another
which
is
installed
.
*
#
1427
:
Set
timestamp
of
``.
egg
-
info
``
directory
whenever
``
egg_info
``
command
is
run
.
*
#
1474
:
``
build_meta
.
get_requires_for_build_sdist
``
now
does
not
include
the
``
wheel
``
package
anymore
.
*
#
1486
:
Suppress
warnings
in
pkg_resources
.
handle_ns
.
*
#
1479
:
Remove
internal
use
of
six
.
binary_type
.
v40
.2.0
-------
...
...
changelog.d/1402.change.rst
deleted
100644 → 0
View file @
002c4391
Fixed a bug with namespace packages under Python 3.6 when one package in
current directory hides another which is installed.
changelog.d/1427.change.rst
deleted
100644 → 0
View file @
002c4391
Set timestamp of ``.egg-info`` directory whenever ``egg_info`` command is run.
changelog.d/1474.change.rst
deleted
100644 → 0
View file @
002c4391
``build_meta.get_requires_for_build_sdist`` now does not include the ``wheel`` package anymore.
changelog.d/1479.misc.rst
deleted
100644 → 0
View file @
002c4391
Remove internal use of six.binary_type.
changelog.d/1486.change.rst
deleted
100644 → 0
View file @
002c4391
Suppress warnings in pkg_resources.handle_ns.
setup.cfg
View file @
b711d1b5
[bumpversion]
current_version = 40.
2
.0
current_version = 40.
3
.0
commit = True
tag = True
...
...
setup.py
View file @
b711d1b5
...
...
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params
=
dict
(
name
=
"setuptools"
,
version
=
"40.
2
.0"
,
version
=
"40.
3
.0"
,
description
=
(
"Easily download, build, install, upgrade, and uninstall "
"Python packages"
...
...
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