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
95d72cc5
Commit
95d72cc5
authored
Aug 13, 2019
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version: 41.0.1 → 41.1.0
parent
af871897
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
15 additions
and
11 deletions
+15
-11
.bumpversion.cfg
.bumpversion.cfg
+1
-1
CHANGES.rst
CHANGES.rst
+13
-0
changelog.d/1697.change.rst
changelog.d/1697.change.rst
+0
-1
changelog.d/1749.change.rst
changelog.d/1749.change.rst
+0
-1
changelog.d/1750.change.rst
changelog.d/1750.change.rst
+0
-1
changelog.d/1756.change.rst
changelog.d/1756.change.rst
+0
-1
changelog.d/1769.change.rst
changelog.d/1769.change.rst
+0
-1
changelog.d/1776.doc.rst
changelog.d/1776.doc.rst
+0
-1
changelog.d/1788.change.rst
changelog.d/1788.change.rst
+0
-1
changelog.d/1790.change.rst
changelog.d/1790.change.rst
+0
-2
setup.cfg
setup.cfg
+1
-1
No files found.
.bumpversion.cfg
View file @
95d72cc5
[bumpversion]
current_version = 41.
0.1
current_version = 41.
1.0
commit = True
tag = True
...
...
CHANGES.rst
View file @
95d72cc5
v41
.1.0
-------
*
#
1697
:
Moved
most
of
the
constants
from
setup
.
py
to
setup
.
cfg
*
#
1749
:
Fixed
issue
with
the
PEP
517
backend
where
building
a
source
distribution
would
fail
if
any
tarball
existed
in
the
destination
directory
.
*
#
1750
:
Fixed
an
issue
with
PEP
517
backend
where
wheel
builds
would
fail
if
the
destination
directory
did
not
already
exist
.
*
#
1756
:
Forse
metadata
-
version
>=
1.2
.
when
project
urls
are
present
.
*
#
1769
:
Improve
``
package_data
``
check
:
ensure
the
dictionary
values
are
lists
/
tuples
of
strings
.
*
#
1788
:
Changed
compatibility
fallback
logic
for
``
html
.
unescape
``
to
avoid
accessing
``
HTMLParser
.
unescape
``
when
not
necessary
.
``
HTMLParser
.
unescape
``
is
deprecated
and
will
be
removed
in
Python
3.9
.
*
#
1790
:
Added
the
file
path
to
the
error
message
when
a
``
UnicodeDecodeError
``
occurs
while
reading
a
metadata
file
.
*
#
1776
:
Use
license
classifiers
rather
than
the
license
field
.
v41
.0.1
-------
...
...
changelog.d/1697.change.rst
deleted
100644 → 0
View file @
af871897
Moved most of the constants from setup.py to setup.cfg
changelog.d/1749.change.rst
deleted
100644 → 0
View file @
af871897
Fixed issue with the PEP 517 backend where building a source distribution would fail if any tarball existed in the destination directory.
changelog.d/1750.change.rst
deleted
100644 → 0
View file @
af871897
Fixed an issue with PEP 517 backend where wheel builds would fail if the destination directory did not already exist.
changelog.d/1756.change.rst
deleted
100644 → 0
View file @
af871897
Forse metadata-version >= 1.2. when project urls are present.
changelog.d/1769.change.rst
deleted
100644 → 0
View file @
af871897
Improve ``package_data`` check: ensure the dictionary values are lists/tuples of strings.
changelog.d/1776.doc.rst
deleted
100644 → 0
View file @
af871897
Use license classifiers rather than the license field.
changelog.d/1788.change.rst
deleted
100644 → 0
View file @
af871897
Changed compatibility fallback logic for ``html.unescape`` to avoid accessing ``HTMLParser.unescape`` when not necessary. ``HTMLParser.unescape`` is deprecated and will be removed in Python 3.9.
changelog.d/1790.change.rst
deleted
100644 → 0
View file @
af871897
Added the file path to the error message when a ``UnicodeDecodeError`` occurs
while reading a metadata file.
setup.cfg
View file @
95d72cc5
...
...
@@ -19,7 +19,7 @@ universal = 1
[metadata]
name = setuptools
version = 41.
0.1
version = 41.
1.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