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
a5dec2f1
Commit
a5dec2f1
authored
Feb 08, 2020
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version: 45.1.0 → 45.2.0
parent
757deb1a
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
15 additions
and
10 deletions
+15
-10
.bumpversion.cfg
.bumpversion.cfg
+1
-1
CHANGES.rst
CHANGES.rst
+13
-0
changelog.d/1905.change.rst
changelog.d/1905.change.rst
+0
-1
changelog.d/1941.change.rst
changelog.d/1941.change.rst
+0
-4
changelog.d/1968.misc.rst
changelog.d/1968.misc.rst
+0
-1
changelog.d/1981.change.rst
changelog.d/1981.change.rst
+0
-1
changelog.d/1985.change.rst
changelog.d/1985.change.rst
+0
-1
setup.cfg
setup.cfg
+1
-1
No files found.
.bumpversion.cfg
View file @
a5dec2f1
[bumpversion]
current_version = 45.
1
.0
current_version = 45.
2
.0
commit = True
tag = True
...
...
CHANGES.rst
View file @
a5dec2f1
v45
.2.0
-------
*
#
1905
:
Fixed
defect
in
_imp
,
introduced
in
41.6.0
when
the
'tests'
directory
is
not
present
.
*
#
1941
:
Improve
editable
installs
with
PEP
518
build
isolation
:
*
The
``--
user
``
option
is
now
always
available
.
A
warning
is
issued
if
the
user
site
directory
is
not
available
.
*
The
error
shown
when
the
install
directory
is
not
in
``
PYTHONPATH
``
has
been
turned
into
a
warning
.
*
#
1981
:
Setuptools
now
declares
its
``
tests
``
and
``
docs
``
dependencies
in
metadata
(
extras
).
*
#
1985
:
Add
support
for
installing
scripts
in
environments
where
bdist_wininst
is
missing
(
i
.
e
.
Python
3.9
).
*
#
1968
:
Add
flake8
-
2020
to
check
for
misuse
of
sys
.
version
or
sys
.
version_info
.
v45
.1.0
-------
...
...
changelog.d/1905.change.rst
deleted
100644 → 0
View file @
757deb1a
Fixed defect in _imp, introduced in 41.6.0 when the 'tests' directory is not present.
changelog.d/1941.change.rst
deleted
100644 → 0
View file @
757deb1a
Improve editable installs with PEP 518 build isolation:
* The ``--user`` option is now always available. A warning is issued if the user site directory is not available.
* The error shown when the install directory is not in ``PYTHONPATH`` has been turned into a warning.
changelog.d/1968.misc.rst
deleted
100644 → 0
View file @
757deb1a
Add flake8-2020 to check for misuse of sys.version or sys.version_info.
changelog.d/1981.change.rst
deleted
100644 → 0
View file @
757deb1a
Setuptools now declares its ``tests`` and ``docs`` dependencies in metadata (extras).
changelog.d/1985.change.rst
deleted
100644 → 0
View file @
757deb1a
Add support for installing scripts in environments where bdist_wininst is missing (i.e. Python 3.9).
setup.cfg
View file @
a5dec2f1
...
...
@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
version = 45.
1
.0
version = 45.
2
.0
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author_email = distutils-sig@python.org
...
...
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