Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
be2bf5b3
Commit
be2bf5b3
authored
Dec 10, 2021
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.7.1
Fix a missing dependency in 1.7.0 on python2
parent
a515ca89
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
CHANGES.rst
CHANGES.rst
+5
-1
setup.py
setup.py
+1
-0
slapos/version.py
slapos/version.py
+1
-1
No files found.
CHANGES.rst
View file @
be2bf5b3
Changes
=======
1.7.1 (2021-12-10)
------------------
* Fix a missing dependency in 1.7.0 on python2
1.7.0 (2021-12-10)
------------------
-
------------------
* prune: add support for new name of signature files
* slapproxy: Fix software URL migration
...
...
setup.py
View file @
be2bf5b3
...
...
@@ -78,6 +78,7 @@ setup(name=name,
'PyYAML'
,
'uritemplate'
,
# used by hateoas navigator
'subprocess32; python_version<"3"'
,
'enum34; python_version<"3"'
,
'ipaddress; python_version<"3"'
,
# used by whitelistfirewall
]
+
additional_install_requires
,
extras_require
=
extras_require
,
...
...
slapos/version.py
View file @
be2bf5b3
...
...
@@ -26,4 +26,4 @@
#
##############################################################################
version
=
'1.7.
0
'
version
=
'1.7.
1
'
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