Releases: remcohaszing/pywakeonlan
1.1.0
-
Remove support for Python 3.2 and 3.3. [Remco Haszing]
These are not supported by setuptools-scm. This doesn’t mean the built
wheel doesn’t work -
Enable automatic changelog on GitHub releases. [Remco Haszing]
-
Replace url with multiple project urls. [Remco Haszing]
-
Update documentation. [Remco Haszing]
-
Add classifiers. [Remco Haszing]
-
Move coverage config into setup.cfg. [Remco Haszing]
There are so many files in the project root.
-
Remove credentials from .travis.yml. [Remco Haszing]
They may have been encrypted, but I still prefer not to keep them out
in the open. Also the credentials have been revoked. -
Test against multiple Python environments. [Remco Haszing]
-
Introduce setuptools-scm. [Remco Haszing]
-
Include LICENSE file. [Remco Haszing]
Closes #4
-
Revert to MIT license. [Remco Haszing]
This is OSI approved.
-
Add test for main. [Remco Haszing]
-
Actually fix coverage. [Remco Haszing]
-
Configure coverage to use xml. [Remco Haszing]
-
Fix typo. [Remco Haszing]
-
Add code coverage. [Remco Haszing]
1.0.0
-
Bump to version 1.0.0. [Remco Haszing]
-
Setup automatic deployments. [Remco Haszing]
-
Add read the docs badge. [Remco Haszing]
-
Configure readthedocs. [Remco Haszing]
-
Fix console_scripts. [Remco Haszing]
-
Set type of port to int. [Raghu Rajagopalan]
-
Bump requirements and fix build. [Remco Haszing]
-
Work around bug in mock with autospec=True. [Remco Haszing]
-
Add some minimal tests. [Remco Haszing]
-
Remove MANIFEST.in. [Remco Haszing]
It's not needed.
-
Use single module for wakeonlan. [Remco Haszing]
There's no need to nest the module as
wakeonlan.wol
.This is a breaking change.
-
Replace script with console script. [Remco Haszing]
wol.py can now be used as a standalone script as well.
-
Setup travis, tox and flake8. [Remco Haszing]
-
Merge pull request #3 from vasily-v-ryabov/master. [Remco Haszing]
Repeat dst MAC address 16 times according to the specification.
-
Repeat dst MAC address 16 times according to the specification.
[Vasily Ryabov]
0.2.2
- Update readme. [Remco Haszing]
- Use setuptools instead of distutils. [Remco Haszing]
- Fix code in README. [Remco Haszing]
- Update gitignore. [Remco Haszing]
- Remove accidentally added build folder. [Remco Haszing]
- Add gitignore. [Remco Haszing]
- Remove metadata from source code. [Remco Haszing]
- Add installable script. [Remco Haszing]
- Fix docstring. [Remco Haszing]
- Convert README to rst. [Remco Haszing]
- Fix for both python 2 and 3. [Remco Haszing]
- Updated setup files for pypi. [Trollhammaren]
- Put unicode_literals import on top of the file. [Trollhammaren]
- Added some examples to the README. [Trollhammaren]
- Fixed a small typo. [Trollhammaren]
- Added setup.py for packaging the module. [Trollhammaren]
- Updated sources so they can be packaged for pypi. [Trollhammaren]
- License changed to WTFPL and added to separate file. Made script
compatible with Python3. README updated. [Trollhammaren] - Small create_magic_packet doc edit. [Trollhammaren]
-
- Support for waking multiple computers using one socket. - Fixed
default port - Fixed support for port forwarded ports. [Trollhammaren]
- Support for waking multiple computers using one socket. - Fixed
- Typo in wake_multi. [Trollhammaren]
- Help message %s is now shown as args[0] [Trollhammaren]
- License added. [Trollhammaren]
- "Only import sys if it is necessary" [Trollhammaren]
- "README edited"" [Trollhammaren]
- Initial commit. [Trollhammaren]