-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
requirements: Bump required tasklib version
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
tasklib>=1.3,<2.0 | ||
tasklib>=2.2.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5032d0d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really need to break compatibility with older tasklib versions (and thus force users to use pip instead of letting the distro package manager do it properly and sustainably)? Are there any significant benefits?
5032d0d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello!
I am unable to use taskwiki precisely because of this. I'm running NixOS 20.03 and the last packaged version is 1.3.0. Unfortunatelly I'm unable to use pip in my setup.
I tried pulling from NixOS 20.09 (alpha) and it only has version 2.2.0 (and has not yet been released).