Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
3cc6e6a98f49
Commit
80483101
authored
Sep 14, 2021
by
François Ferry
Browse files
merge 3.31 into 3.32
--HG-- branch : 3.32
parents
2f85ebeb6902
84948e7e5573
Changes
3
Hide whitespace changes
Inline
Side-by-side
.hgtags
View file @
3cc6e6a9
...
...
@@ -695,5 +695,6 @@ f0007241c4773160b6c2b93a0b56a9617a74389c 3.31.1
9965ff53bda2cbe0378a32d4d34feb94641116b2 3.32.2
e106c287f71a1f49e681214a20ee26e81f695043 3.31.2
ef46f909341c31472545c693e63d4ad79a3087da 3.31.3
5d6a521cb4c32100cd9bb65e8d19ef2c7b4b0728 3.31.4
9c540973cf4b947c26c7b474fb9d9659444396a3 3.32.3
af149d53394c31856615400ba0b7b36dbe1215fd 3.32.4
doc/changes/3.31.rst
View file @
3cc6e6a9
3.31.4 (2021-09-14)
===================
- upgrade rdflib-jsonld version to keep compatibility with setupools
58 and above
3.31.3 (2021-07-23)
===================
👷 Bug fixes
...
...
@@ -75,4 +81,4 @@ Various changes
- cleanup: Remove migrations for 3.21 and less
- py3: Rename `raw_input` (that does not exist anymore) to `input`
- tests: create a .nobackup file in the data/database directory
(https://forge.extranet.logilab.fr/cubicweb/cubicweb/-/issues/298)
\ No newline at end of file
(https://forge.extranet.logilab.fr/cubicweb/cubicweb/-/issues/298)
setup.py
View file @
3cc6e6a9
...
...
@@ -75,7 +75,7 @@ setup(
"markdown-urlize"
,
"filelock"
,
"rdflib >= 5.0.0, < 6.0.0"
,
"rdflib-jsonld"
,
"rdflib-jsonld
>= 0.6.1
"
,
"pyramid >= 1.9.0, < 2.0.0"
,
"waitress >= 1.4.0, < 2.0.0"
,
"wsgicors >= 0.3"
,
...
...
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