- Aug 15, 2021
-
-
nimrod authored
On Python2, write doesn't return anything. Discard the output for compatabilities sake.
-
nimrod authored
-
nimrod authored
- Tried to add the all extra requirement but it didn't install netaddr. - Add netaddr manually.
-
nimrod authored
Both in git and in the package manifest.
-
nimrod authored
- Aug 14, 2021
-
-
nimrod authored
- Change the `run` filter to be a function. Usage should be nicer now: `{{ run(['id', '-u'])['stdout'] }}`. Keep the filter for a few releases to avoid breakage. - A few filters were missing from the README, add the documentation.
- Aug 11, 2021
-
-
nimrod authored
Make it more explicit, set a release that will break backward compatibility. Also, disable the proselint pre-commit hook, it can't skip code blocks and there's not a lot I can do about that.
-
nimrod authored
-
nimrod authored
It's pretty much an in-place replacement but bumpversion is not maintained anymore and bump2version is.
-
nimrod authored
No longer supported by upstream.
-
nimrod authored
It's autogenerated everytime I use pipenv. I don't really need it since I'm targeting old Python and Pip versions that even know about it. The build system declared is setuptools which is what will be used anyway. But I grow tired of always deleting the file (adding it to .gitignore doesn't work because check-manifest complains). I _really_ hope it won't break anything (if it will it will probably be in new Pip versions so I will probably see it, I hope).
-
nimrod authored
Update the lock file. Mainly just to shut up the dependabot in GitHub.
-
nimrod authored
-
nimrod authored
I've been trying out lgtm.com and that's the only issue it found. Valid comment, fix the issue.
-
nimrod authored
It did find a spelling error in the README. What an embarssment. Correct that as well.
-
nimrod authored
Didn't find any new issues, but let's keep it for now.
-
nimrod authored
The pre-commit warnings has been annoying enough. The last tag in that repo is pretty old (2018) and doesn't have the pre-commit hook, so let's go with the last commit which happens to be adding the pre-commit hook. Happy coincident.
- May 27, 2021
-
-
nimrod authored
I don't know why, but the daily download count is down from 250+ to ~30.
-
- May 05, 2021
-
-
nimrod authored
-
- May 02, 2021
- Apr 23, 2021
-
-
nimrod authored
-
- Apr 22, 2021
-
-
nimrod authored
-
- Apr 14, 2021
- Mar 12, 2021
-
-
nimrod authored
A quirk of GitHub, without a target the image causes a line break.