-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* borgbackup: Update to version 1.2.6 * wheel.mk: Allow downloading latest version when none provided
- Loading branch information
Showing
5 changed files
with
34 additions
and
26 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
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
This file was deleted.
Oops, something went wrong.
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,9 +1,17 @@ | ||
# requirements that need crossenv to build wheel for | ||
|
||
borgbackup==1.2.4 | ||
borgbackup==1.2.6 | ||
|
||
charset-normalizer==3.2.0 | ||
llfuse==1.4.4 | ||
msgpack==1.0.5 # used compiled verrsion for performance | ||
llfuse==1.5.0 | ||
msgpack==1.0.5 # used compiled verrsion for performance | ||
pyrsistent==0.19.3 | ||
ruamel.yaml.clib==0.2.7 | ||
|
||
# [rpds-py] | ||
# Require environment variables | ||
# PYO3_CROSS_LIB_DIR=$(STAGING_INSTALL_PREFIX)/lib/ | ||
# PYO3_CROSS_INCLUDE_DIR=$(STAGING_INSTALL_PREFIX)/include/ | ||
# Requires path to maturin from crossenv | ||
# ENV += PATH=$(WORK_DIR)/crossenv/build/bin:$(PATH) | ||
rpds-py==0.10.2 |
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