| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Apparently Linux distro packagers do not respect the pinned testing
dependencies that I have carefully chosen so they experience errors
that result from external changes over which I have no control, and then
expect me to fix the tests even though I deliberately tried to avoid
problems like this by pinning the testing dependencies.
Oh well.
By removing the pins, perhaps I can find these problems early and
correct them myself.
|
| |
|
|
|
| |
It turns out I had an error in the Travis-CI black invocation that cause
it to not actually catch formatting errors. Oops!
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
These use re-written bump and clean auxillary scripts - these were
once shell scripts but are now Python.
Also, the README in dev/ has been updated.
|
| | |
|
| | |
|
| |
|
|
| |
This reverts commit 2c4a865f691eeac6f6e2c861377bd3488e963de0.
|
| | |
|
| |
|
|
| |
supports Python 3.8 and Python 2.7. Thiscommit can be reverted to then remove 2.7 support again.
|
| |
|
|
|
| |
This will make failures due to testing helpers being updated
less likely to occur going forward.
|
| |
|
|
|
|
|
|
| |
pathlib comes with Python 3.4 stdlib, so no need to add a compatibility
layer.
The path_splitter function has been re-written in terms of pathlib
since that is now guaranteed to exist. Much simpler.
|
|
|
This keeps the root directory cleaner. Dependent files and documentation
has been modified to relfect the change.
Additionally, the bump.sh file has been updated to force the use of
bump2version over bumpversion, and to use a cross-platform sed
invokation.
|