~racb/network-manager:python-dep8-improvements

Last commit made on 2018-11-29
Get this branch:
git clone -b python-dep8-improvements https://git.launchpad.net/~racb/network-manager
Only Robie Basak can upload to this branch. If you are Robie Basak please log in for upload directions.

Branch merges

Branch information

Name:
python-dep8-improvements
Repository:
lp:~racb/network-manager

Recent commits

ef394e0... by Robie Basak

Make dep8 nm test directly invokable

By renaming the test to nm.py, it can be called directly with:

    python3 -m unittest nm

To make this work, we also need to move required test setup and teardown
code to setUpModule() and tearDownModule() accordingly, and move other
"script" code into the __name__ == '__main__' idiom.

This then allows easier debugging of failing tests by calling unittest
to run a specific test using the usual method. For example:

    sudo python3 -m unittest nm.ColdplugWifi.test_open_b_ip6_raonly_no_pe

011044e... by Iain Lane

Finalise changelog

7897967... by Iain Lane

Delete unused patches

5716d0a... by Iain Lane

Update changelog

ac82e80... by Iain Lane

Revert "Add Conflicts to network-manager-dev against deprecated libraries"

This reverts commit b4acc5e03e2b821e1cccc69529bb70826c741942.

We're still building libnm-glib for now, so these packages have a use in
Ubuntu.

898733d... by Iain Lane

Merge tag 'debian/1.12.4-1' into cosmic

network-manager Debian release 1.12.4-1

9ba7891... by Iain Lane

Finalise changelog

69675f0... by Iain Lane

debian/tests/control: The nm tests need dnsmasq-base and isc-dhcp-client too

5361ff2... by Iain Lane

debian/tests/nm: Add the required `gi.require_version()` calls - thanks to the autopkgtests for noticing this.

6263e33... by Didier Roche-Tolomelli

Import Debian changes 1.12.2-0ubuntu4

network-manager (1.12.2-0ubuntu4) cosmic; urgency=medium

  Cherry-pick fixes from debian:
  * Fix compile error due to NM_AVAILABLE_IN_1_12_2 macro in n-m-applet
  * Apply patch from upstream to fix FTBFS with GLib 2.57