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
dc051ceb
Commit
dc051ceb
authored
Jan 16, 2021
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version: 51.2.0 → 51.3.0
parent
b5bb3e99
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
8 deletions
+16
-8
.bumpversion.cfg
.bumpversion.cfg
+1
-1
CHANGES.rst
CHANGES.rst
+14
-0
changelog.d/1390.change.rst
changelog.d/1390.change.rst
+0
-1
changelog.d/2481.change.rst
changelog.d/2481.change.rst
+0
-2
changelog.d/2489.change.rst
changelog.d/2489.change.rst
+0
-2
changelog.d/2529.change.rst
changelog.d/2529.change.rst
+0
-1
setup.cfg
setup.cfg
+1
-1
No files found.
.bumpversion.cfg
View file @
dc051ceb
[bumpversion]
current_version = 51.
2
.0
current_version = 51.
3
.0
commit = True
tag = True
...
...
CHANGES.rst
View file @
dc051ceb
v51
.3.0
-------
Changes
^^^^^^^
*
#
1390
:
Newlines
in
metadata
description
/
Summary
now
trigger
a
ValueError
.
*
#
2481
:
Define
``
create_module
()``
and
``
exec_module
()``
methods
in
``
VendorImporter
``
to
get
rid
of
``
ImportWarning
``
--
by
:
user
:`
hroncok
`
*
#
2489
:
``
pkg_resources
``
behavior
for
zipimport
now
matches
the
regular
behavior
,
and
finds
``.
egg
-
info
``
(
previoulsy
would
only
find
``.
dist
-
info
``)
--
by
:
user
:`
thatch
`
*
#
2529
:
Fixed
an
issue
where
version
tags
may
be
added
multiple
times
v51
.2.0
-------
...
...
changelog.d/1390.change.rst
deleted
100644 → 0
View file @
b5bb3e99
Newlines in metadata description/Summary now trigger a ValueError.
changelog.d/2481.change.rst
deleted
100644 → 0
View file @
b5bb3e99
Define ``create_module()`` and ``exec_module()`` methods in ``VendorImporter``
to get rid of ``ImportWarning`` -- by :user:`hroncok`
changelog.d/2489.change.rst
deleted
100644 → 0
View file @
b5bb3e99
``pkg_resources`` behavior for zipimport now matches the regular behavior, and finds
``.egg-info`` (previoulsy would only find ``.dist-info``) -- by :user:`thatch`
changelog.d/2529.change.rst
deleted
100644 → 0
View file @
b5bb3e99
Fixed an issue where version tags may be added multiple times
setup.cfg
View file @
dc051ceb
...
...
@@ -2,7 +2,7 @@
license_files =
LICENSE
name = setuptools
version = 51.
2
.0
version = 51.
3
.0
author = Python Packaging Authority
author_email = distutils-sig@python.org
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