summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* use python3 binarySebastian Thiel2022-11-241-1/+1
| | | | MacOS Ventura doesn't come with a `python` binary anymore
* Stop signing releases (#77)Sebastian Thiel2022-02-211-1/+1
| | | | | The key stopped producing correct signatures when upgrading MacOS, at least when used by `twine`.
* Switch from nose to pytestCarl George2022-02-101-2/+1
| | | | | | | This is not a full rewrite to pytest style tests, it just changes the minimum to allow pytest to run the existing tests. Resolves #72
* change signing key to the one I haveSebastian Thiel2021-03-261-1/+1
|
* change package signing key back to what it wasSebastian Thiel2020-04-111-1/+1
|
* Change package signature to the only yubikey I can use right nowSebastian Thiel2020-02-151-1/+1
|
* Upgrade makefile2.0.3Sebastian Thiel2017-09-281-1/+15
|
* Fixed up docs for upcoming release. Bumped version to 0.5.3Sebastian Thiel2011-06-131-1/+1
|
* Put delta-apply code into separate function. Would have preferred to to have ↵Sebastian Thiel2010-10-131-0/+3
| | | | just one dynamic module, lets see whether includes are possible
* Initial frame of the connect_delta method, which seems to do something. ↵Sebastian Thiel2010-10-111-0/+24
Debugging is hellish, you really have to use python exception to get information out of there, printf doesn't do anything for some reason