ndarville / pony-forum

A modern alternative to ancient forum CMSes like vBulletin and PHPBB in Python on Django. (Alpha stage.) (NB: dotCloud have since removed their free Sandbox tier.)
http://pony-forum.com
26 stars 7 forks source link

Update packages #117

Closed ndarville closed 10 years ago

ndarville commented 11 years ago
$ pip-review
Django==1.5.1 is available (you have 1.4.5)
Markdown==2.3.1 is available (you have 2.1.1)
PyVirtualDisplay==0.1.2 is available (you have 0.1.0)
bleach==1.2.1 is available (you have 1.1.1)
django-debug-toolbar==0.9.4 is available (you have 0.9.1)
django-secure==1.0 is available (you have 0.1.2)
docutils==0.10 is available (you have 0.8.1)
elementtree==1.2.6-20050316 is available (you have 1.2.7-20070827-preview)
pep8==1.4.5 is available (you have 1.4.2)
selenium==2.32.0 is available (you have 2.25.0)

X.y.z:

x.Y.z:

x.y.Z:



http://about.travis-ci.org/docs/user/build-configuration/

Adding test matrix for newest version of all packages on Travis:

  1. pip install pip-tools
  2. pip review --auto
  3. matrix: allow_failures: - # ...
ndarville commented 11 years ago

Going from down to up:

pep8

Changelog

1.4.5 (2013-03-06)

1.4.4 (2013-02-24)

1.4.3 (2013-02-22)

ndarville commented 11 years ago

elementtree

Looks like the “preview” package never changed beyond that.

ndarville commented 11 years ago

django-debug-toolbar

0.9.4 appears to have a bug that changes the calculated number of SQL queries. So going for 0.9.3 would be preferable.

I can’t find a changelog, so I’m holding off for now.


Installed 1.0.0. The problem isn’t even reproducible for everyone anyway.

ndarville commented 11 years ago

PyVirtualDisplay

No changelog.

Upgraded and disabled the package, since it’s currently only used for functional tests that are deprecated for the time being.

ndarville commented 11 years ago

selenium

No changelog.

Upgraded and disabled the package, since it’s currently only used for functional tests that are deprecated for the time being.

ndarville commented 11 years ago

docutils

No changelog.

Updated the package, since it’s (probably) only used for the admin, which isn’t used anyway. As a documentation tool, it has little chance of breaking anything either way.

ndarville commented 11 years ago

bleach

Changelog

Version 1.2.1

Version 1.2

Version 1.1.3

  • Fix parsing bare URLs when parse_email=True.

Version 1.1.2

  • Fix hang in style attribute sanitizer. (#61)
  • Allow '/' in style attribute values.
ndarville commented 11 years ago

Markdown

With the newest version, nothing breaks in the input tests.

ndarville commented 11 years ago

django-secure

Changelog

1.0 (2013.04.17)

0.1.3 (2013.04.17)

ndarville commented 10 years ago

Will have to find a way to automate and unit test this process instead of this manual crap.

ndarville commented 10 years ago

Use this service for an easier overview:

Dependency Status

Added in 2c51d4e58052eb487df4514d256fa2ac410225c3.

ndarville commented 10 years ago

Closing since this is now centred around Gemnasium’s monitoring.