зеркало из
1
0
Форкнуть 0
Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Carter Tinney 4eb99d80d9
chore: Restructure repository for single project (#1030)
Moved from monorepo style project to src style project
2022-08-04 12:58:57 -07:00
Carter Tinney 2cd083f327
chore(azure-iot-device): Remove support for Python 2.7 and 3.5 (#952)
* Disallow install on those versions of Python
* Removed dependencies that are no longer necessary
* Removed `ChainableExceptions` in favor of using built in `raise from` functionality
* Removed `CallableWeakMethod` as Python 3 garbage collection will be sufficient
* Adjusted error handling where different versions of Python raised different errors
* Simplified `pipeline_thread` logic
* Removed references to 2.7 and 3.5 in documentation and samples
* Moved to Python 3-style `super()` invocations
* Removed custom implementation of `urlencode` in favor of using built-in `urlencode`
* Removed support for universal wheels
* Adjusted unittests that had Python 2.7 or 3.5 specific logic
* Removed Python 2.7 jobs from gate and canary
2022-02-22 15:56:57 -08:00
Carter Tinney 54994fbb7e
Improved dependency management (#137)
* Improved env_setup.py
* split requirements into two sets: test and dev
* Removed deprecated param in a test
* Added additional dependencies
2019-07-16 11:11:28 -07:00