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
Thomas Leymonerie
slapos.buildout
Commits
762a649d
Commit
762a649d
authored
Mar 14, 2017
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release zc.buildout 2.5.2+slapos006 and zc.recipe.egg 2.0.3+slapos003.
parent
7b2558f1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
2 deletions
+15
-2
CHANGES.SlapOS.rst
CHANGES.SlapOS.rst
+7
-0
setup.py
setup.py
+1
-1
zc.recipe.egg_/CHANGES.SlapOS.txt
zc.recipe.egg_/CHANGES.SlapOS.txt
+6
-0
zc.recipe.egg_/setup.py
zc.recipe.egg_/setup.py
+1
-1
No files found.
CHANGES.SlapOS.rst
View file @
762a649d
2.5.2+slapos006
---------------
- Improve on the fly patches so that specified patches are
automatically applied on required eggs as well.
- Fix exception when easy_install is used without initialising a buildout object.
2.5.2+slapos005
---------------
...
...
setup.py
View file @
762a649d
...
...
@@ -12,7 +12,7 @@
#
##############################################################################
name
=
"zc.buildout"
version
=
'2.5.2+slapos00
5
'
version
=
'2.5.2+slapos00
6
'
import
os
from
setuptools
import
setup
...
...
zc.recipe.egg_/CHANGES.SlapOS.txt
View file @
762a649d
2.0.3+slapos003
---------------
- Improve on the fly patches so that specified patches are
automatically applied on required eggs as well.
2.0.3+slapos002
---------------
...
...
zc.recipe.egg_/setup.py
View file @
762a649d
...
...
@@ -14,7 +14,7 @@
"""Setup for zc.recipe.egg package
"""
version
=
'2.0.3+slapos00
2
'
version
=
'2.0.3+slapos00
3
'
import
os
from
setuptools
import
setup
,
find_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