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
d57adafd
Commit
d57adafd
authored
May 10, 2020
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version: 46.1.3 → 46.2.0
parent
dfc47786
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
14 additions
and
9 deletions
+14
-9
.bumpversion.cfg
.bumpversion.cfg
+1
-1
CHANGES.rst
CHANGES.rst
+12
-0
changelog.d/1698.doc.rst
changelog.d/1698.doc.rst
+0
-1
changelog.d/2040.change.rst
changelog.d/2040.change.rst
+0
-1
changelog.d/2062.change.rst
changelog.d/2062.change.rst
+0
-1
changelog.d/2075.change.rst
changelog.d/2075.change.rst
+0
-1
changelog.d/2082.misc.rst
changelog.d/2082.misc.rst
+0
-2
changelog.d/2086.change.rst
changelog.d/2086.change.rst
+0
-1
setup.cfg
setup.cfg
+1
-1
No files found.
.bumpversion.cfg
View file @
d57adafd
[bumpversion]
current_version = 46.
1.3
current_version = 46.
2.0
commit = True
tag = True
...
...
CHANGES.rst
View file @
d57adafd
v46
.2.0
-------
*
#
2040
:
Deprecated
the
``
bdist_wininst
``
command
.
Binary
packages
should
be
built
as
wheels
instead
.
*
#
2062
:
Change
'Mac OS X'
to
'macOS'
in
code
.
*
#
2075
:
Stop
recognizing
files
ending
with
``.
dist
-
info
``
as
distribution
metadata
.
*
#
2086
:
Deprecate
'use_2to3'
functionality
.
Packagers
are
encouraged
to
use
single
-
source
solutions
or
build
tool
chains
to
manage
conversions
outside
of
setuptools
.
*
#
1698
:
Added
documentation
for
``
build_meta
``
(
a
bare
minimum
,
not
completed
).
*
#
2082
:
Filter
``
lib2to3
``
``
PendingDeprecationWarning
``
and
``
DeprecationWarning
``
in
testes
,
because
``
lib2to3
``
is
`
deprecated
in
Python
3.9
<
https
://
bugs
.
python
.
org
/
issue40360
>`
_
.
v46
.1.3
-------
...
...
changelog.d/1698.doc.rst
deleted
100644 → 0
View file @
dfc47786
Added documentation for ``build_meta`` (a bare minimum, not completed).
changelog.d/2040.change.rst
deleted
100644 → 0
View file @
dfc47786
Deprecated the ``bdist_wininst`` command. Binary packages should be built as wheels instead.
changelog.d/2062.change.rst
deleted
100644 → 0
View file @
dfc47786
Change 'Mac OS X' to 'macOS' in code.
changelog.d/2075.change.rst
deleted
100644 → 0
View file @
dfc47786
Stop recognizing files ending with ``.dist-info`` as distribution metadata.
changelog.d/2082.misc.rst
deleted
100644 → 0
View file @
dfc47786
Filter ``lib2to3`` ``PendingDeprecationWarning`` and ``DeprecationWarning`` in testes,
because ``lib2to3`` is `deprecated in Python 3.9 <https://bugs.python.org/issue40360>`_.
changelog.d/2086.change.rst
deleted
100644 → 0
View file @
dfc47786
Deprecate 'use_2to3' functionality. Packagers are encouraged to use single-source solutions or build tool chains to manage conversions outside of setuptools.
setup.cfg
View file @
d57adafd
...
...
@@ -16,7 +16,7 @@ formats = zip
[metadata]
name = setuptools
version = 46.
1.3
version = 46.
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