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
a08cf8bc
Commit
a08cf8bc
authored
Feb 03, 2019
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version: 40.7.2 → 40.7.3
parent
f03ef207
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
3 deletions
+8
-3
CHANGES.rst
CHANGES.rst
+6
-0
changelog.d/1670.change.rst
changelog.d/1670.change.rst
+0
-1
setup.cfg
setup.cfg
+1
-1
setup.py
setup.py
+1
-1
No files found.
CHANGES.rst
View file @
a08cf8bc
v40
.7.3
-------
*
#
1670
:
In
package_index
,
revert
to
using
a
copy
of
splituser
from
Python
3.8
.
Attempts
to
use
``
urllib
.
parse
.
urlparse
``
led
to
problems
as
reported
in
#
1663
and
#
1668.
This
change
serves
as
an
alternative
to
#
1499
and
fixes
#
1668.
v40
.7.2
-------
...
...
changelog.d/1670.change.rst
deleted
100644 → 0
View file @
f03ef207
In package_index, revert to using a copy of splituser from Python 3.8. Attempts to use ``urllib.parse.urlparse`` led to problems as reported in #1663 and #1668. This change serves as an alternative to #1499 and fixes #1668.
setup.cfg
View file @
a08cf8bc
[bumpversion]
current_version = 40.7.
2
current_version = 40.7.
3
commit = True
tag = True
...
...
setup.py
View file @
a08cf8bc
...
...
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params
=
dict
(
name
=
"setuptools"
,
version
=
"40.7.
2
"
,
version
=
"40.7.
3
"
,
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