raoying / pybluez

Automatically exported from code.google.com/p/pybluez
GNU General Public License v2.0
0 stars 0 forks source link

Debian package not updated. apt-get installs 0.18-2 instead of 0.20 #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. sudo apt-get install python-bluez
2. dpkg-query -l 'python-bluez'

What is the expected output? What do you see instead?

expected:
||/ Name           Version      Architecture Description
+++-==============-============-============-=================================
ii  python-bluez   0.20      *****        Python wrappers around BlueZ for

where **** is amd64 or armhf (perhaps others, too)

what actually happens:
||/ Name           Version      Architecture Description
+++-==============-============-============-=================================
ii  python-bluez   0.18-2     ****        Python wrappers around BlueZ for

where **** is amd64 or armhf (perhaps others, too)

What version of the product are you using? On what operating system?
this is happening on Raspbian on my Raspberry Pi and Mint on my VM

Please provide any additional information below.

Original issue reported on code.google.com by jcsouthw...@gmail.com on 21 May 2014 at 9:53

GoogleCodeExporter commented 8 years ago
Well I believe packages repository maintainers should take care of that.

You could also use pip(https://pip.pypa.io/en/latest/installing.html)
to install latest pybluez

Original comment by karu...@wp.pl on 16 Jul 2014 at 3:28