[Buildbot] #3449: 0.9.0b6 released with incorrect version inside

Buildbot trac trac at buildbot.net
Thu Feb 11 20:26:01 UTC 2016


#3449: 0.9.0b6 released with incorrect version inside
----------------------+-------------------
Reporter:  rutsky     |      Owner:
    Type:  undecided  |     Status:  new
Priority:  major      |  Milestone:  0.9.+
 Version:  0.9.0b6    |   Keywords:
----------------------+-------------------
 {{{
 $ pip install buildbot-pkg==0.9.0b6
 Downloading/unpacking buildbot-pkg==0.9.0b6
   Downloading buildbot-pkg-0.9.0b6.tar.gz
   Running setup.py (path:/home/bob/stuff/buildbot/bb-test/build/buildbot-
 pkg/setup.py) egg_info for package buildbot-pkg

   Requested buildbot-pkg==0.9.0b6, but installing version 999.0-version-
 not-found
 Installing collected packages: buildbot-pkg
   Found existing installation: buildbot-pkg 0.9.0b5
     Uninstalling buildbot-pkg:
       Successfully uninstalled buildbot-pkg
   Running setup.py install for buildbot-pkg

 Successfully installed buildbot-pkg
 Cleaning up...
 $ pip freeze
 argparse==1.2.1
 buildbot-pkg==999.0-version-not-found
 wsgiref==0.1.2
 $
 }}}

 (note `999.0-version-not-found`)

 In 0.9.0b5 version is correct.

 Is it due to the fact that 0.9.0b5 was released as wheel, and 0.9.0b6 as
 source package?

 0.9.0b5 can be reuploaded (I think uploading wheel will fix it for clients
 that support wheel) to fix this issue, but it's not required since it's
 beta and new beta will be released soon.

 The main purpose of this issue is to prevent such error in future
 releases.
 How this can be achieved?

--
Ticket URL: <http://trac.buildbot.net/ticket/3449>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list