Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.rebootstrap
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos.rebootstrap
Commits
d1f68979
Commit
d1f68979
authored
Jun 05, 2017
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 4.0
parent
d3e2466f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
CHANGELOG.rst
CHANGELOG.rst
+12
-0
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.rst
View file @
d1f68979
Changes
Changes
=======
=======
4.0 (2017-06-05)
----------------
Complete reimplementation:
- Work entirely in-place, even to switch to a different version of Python.
- Update bin/buildout to immediately use the wanted Python on subsequent
buildout runs.
For SlapOS, the second point is required to have the instanciation done
with the built Python.
3.10 (2017-03-15)
3.10 (2017-03-15)
-----------------
-----------------
...
...
setup.py
View file @
d1f68979
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
version
=
'
3.1
0'
version
=
'
4.
0'
name
=
"slapos.rebootstrap"
name
=
"slapos.rebootstrap"
long_description
=
open
(
"README.rst"
).
read
()
+
'
\
n
\
n
'
long_description
=
open
(
"README.rst"
).
read
()
+
'
\
n
\
n
'
...
...
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