Project

Profile

Help

Task #2728

Updated by ttereshc almost 7 years ago

According to "mongoengine changelog":http://docs.mongoengine.org/changelog.html#changes-in-0-12-0 there are several breaking changes introduced in 0.11.0 and in 0.12.0. 
 It looks to me that at least ConnectionError exception renaming is an issue (it is used "here":https://github.com/pulp/pulp/blob/2.12-release/server/pulp/server/db/connection.py#L192), maybe something else as well, investigation needed. 

 We currently ship python-mongoengine 0.10.5, f24/25 - 0.10.6, f26 - 0.11.0, rawhide - 0.12.0. 
 Pulp currently "requires":https://github.com/pulp/pulp/blob/2.12-release/pulp.spec#L363 python-mongoengine >= 0.10.0. 

 Also worth noticing, 0.11.0 drops python 2.6 support. 

Back