| OLD | NEW |
| 1 Name: Python ADB + Fastboot implementation | 1 Name: Python ADB + Fastboot implementation |
| 2 Short Name: python-adb | 2 Short Name: python-adb |
| 3 URL: https://github.com/google/python-adb | 3 URL: https://github.com/google/python-adb |
| 4 Revision: 05339fb17f973b7748bb57ee4da13bd22f9b2ff7 | 4 Revision: 05339fb17f973b7748bb57ee4da13bd22f9b2ff7 |
| 5 License: Apache License, Version 2.0 | 5 License: Apache License, Version 2.0 |
| 6 | 6 |
| 7 Description: | 7 Description: |
| 8 This repository contains a pure-python implementation of the ADB and Fastboot | 8 This repository contains a pure-python implementation of the ADB and Fastboot |
| 9 protocols, using libusb1 for USB communications. | 9 protocols, using libusb1 for USB communications. |
| 10 | 10 |
| 11 | 11 |
| 12 Local Modifications: | 12 Local Modifications: |
| 13 - rm *.py adb/*_debug.py adb/common_cli.py | 13 - rm *.py adb/*_debug.py adb/common_cli.py |
| 14 - Applied patch PATCH.swarming to remove dependency on gflags, M2Crypto and fix | 14 - Applied patch PATCH.swarming to: |
| 15 a bug. | 15 - Remove dependency on gflags and M2Crypto |
| 16 - Fix a bug. |
| 17 - Rename import path of libusb1 for easier packaging. |
| OLD | NEW |