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
6d07df75
Commit
6d07df75
authored
May 19, 2018
by
Jeremy Bowman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version: 39.1.0 → 39.2.0
parent
de686c28
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
28 additions
and
22 deletions
+28
-22
CHANGES.rst
CHANGES.rst
+26
-0
changelog.d/1343.misc.rst
changelog.d/1343.misc.rst
+0
-4
changelog.d/1352.misc.rst
changelog.d/1352.misc.rst
+0
-1
changelog.d/1353.doc.rst
changelog.d/1353.doc.rst
+0
-1
changelog.d/1354.misc.rst
changelog.d/1354.misc.rst
+0
-1
changelog.d/1355.misc.rst
changelog.d/1355.misc.rst
+0
-1
changelog.d/1356.doc.rst
changelog.d/1356.doc.rst
+0
-1
changelog.d/1357.doc.rst
changelog.d/1357.doc.rst
+0
-1
changelog.d/1359.change.rst
changelog.d/1359.change.rst
+0
-2
changelog.d/1360.change.rst
changelog.d/1360.change.rst
+0
-1
changelog.d/1365.change.rst
changelog.d/1365.change.rst
+0
-2
changelog.d/1368.misc.rst
changelog.d/1368.misc.rst
+0
-1
changelog.d/1369.misc.rst
changelog.d/1369.misc.rst
+0
-1
changelog.d/1372.misc.rst
changelog.d/1372.misc.rst
+0
-2
changelog.d/1376.doc.rst
changelog.d/1376.doc.rst
+0
-1
setup.cfg
setup.cfg
+1
-1
setup.py
setup.py
+1
-1
No files found.
CHANGES.rst
View file @
6d07df75
v39
.2.0
-------
*
#
1359
:
Support
using
"file:"
to
load
a
PEP
440
-
compliant
package
version
from
a
text
file
.
*
#
1360
:
Fixed
issue
with
a
mismatch
between
the
name
of
the
package
and
the
name
of
the
.
dist
-
info
file
in
wheel
files
*
#
1365
:
Take
the
package_dir
option
into
account
when
loading
the
version
from
a
module
attribute
.
*
#
1353
:
Added
coverage
badge
to
README
.
*
#
1356
:
Made
small
fixes
to
the
developer
guide
documentation
.
*
#
1357
:
Fixed
warnings
in
documentation
builds
and
started
enforcing
that
the
docs
build
without
warnings
in
tox
.
*
#
1376
:
Updated
release
process
docs
.
*
#
1343
:
The
``
setuptools
``
specific
``
long_description_content_type
``,
``
project_urls
``
and
``
provides_extras
``
fields
are
now
set
consistently
after
any
``
distutils
``
``
setup_keywords
``
calls
,
allowing
them
to
override
values
.
*
#
1352
:
Added
``
tox
``
environment
for
documentation
builds
.
*
#
1354
:
Added
``
towncrier
``
for
changelog
managment
.
*
#
1355
:
Add
PR
template
.
*
#
1368
:
Fixed
tests
which
failed
without
network
connectivity
.
*
#
1369
:
Added
unit
tests
for
PEP
425
compatibility
tags
support
.
*
#
1372
:
Stop
testing
Python
3.3
in
Travis
CI
,
now
that
the
latest
version
of
``
wheel
``
no
longer
installs
on
it
.
v39
.1.0
-------
...
...
changelog.d/1343.misc.rst
deleted
100644 → 0
View file @
de686c28
The ``setuptools`` specific ``long_description_content_type``,
``project_urls`` and ``provides_extras`` fields are now set
consistently after any ``distutils`` ``setup_keywords`` calls,
allowing them to override values.
changelog.d/1352.misc.rst
deleted
100644 → 0
View file @
de686c28
Added ``tox`` environment for documentation builds.
changelog.d/1353.doc.rst
deleted
100644 → 0
View file @
de686c28
Added coverage badge to README.
changelog.d/1354.misc.rst
deleted
100644 → 0
View file @
de686c28
Added ``towncrier`` for changelog managment.
changelog.d/1355.misc.rst
deleted
100644 → 0
View file @
de686c28
Add PR template.
changelog.d/1356.doc.rst
deleted
100644 → 0
View file @
de686c28
Made small fixes to the developer guide documentation.
changelog.d/1357.doc.rst
deleted
100644 → 0
View file @
de686c28
Fixed warnings in documentation builds and started enforcing that the docs build without warnings in tox.
changelog.d/1359.change.rst
deleted
100644 → 0
View file @
de686c28
Support using "file:" to load a PEP 440-compliant package version
from a text file.
changelog.d/1360.change.rst
deleted
100644 → 0
View file @
de686c28
Fixed issue with a mismatch between the name of the package and the name of the .dist-info file in wheel files
changelog.d/1365.change.rst
deleted
100644 → 0
View file @
de686c28
Take the package_dir option into account when loading the version from a
module attribute.
changelog.d/1368.misc.rst
deleted
100644 → 0
View file @
de686c28
Fixed tests which failed without network connectivity.
changelog.d/1369.misc.rst
deleted
100644 → 0
View file @
de686c28
Added unit tests for PEP 425 compatibility tags support.
changelog.d/1372.misc.rst
deleted
100644 → 0
View file @
de686c28
Stop testing Python 3.3 in Travis CI, now that the latest version of
``wheel`` no longer installs on it.
changelog.d/1376.doc.rst
deleted
100644 → 0
View file @
de686c28
Updated release process docs.
setup.cfg
View file @
6d07df75
[bumpversion]
current_version = 39.
1
.0
current_version = 39.
2
.0
commit = True
tag = True
...
...
setup.py
View file @
6d07df75
...
...
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params
=
dict
(
name
=
"setuptools"
,
version
=
"39.
1
.0"
,
version
=
"39.
2
.0"
,
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