-
-
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.
Upgraded Borgmatic to version 1.9.0 (#6306)
* Upgraded Borgmatic to version 1.9.0 * borgbackup: update borgbackup and emborg - update borgbackup from v1.2.6 to v1.4.0 - update emborg from v1.37 to v1.40 - add cross/xxhash - update python modules * update changelog --------- Co-authored-by: hgy59 <[email protected]>
- Loading branch information
Showing
3 changed files
with
28 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# requirements that need crossenv to build wheel for | ||
|
||
borgbackup==1.2.6 | ||
borgbackup==1.4.0 | ||
|
||
charset-normalizer==3.2.0 | ||
charset-normalizer==3.4.0 | ||
llfuse==1.5.0 | ||
msgpack==1.0.5 # used compiled verrsion for performance | ||
msgpack==1.1.0 # used compiled verrsion for performance | ||
pyrsistent==0.19.3 | ||
ruamel.yaml.clib==0.2.7 | ||
ruamel.yaml.clib==0.2.12 | ||
|
||
# [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 | ||
rpds-py==0.20.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