Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.recipe.build
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
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
slapos.recipe.build
Commits
6a6d5051
Commit
6a6d5051
authored
Sep 10, 2012
by
Cédric de Saint Martin
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.11.3
parent
0877f72d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CHANGES.txt
CHANGES.txt
+2
-1
setup.py
setup.py
+1
-2
No files found.
CHANGES.txt
View file @
6a6d5051
...
@@ -4,7 +4,8 @@ Changes
...
@@ -4,7 +4,8 @@ Changes
0.11.3 (Unreleased)
0.11.3 (Unreleased)
-------------------
-------------------
* No change yet.
* Removed explicit dependency of slapos.libnetworkcache. If not present, it
will gracefully degrade. [Cedric de Saint Martin]
0.11.2 (2012-09-05)
0.11.2 (2012-09-05)
-------------------
-------------------
...
...
setup.py
View file @
6a6d5051
from
setuptools
import
setup
,
find_packages
from
setuptools
import
setup
,
find_packages
version
=
'0.11.3
-dev
'
version
=
'0.11.3'
name
=
'slapos.recipe.build'
name
=
'slapos.recipe.build'
long_description
=
open
(
"README.rst"
).
read
()
+
"
\
n
"
+
\
long_description
=
open
(
"README.rst"
).
read
()
+
"
\
n
"
+
\
open
(
"CHANGES.txt"
).
read
()
+
"
\
n
"
open
(
"CHANGES.txt"
).
read
()
+
"
\
n
"
...
@@ -24,7 +24,6 @@ setup(name=name,
...
@@ -24,7 +24,6 @@ setup(name=name,
install_requires
=
[
install_requires
=
[
'setuptools'
,
# namespaces
'setuptools'
,
# namespaces
'zc.buildout'
,
# plays with buildout
'zc.buildout'
,
# plays with buildout
'slapos.libnetworkcache>=0.13.1'
,
# Uses helper new in this version
],
],
extras_require
=
{
extras_require
=
{
'test'
:
[
'zope.testing'
],
'test'
:
[
'zope.testing'
],
...
...
Julien Muchembled
@jm
mentioned in commit
2000d204
·
Oct 10, 2016
mentioned in commit
2000d204
mentioned in commit 2000d20414062597709eeb5ce0f10547205e8fbd
Toggle commit list
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