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
78fd7302
Commit
78fd7302
authored
Jan 27, 2019
by
Jason R. Coombs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version: 40.6.3 → 40.7.0
parent
b31997db
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
7 deletions
+13
-7
CHANGES.rst
CHANGES.rst
+10
-0
changelog.d/1180.change.rst
changelog.d/1180.change.rst
+0
-1
changelog.d/1499.change.rst
changelog.d/1499.change.rst
+0
-1
changelog.d/1544.change.rst
changelog.d/1544.change.rst
+0
-1
changelog.d/1551.breaking.rst
changelog.d/1551.breaking.rst
+0
-1
changelog.d/1625.change.rst
changelog.d/1625.change.rst
+0
-1
setup.cfg
setup.cfg
+2
-1
setup.py
setup.py
+1
-1
No files found.
CHANGES.rst
View file @
78fd7302
v40
.7.0
-------
*
#
1551
:
File
inputs
for
the
`
license
`
field
in
`
setup
.
cfg
`
files
now
explicitly
raise
an
error
.
*
#
1180
:
Add
support
for
non
-
ASCII
in
setup
.
cfg
(#
1062
).
Add
support
for
native
strings
on
some
parameters
(#
1136
).
*
#
1499
:
``
setuptools
.
package_index
``
no
longer
relies
on
the
deprecated
``
urllib
.
parse
.
splituser
``
per
Python
#
27485.
*
#
1544
:
Added
tests
for
PackageIndex
.
download
(
for
git
URLs
).
*
#
1625
:
In
PEP
517
build_meta
builder
,
ensure
that
sdists
are
built
as
gztar
per
the
spec
.
v40
.6.3
v40
.6.3
-------
-------
...
...
changelog.d/1180.change.rst
deleted
100644 → 0
View file @
b31997db
Add support for non-ASCII in setup.cfg (#1062). Add support for native strings on some parameters (#1136).
changelog.d/1499.change.rst
deleted
100644 → 0
View file @
b31997db
``setuptools.package_index`` no longer relies on the deprecated ``urllib.parse.splituser`` per Python #27485.
changelog.d/1544.change.rst
deleted
100644 → 0
View file @
b31997db
Added tests for PackageIndex.download (for git URLs).
changelog.d/1551.breaking.rst
deleted
100644 → 0
View file @
b31997db
File inputs for the `license` field in `setup.cfg` files now explicitly raise an error.
changelog.d/1625.change.rst
deleted
100644 → 0
View file @
b31997db
In PEP 517 build_meta builder, ensure that sdists are built as gztar per the spec.
setup.cfg
View file @
78fd7302
[bumpversion]
[bumpversion]
current_version = 40.
6.3
current_version = 40.
7.0
commit = True
commit = True
tag = True
tag = True
...
@@ -26,3 +26,4 @@ universal = 1
...
@@ -26,3 +26,4 @@ universal = 1
license_file = LICENSE
license_file = LICENSE
[bumpversion:file:setup.py]
[bumpversion:file:setup.py]
setup.py
View file @
78fd7302
...
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
...
@@ -89,7 +89,7 @@ def pypi_link(pkg_filename):
setup_params
=
dict
(
setup_params
=
dict
(
name
=
"setuptools"
,
name
=
"setuptools"
,
version
=
"40.
6.3
"
,
version
=
"40.
7.0
"
,
description
=
(
description
=
(
"Easily download, build, install, upgrade, and uninstall "
"Easily download, build, install, upgrade, and uninstall "
"Python packages"
"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