6388: Remove version munging from Python package builds.
authorBrett Smith <brett@curoverse.com>
Wed, 24 Jun 2015 17:54:02 +0000 (13:54 -0400)
committerBrett Smith <brett@curoverse.com>
Wed, 24 Jun 2015 17:57:29 +0000 (13:57 -0400)
commit2f56fdaf3a039ee87d264933fe1306c2642f81fe
tree8d5d3d33eb6221c456aef18618a5b48e709fe2e4
parentaac6af892c9bbaeb791d62ed7470a80713e66650
6388: Remove version munging from Python package builds.

This code was added to accommodate version numbers that did *not*
comply with PEP 440.  We've since fixed those, and they only include
alphanumerics and dots, so we don't need to munge them.
jenkins/run-build-packages.sh