GitHub user codecleric opened a pull request:
https://github.com/apache/couchdb/pull/372
Fix version checking for python pygments.
Current method only works for versions numbers with only one decimal point.
This version splits the version numbers on '.' and compares the elements
converted to ints
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/codecleric/couchdb 1.x.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/372.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #372
----
commit 6bbdb8d98e3c84353d07bd93d0cef23a33beeb52
Author: Brian Brown <[email protected]>
Date: 2015-11-24T18:30:02Z
Fix version checking for python pygments. Current method only works for
versions numbers with only one decimal point. This version splits the version
numbers on '.' and compares the elements converted to ints
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---