Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
simplejson
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
simplejson
Commits
ed9859bb6169
Commit
ed9859bb6169
authored
15 years ago
by
Bob Ippolito
Browse files
Options
Downloads
Patches
Plain Diff
http://code.google.com/p/simplejson/issues/detail?id=70
git-svn-id:
http://simplejson.googlecode.com/svn/trunk@205
a4795897-2c25-0410-b006-0d3caba88fa1
parent
7bedc133eaa0
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ez_setup.py
+9
-1
9 additions, 1 deletion
ez_setup.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
10 additions
and
2 deletions
ez_setup.py
+
9
−
1
View file @
ed9859bb
...
...
@@ -14,7 +14,7 @@
This file can also be run as a script to install or upgrade setuptools.
"""
import
sys
DEFAULT_VERSION
=
"
0.6c
9
"
DEFAULT_VERSION
=
"
0.6c
11
"
DEFAULT_URL
=
"
http://pypi.python.org/packages/%s/s/setuptools/
"
%
sys
.
version
[:
3
]
md5_data
=
{
...
...
@@ -28,6 +28,14 @@
'
setuptools-0.6b4-py2.4.egg
'
:
'
4cb2a185d228dacffb2d17f103b3b1c4
'
,
'
setuptools-0.6c1-py2.3.egg
'
:
'
b3f2b5539d65cb7f74ad79127f1a908c
'
,
'
setuptools-0.6c1-py2.4.egg
'
:
'
b45adeda0667d2d2ffe14009364f2a4b
'
,
'
setuptools-0.6c10-py2.3.egg
'
:
'
ce1e2ab5d3a0256456d9fc13800a7090
'
,
'
setuptools-0.6c10-py2.4.egg
'
:
'
57d6d9d6e9b80772c59a53a8433a5dd4
'
,
'
setuptools-0.6c10-py2.5.egg
'
:
'
de46ac8b1c97c895572e5e8596aeb8c7
'
,
'
setuptools-0.6c10-py2.6.egg
'
:
'
58ea40aef06da02ce641495523a0b7f5
'
,
'
setuptools-0.6c11-py2.3.egg
'
:
'
2baeac6e13d414a9d28e7ba5b5a596de
'
,
'
setuptools-0.6c11-py2.4.egg
'
:
'
bd639f9b0eac4c42497034dec2ec0c2b
'
,
'
setuptools-0.6c11-py2.5.egg
'
:
'
64c94f3bf7a72a13ec83e0b24f2749b2
'
,
'
setuptools-0.6c11-py2.6.egg
'
:
'
bfa92100bd772d5a213eedd356d64086
'
,
'
setuptools-0.6c2-py2.3.egg
'
:
'
f0064bf6aa2b7d0f3ba0b43f20817c27
'
,
'
setuptools-0.6c2-py2.4.egg
'
:
'
616192eec35f47e8ea16cd6a122b7277
'
,
'
setuptools-0.6c3-py2.3.egg
'
:
'
f181fa125dfe85a259c9cd6f1d7b78fa
'
,
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
ed9859bb
...
...
@@ -3,7 +3,7 @@
import
sys
try
:
from
ez_setup
import
use_setuptools
use_setuptools
(
version
=
'
0.6c
6
'
)
use_setuptools
(
version
=
'
0.6c
11
'
)
except
ImportError
:
pass
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment