Package: chirp / 1:20221106+py3-1

Metadata

Package Version Patches format
chirp 1:20221106+py3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 fix manifest.patch | (download)

MANIFEST.IN | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 add required pieces to manifest.in file
02 fix setup py.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
04 remove redundant license.patch | (download)

setup.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 the author includes a copy of the copyright,
 but it's not needed as it's the same as one we can reference.
05 manpage updates.patch | (download)

share/chirpw.1 | 30 26 + 4 - 0 !
1 file changed, 26 insertions(+), 4 deletions(-)

 updates to the man page for new cli options available.

07 disable reporting.patch | (download)

chirp/ui/reporting.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disables all reporting
 Prevent chirp from "phoning home" without informed consent. This also
 has the nice side-effect of disabling the update nag screen, as chirp no
 longer has a concept of releases upstream.
08 disable incorrect mime type | (download)

share/chirp.desktop | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 removes inode/directory mimetype from chirp.desktop
  This avoids registering chirp as the default application for opening directories, conflicting with default file browsers.
99.patch | (download)

chirp/drivers/ap510.py | 19 10 + 9 - 0 !
chirp/drivers/ft1d.py | 14 8 + 6 - 0 !
chirp/drivers/ft2d.py | 2 1 + 1 - 0 !
chirp/drivers/ft450d.py | 28 14 + 14 - 0 !
chirp/drivers/ftm3200d.py | 4 2 + 2 - 0 !
chirp/drivers/ftm7250d.py | 4 2 + 2 - 0 !
tests/Python3_Driver_Testing.md | 8 8 + 0 - 0 !
tests/py3_remaining.txt | 6 0 + 6 - 0 !
8 files changed, 45 insertions(+), 40 deletions(-)

 [patch 1/3] fix registration, invalid syntax of ap510 driver


py3 | (download)

chirp/drivers/bj9900.py | 4 2 + 2 - 0 !
chirp/drivers/lt725uv.py | 2 1 + 1 - 0 !
chirp/drivers/puxing.py | 10 5 + 5 - 0 !
chirp/drivers/rfinder.py | 7 4 + 3 - 0 !
chirp/drivers/wouxun.py | 14 7 + 7 - 0 !
chirp/ui/mainapp.py | 2 1 + 1 - 0 !
rpttool | 10 5 + 5 - 0 !
7 files changed, 25 insertions(+), 24 deletions(-)

---