pysonofflan
pysonofflan copied to clipboard
Python interface for controlling Sonoff smart switches/plugs running original Itead firmware, locally, in "LAN mode".
This PR updates [Sphinx](https://pypi.org/project/Sphinx) from **3.0.2** to **4.4.0**. Changelog ### 4.4.0 ``` ===================================== Dependencies ------------ * 10007: Use ``importlib_metadata`` for python-3.9 or older * 10007: Drop ``setuptools`` Features added --------------...
This PR updates [setuptools](https://pypi.org/project/setuptools) from **46.1.3** to **60.5.0**. Changelog ### 60.5.0 ``` ------- Changes ^^^^^^^ * 2990: Set the ``.origin`` attribute of the ``distutils`` module to the module's ``__file__``. ```...
This PR updates [requests](https://pypi.org/project/requests) from **2.23.0** to **2.27.1**. Changelog ### 2.27.1 ``` ------------------- **Bugfixes** - Fixed parsing issue that resulted in the `auth` component being dropped from proxy URLs. (6028)...
* pySonoffLAN version: pysonofflanr3 v 1.1.4 * Python version: 3.9.6 * Operating System: Mac OSX 10.12.6 **Device discovery not working** Trying to confirm device discovery No devices found Also warning...
This PR updates [tox](https://pypi.org/project/tox) from **3.14.6** to **3.24.5**. Changelog ### 3.24.5 ``` Bugfixes ^^^^^^^^ - Fixed an issue where ``usedevelop`` would cause an invocation error if setup.py does not exist....
This PR updates [zeroconf](https://pypi.org/project/zeroconf) from **0.26.0** to **0.38.1**. Changelog ### 0.38.1 ``` * Improve performance of query scheduler (1043) bdraco * Avoid linear type searches in ServiceBrowsers (1044) bdraco ```...
This PR updates [wheel](https://pypi.org/project/wheel) from **0.34.2** to **0.37.1**. Changelog ### 0.37.1 ``` - Fixed ``wheel pack`` duplicating the ``WHEEL`` contents when the build number has changed (415) - Fixed parsing...
This PR updates [twine](https://pypi.org/project/twine) from **3.1.1** to **3.7.1**. *The bot wasn't able to find a changelog for this release. [Got an idea?](https://github.com/pyupio/changelogs/issues/new)* Links - PyPI: https://pypi.org/project/twine - Docs: https://twine.readthedocs.io/
This PR updates [coveralls](https://pypi.org/project/coveralls) from **2.0.0** to **3.3.0**. Changelog ### 3.3.0 ``` Features * **cli:** add --srcdir option (306) ([4120c540](4120c540)) * **deps:** add support for coverage v6.x (330) ([372443dc](372443dc), closes...
This PR updates [pip](https://pypi.org/project/pip) from **20.1.1** to **21.3.1**. Changelog ### 21.3.1 ``` =================== Bug Fixes --------- - Always refuse installing or building projects that have no ``pyproject.toml`` nor ``setup.py``. (`10531...