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
6e8b1da1
Commit
6e8b1da1
authored
Oct 27, 2019
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version: 41.4.0 → 41.5.0
parent
2d89c5d7
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
16 additions
and
11 deletions
+16
-11
.bumpversion.cfg
.bumpversion.cfg
+1
-1
CHANGES.rst
CHANGES.rst
+14
-0
changelog.d/1811.change.rst
changelog.d/1811.change.rst
+0
-1
changelog.d/1814.change.rst
changelog.d/1814.change.rst
+0
-1
changelog.d/1824.change.rst
changelog.d/1824.change.rst
+0
-1
changelog.d/1860.doc.rst
changelog.d/1860.doc.rst
+0
-1
changelog.d/1862.doc.rst
changelog.d/1862.doc.rst
+0
-1
changelog.d/1868.doc.rst
changelog.d/1868.doc.rst
+0
-1
changelog.d/1878.change.rst
changelog.d/1878.change.rst
+0
-1
changelog.d/1884.doc.rst
changelog.d/1884.doc.rst
+0
-1
changelog.d/1886.misc.rst
changelog.d/1886.misc.rst
+0
-1
setup.cfg
setup.cfg
+1
-1
No files found.
.bumpversion.cfg
View file @
6e8b1da1
[bumpversion]
[bumpversion]
current_version = 41.
4
.0
current_version = 41.
5
.0
commit = True
commit = True
tag = True
tag = True
...
...
CHANGES.rst
View file @
6e8b1da1
v41
.5.0
-------
*
#
1811
:
Improve
Visual
C
++
14.
X
support
,
mainly
for
Visual
Studio
2017
and
2019.
*
#
1814
:
Fix
``
pkg_resources
.
Requirement
``
hash
/
equality
implementation
:
take
PEP
508
direct
URL
into
account
.
*
#
1824
:
Fix
tests
when
running
under
``
python3
.10
``.
*
#
1878
:
Formally
deprecated
the
``
test
``
command
,
with
the
recommendation
that
users
migrate
to
``
tox
``.
*
#
1860
:
Update
documentation
to
mention
the
egg
format
is
not
supported
by
pip
and
dependency
links
support
was
dropped
starting
with
pip
19.0
.
*
#
1862
:
Drop
ez_setup
documentation
:
deprecated
for
some
time
(
last
updated
in
2016
),
and
still
relying
on
easy_install
(
deprecated
too
).
*
#
1868
:
Drop
most
documentation
references
to
(
deprecated
)
EasyInstall
.
*
#
1884
:
Added
a
trove
classifier
to
document
support
for
Python
3.8
.
*
#
1886
:
Added
Python
3.8
release
to
the
Travis
test
matrix
.
v41
.4.0
v41
.4.0
-------
-------
...
...
changelog.d/1811.change.rst
deleted
100644 → 0
View file @
2d89c5d7
Improve Visual C++ 14.X support, mainly for Visual Studio 2017 and 2019.
\ No newline at end of file
changelog.d/1814.change.rst
deleted
100644 → 0
View file @
2d89c5d7
Fix ``pkg_resources.Requirement`` hash/equality implementation: take PEP 508 direct URL into account.
changelog.d/1824.change.rst
deleted
100644 → 0
View file @
2d89c5d7
Fix tests when running under ``python3.10``.
changelog.d/1860.doc.rst
deleted
100644 → 0
View file @
2d89c5d7
Update documentation to mention the egg format is not supported by pip and dependency links support was dropped starting with pip 19.0.
changelog.d/1862.doc.rst
deleted
100644 → 0
View file @
2d89c5d7
Drop ez_setup documentation: deprecated for some time (last updated in 2016), and still relying on easy_install (deprecated too).
changelog.d/1868.doc.rst
deleted
100644 → 0
View file @
2d89c5d7
Drop most documentation references to (deprecated) EasyInstall.
changelog.d/1878.change.rst
deleted
100644 → 0
View file @
2d89c5d7
Formally deprecated the ``test`` command, with the recommendation that users migrate to ``tox``.
changelog.d/1884.doc.rst
deleted
100644 → 0
View file @
2d89c5d7
Added a trove classifier to document support for Python 3.8.
changelog.d/1886.misc.rst
deleted
100644 → 0
View file @
2d89c5d7
Added Python 3.8 release to the Travis test matrix.
setup.cfg
View file @
6e8b1da1
...
@@ -19,7 +19,7 @@ universal = 1
...
@@ -19,7 +19,7 @@ universal = 1
[metadata]
[metadata]
name = setuptools
name = setuptools
version = 41.
4
.0
version = 41.
5
.0
description = Easily download, build, install, upgrade, and uninstall Python packages
description = Easily download, build, install, upgrade, and uninstall Python packages
author = Python Packaging Authority
author = Python Packaging Authority
author_email = distutils-sig@python.org
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