Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
isaak yansane-sisk
slapos.buildout
Commits
0882b06c
Commit
0882b06c
authored
Oct 16, 2006
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated release info.
parent
2ee1e4e1
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
17 additions
and
13 deletions
+17
-13
CHANGES.txt
CHANGES.txt
+6
-2
README.txt
README.txt
+0
-6
setup.py
setup.py
+1
-1
zc.recipe.egg_/CHANGES.txt
zc.recipe.egg_/CHANGES.txt
+4
-1
zc.recipe.egg_/setup.py
zc.recipe.egg_/setup.py
+1
-1
zc.recipe.testrunner/CHANGES.txt
zc.recipe.testrunner/CHANGES.txt
+4
-1
zc.recipe.testrunner/setup.py
zc.recipe.testrunner/setup.py
+1
-1
No files found.
CHANGES.txt
View file @
0882b06c
...
...
@@ -20,8 +20,8 @@ priorities include:
Change History
**************
Next Release
============
1.0.0b10 (2006-10-16)
============
=========
Feature Changes
---------------
...
...
@@ -38,6 +38,8 @@ Feature Changes
implicit dependency. We generate a warning if the distribution
is a develop egg.
- You can now create develop eggs for setup scripts that don't use setuptools.
Bugs Fixed
----------
...
...
@@ -49,6 +51,8 @@ Bugs Fixed
setuptools were available. Now we issue a warning and don't
upgrade.
- When installing zip-safe eggs from local directories, the eggs were
moved, rather than copied, removing them from the source directory.
1.0.0b9 (2006-10-02)
====================
...
...
README.txt
View file @
0882b06c
...
...
@@ -24,12 +24,6 @@ the `Buildout examples`_.
To lean more about using buildouts, see `Detailed Documentation`_.
Download
********
You can download zc.buildout and many buildout recipes from the
`Python Package Index <http://www.python.org/pypi>`_.
Recipes
*******
...
...
setup.py
View file @
0882b06c
...
...
@@ -7,7 +7,7 @@ def read(*rnames):
name
=
"zc.buildout"
setup
(
name
=
name
,
version
=
"1.0.0b
9
"
,
version
=
"1.0.0b
10
"
,
author
=
"Jim Fulton"
,
author_email
=
"jim@zope.com"
,
description
=
"System for managing development buildouts"
,
...
...
zc.recipe.egg_/CHANGES.txt
View file @
0882b06c
...
...
@@ -8,7 +8,10 @@ To do
Change History
**************
Updated to work with zc.buildout 1.0.0b10.
1.0.0b2 (2006-10-16)
====================
Updated to work with (not get a warning from) zc.buildout 1.0.0b10.
1.0.0b1
=======
...
...
zc.recipe.egg_/setup.py
View file @
0882b06c
...
...
@@ -7,7 +7,7 @@ def read(*rnames):
name
=
"zc.recipe.egg"
setup
(
name
=
name
,
version
=
"1.0.0b
1
"
,
version
=
"1.0.0b
2
"
,
author
=
"Jim Fulton"
,
author_email
=
"jim@zope.com"
,
description
=
"Recipe for installing Python package distributions as eggs"
,
...
...
zc.recipe.testrunner/CHANGES.txt
View file @
0882b06c
...
...
@@ -2,7 +2,10 @@
Change History
**************
Updated to work with zc.buildout 1.0.0b10.
1.0.0b3 (2006-10-16)
====================
Updated to work with (not get a warning from) zc.buildout 1.0.0b10.
1.0.0b2
=======
...
...
zc.recipe.testrunner/setup.py
View file @
0882b06c
...
...
@@ -7,7 +7,7 @@ def read(*rnames):
name
=
"zc.recipe.testrunner"
setup
(
name
=
name
,
version
=
"1.0.0b
2
"
,
version
=
"1.0.0b
3
"
,
author
=
"Jim Fulton"
,
author_email
=
"jim@zope.com"
,
description
=
"ZC Buildout recipe for creating test runners"
,
...
...
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