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
bba4b397
Commit
bba4b397
authored
Jun 26, 2016
by
stepshal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix misspellings
parent
ebf30b69
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
CHANGES.rst
CHANGES.rst
+2
-2
docs/easy_install.txt
docs/easy_install.txt
+2
-2
pkg_resources/__init__.py
pkg_resources/__init__.py
+1
-1
pkg_resources/_vendor/packaging/specifiers.py
pkg_resources/_vendor/packaging/specifiers.py
+1
-1
pkg_resources/_vendor/pyparsing.py
pkg_resources/_vendor/pyparsing.py
+1
-1
No files found.
CHANGES.rst
View file @
bba4b397
...
...
@@ -129,7 +129,7 @@ v20.8.0
v20.7.0
-------
* Refactored extra enviroment marker processing
* Refactored extra enviro
n
ment marker processing
in WorkingSet.
* Issue #533: Fixed intermittent test failures.
* Issue #536: In msvc9_support, trap additional exceptions
...
...
@@ -216,7 +216,7 @@ v20.6.0
20.2.1
------
*
Issue
#
499
:
Restore
compatiblity
for
legacy
versions
*
Issue
#
499
:
Restore
compatib
i
lity
for
legacy
versions
by
bumping
to
packaging
16.4
.
20.2
...
...
docs/easy_install.txt
View file @
bba4b397
...
...
@@ -577,7 +577,7 @@ activated or deactivated.
As a result, if you are using EasyInstall to upgrade an existing package, or
to install a package with the same name as an existing package, EasyInstall
will warn you of the conflict. (This is an improvement over ``setup.py
install``, bec
ua
se the ``distutils`` just install new packages on top of old
install``, bec
au
se the ``distutils`` just install new packages on top of old
ones, possibly combining two unrelated packages or leaving behind modules that
have been deleted in the newer version of the package.)
...
...
@@ -606,7 +606,7 @@ can be safely installed as a zipfile, and then acts on its analysis. (Previous
versions would not install a package as a zipfile unless you used the
``--zip-ok`` option.)
The current analysis approach is fairly conservative; it currenly looks for:
The current analysis approach is fairly conservative; it curren
t
ly looks for:
* Any use of the ``__file__`` or ``__path__`` variables (which should be
replaced with ``pkg_resources`` API calls)
...
...
pkg_resources/__init__.py
View file @
bba4b397
...
...
@@ -1367,7 +1367,7 @@ def get_default_cache():
return os.path.join(dirname, '
Python
-
Eggs
')
else:
raise RuntimeError(
"Please set the PYTHON_EGG_CACHE enviroment variable"
"Please set the PYTHON_EGG_CACHE enviro
n
ment variable"
)
def safe_name(name):
...
...
pkg_resources/_vendor/packaging/specifiers.py
View file @
bba4b397
...
...
@@ -198,7 +198,7 @@ class _IndividualSpecifier(BaseSpecifier):
(
prereleases
or
self
.
prereleases
)):
found_prereleases
.
append
(
version
)
# Either this is not a prerelease, or we should have been
# accepting prereleases from the begining.
# accepting prereleases from the begin
n
ing.
else
:
yielded
=
True
yield
version
...
...
pkg_resources/_vendor/pyparsing.py
View file @
bba4b397
...
...
@@ -1112,7 +1112,7 @@ class ParserElement(object):
(see L{I{parseWithTabs}<parseWithTabs>})
- define your parse action using the full C{(s,loc,toks)} signature, and
reference the input string using the parse action's C{s} argument
- explictly expand the tabs in your input string before calling
- explic
i
tly expand the tabs in your input string before calling
C{parseString}
"""
ParserElement
.
resetCache
()
...
...
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