moinwiki / moin-1.9

MoinMoin Wiki (1.9, also: 1.5a ... 1.8), stable, for production wikis
https://moinmo.in/
Other
140 stars 53 forks source link

upgrade bundled packages #45

Closed ThomasWaldmann closed 4 years ago

ThomasWaldmann commented 5 years ago

before doing 1.9.11 release, check the bundled code for available updates.

ThomasWaldmann commented 5 years ago
flup -> don't change
parsedatetime 2.4 -> no newer version available
passlib 1.7.1 -> no newer version available
pygments 2.1.3 -> check 2.4.2
werkzeug 0.14.1 -> check 0.15.5 (lots of changes)
xappy -> don't change
BasicAuthTransport.py -> don't change
htmlmarkup.py -> don't change
md5crypt.py -> don't change
python_compatibility.py -> don't change
ThomasWaldmann commented 4 years ago

flup -> don't change parsedatetime 2.5 passlib 1.7.2 pygments 2.5.2 werkzeug 0.16.0 (lots of changes) xappy -> don't change BasicAuthTransport.py -> don't change htmlmarkup.py -> don't change md5crypt.py -> don't change python_compatibility.py -> don't change

ThomasWaldmann commented 4 years ago

did all, but for werkzeug only upgraded to 0.15.6 (which is about as new as 0.16.0). there is no 0.16.1 yet and 0.16.x have some new deprecations, so it might need code changes in moin.

ThomasWaldmann commented 4 years ago

done.