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
50f3575d
Commit
50f3575d
authored
Mar 08, 2020
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version: 45.3.0 → 46.0.0
parent
dfd59c2a
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
7 deletions
+12
-7
.bumpversion.cfg
.bumpversion.cfg
+1
-1
CHANGES.rst
CHANGES.rst
+10
-0
changelog.d/1890.change.rst
changelog.d/1890.change.rst
+0
-1
changelog.d/1899.change.rst
changelog.d/1899.change.rst
+0
-1
changelog.d/1991.misc.rst
changelog.d/1991.misc.rst
+0
-1
changelog.d/2011.doc.rst
changelog.d/2011.doc.rst
+0
-1
changelog.d/65.breaking.rst
changelog.d/65.breaking.rst
+0
-1
setup.cfg
setup.cfg
+1
-1
No files found.
.bumpversion.cfg
View file @
50f3575d
[bumpversion]
current_version = 4
5.3
.0
current_version = 4
6.0
.0
commit = True
tag = True
...
...
CHANGES.rst
View file @
50f3575d
v46
.0.0
-------
*
#
65
:
Once
again
as
in
3.0
,
removed
the
Features
feature
.
*
#
1890
:
Fix
vendored
dependencies
so
importing
``
setuptools
.
extern
.
some_module
``
gives
the
same
object
as
``
setuptools
.
_vendor
.
some_module
``.
This
makes
Metadata
picklable
again
.
*
#
1899
:
Test
suite
now
fails
on
warnings
.
*
#
2011
:
Fix
broken
link
to
distutils
docs
on
package_data
*
#
1991
:
Include
pkg_resources
test
data
in
sdist
,
so
tests
can
be
executed
from
it
.
v45
.3.0
-------
...
...
changelog.d/1890.change.rst
deleted
100644 → 0
View file @
dfd59c2a
Fix vendored dependencies so importing ``setuptools.extern.some_module`` gives the same object as ``setuptools._vendor.some_module``. This makes Metadata picklable again.
\ No newline at end of file
changelog.d/1899.change.rst
deleted
100644 → 0
View file @
dfd59c2a
Test suite now fails on warnings.
changelog.d/1991.misc.rst
deleted
100644 → 0
View file @
dfd59c2a
Include pkg_resources test data in sdist, so tests can be executed from it.
changelog.d/2011.doc.rst
deleted
100644 → 0
View file @
dfd59c2a
Fix broken link to distutils docs on package_data
changelog.d/65.breaking.rst
deleted
100644 → 0
View file @
dfd59c2a
Once again as in 3.0, removed the Features feature.
setup.cfg
View file @
50f3575d
...
...
@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
version = 4
5.3
.0
version = 4
6.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