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
c30a9652
Commit
c30a9652
authored
Jan 11, 2020
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version: 44.0.0 → 45.0.0
parent
1b03e7a3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
4 deletions
+9
-4
.bumpversion.cfg
.bumpversion.cfg
+1
-1
CHANGES.rst
CHANGES.rst
+7
-0
changelog.d/1458.breaking.rst
changelog.d/1458.breaking.rst
+0
-1
changelog.d/1959.change.rst
changelog.d/1959.change.rst
+0
-1
setup.cfg
setup.cfg
+1
-1
No files found.
.bumpversion.cfg
View file @
c30a9652
[bumpversion]
current_version = 4
4
.0.0
current_version = 4
5
.0.0
commit = True
tag = True
...
...
CHANGES.rst
View file @
c30a9652
v45
.0.0
-------
*
#
1458
:
Drop
support
for
Python
2.
Setuptools
now
requires
Python
3.5
or
later
.
Install
setuptools
using
pip
>=
9
or
pin
to
Setuptools
<
45
to
maintain
2.7
support
.
*
#
1959
:
Fix
for
Python
4
:
replace
unsafe
six
.
PY3
with
six
.
PY2
v44
.0.0
-------
...
...
changelog.d/1458.breaking.rst
deleted
100644 → 0
View file @
1b03e7a3
Drop support for Python 2. Setuptools now requires Python 3.5 or later. Install setuptools using pip >=9 or pin to Setuptools <45 to maintain 2.7 support.
changelog.d/1959.change.rst
deleted
100644 → 0
View file @
1b03e7a3
Fix for Python 4: replace unsafe six.PY3 with six.PY2
setup.cfg
View file @
c30a9652
...
...
@@ -19,7 +19,7 @@ universal = 1
[metadata]
name = setuptools
version = 4
4
.0.0
version = 4
5
.0.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