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
Xavier Thompson
slapos.buildout
Commits
49c8dd90
Commit
49c8dd90
authored
Mar 04, 2022
by
Godefroid Chapelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Preparing release 3.0.0rc2
[ci skip]
parent
fdef375a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
4 deletions
+17
-4
CHANGES.rst
CHANGES.rst
+16
-0
news/598.bugfix
news/598.bugfix
+0
-2
news/pep496.feature
news/pep496.feature
+0
-1
setup.py
setup.py
+1
-1
No files found.
CHANGES.rst
View file @
49c8dd90
...
@@ -8,6 +8,22 @@ Change History
...
@@ -8,6 +8,22 @@ Change History
..
towncrier
release
notes
start
..
towncrier
release
notes
start
3.0.0
rc2
(
2022
-
03
-
04
)
---------------------
New
features
:
-
add
support
for
PEP496
environment
markers
(
pep496
)
Bug
fixes
:
-
Fix
TypeError
for
missing
required
`
use_deprecated_html5lib
`
with
pip
22.
Keep
compatible
with
earlier
pip
versions
.
(#
598
)
3.0.0
rc1
(
2021
-
12
-
16
)
3.0.0
rc1
(
2021
-
12
-
16
)
---------------------
---------------------
...
...
news/598.bugfix
deleted
100644 → 0
View file @
fdef375a
Fix TypeError for missing required `use_deprecated_html5lib` with pip 22.
Keep compatible with earlier pip versions.
news/pep496.feature
deleted
100644 → 0
View file @
fdef375a
add
support
for
PEP496
environment
markers
setup.py
View file @
49c8dd90
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
#
#
##############################################################################
##############################################################################
name
=
"zc.buildout"
name
=
"zc.buildout"
version
=
'3.0.0rc2
.dev0
'
version
=
'3.0.0rc2'
import
os
import
os
from
setuptools
import
setup
from
setuptools
import
setup
...
...
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