setup.py has version "0.0.6" instead of "0.0.8"

Bug #1868124 reported by Edmund Lodewijks
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
deja-dup-caja
Fix Committed
Undecided
Martin Wimpress 

Bug Description

In the file 'setup.py' the version number seems wrong:

  DistUtilsExtra.auto.setup(
    name = "deja-dup-caja",
    version = "0.0.6",
    ...

I get an error validating the package with the md5sum for the 0.0.8 package. I am trying to build the package for Arch linux according to this PKGBUILD: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=caja-deja-dup-bzr

description: updated
Revision history for this message
Edmund Lodewijks (lquidfire) wrote :

It would seem that the file setup.py is correct, but that I am pulling the wrong version from launchpad all the time. If you would know why that is happening, I'd be very happy to hear!

Revision history for this message
Edmund Lodewijks (lquidfire) wrote :

Okay, it would seem that there is a discrepancy between

  "#!/usr/bin/env python

   # Deja Dup Caja 0.0.8 - http://launchpad.net/deja-dup-caja"

and

  "# Setup stage
   DistUtilsExtra.auto.setup(
       name = "deja-dup-caja",
       version = "0.0.6",
  "

Both in the same file: setup.py. Which confused me.

Changed in deja-dup-caja:
status: New → Fix Committed
assignee: nobody → Martin Wimpress  (flexiondotorg)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.