-
-
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.
Browse files
Browse the repository at this point in the history
* rdiff-backup: update and use alternate tmp dir (#4427) - update rdiff-backup to v2.2.6 - next publish will include ARMv5 archs again - use alternate tmp dir to fix #4427 - update cross/librsync to v2.3.4 * add expandvars to crossenv * python.mk: Allow ADDITIONAL_CROSSENV_WHEELS for extra crossenv dep (cherry picked from commit 5c16182) * use ADDITIONAL_CROSSENV_WHEELS - use solution of former #6040 to install expandvars into crossenv to build frozenlist - revert install expandvars into crossenv in cross/python311/Makefile * rdiff-backup: update requirements * rdiff-backup: adjust requirements - yarl >= 1.12.0 required for aiohttp==3.10.10 --------- Co-authored-by: Vincent Fortier <[email protected]>
- Loading branch information
Showing
4 changed files
with
47 additions
and
33 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 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,18 +1,17 @@ | ||
rdiff-backup==2.2.5 | ||
rdiff-backup==2.2.6 | ||
|
||
aiohttp==3.8.5 | ||
charset-normalizer==3.2.0 | ||
coverage==7.2.7 | ||
frozenlist==1.4.0 | ||
multidict==6.0.4 | ||
aiohttp==3.10.10 | ||
charset-normalizer==3.4.0 | ||
coverage==7.6.3 | ||
frozenlist==1.5.0 | ||
multidict==6.1.0 | ||
pylibacl==0.7.0 | ||
pyxattr==0.8.1 | ||
yarl==1.9.2 | ||
yarl==1.15.3 | ||
|
||
# [psutil] | ||
# Last known version to build on armv5/ppc | ||
psutil==5.9.1 | ||
psutil==5.9.8 | ||
|
||
# [PyYAML] | ||
# Depends: libyaml | ||
PyYAML==6.0.1 | ||
PyYAML==6.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,39 @@ | ||
# Snapshot using python 3.11 on Jul 22nd 2023 | ||
# Snapshot using python 3.11 on Nov 10th 2024 | ||
#aiohttp ==> crossenv | ||
aiosignal==1.3.1 | ||
async-timeout==4.0.2 | ||
attrs==23.1.0 | ||
cachetools==5.3.1 | ||
async-timeout==5.0.1 | ||
attrs==24.2.0 | ||
cachetools==5.5.0 | ||
#certifi ==> py311 | ||
chardet==5.1.0 | ||
chardet==5.2.0 | ||
colorama==0.4.6 | ||
#coverage ==> crossenv | ||
#distlib ==> py311 | ||
#filelock ==> py311 | ||
flake8==6.0.0 | ||
flake8==7.1.1 | ||
#frozenlist ==> crossenv | ||
idna==3.4 | ||
idna==3.10 | ||
mccabe==0.7.0 | ||
#multidict ==> crossenv | ||
packaging==23.1 | ||
packaging==24.2 | ||
#platformdirs ==> py311 | ||
pluggy==1.2.0 | ||
pluggy==1.5.0 | ||
#psutil ==> crossenv | ||
py==1.11.0 | ||
pycodestyle==2.10.0 | ||
pyflakes==3.0.1 | ||
pycodestyle==2.12.1 | ||
pyflakes==3.2.0 | ||
#pylibacl ==> crossenv | ||
pyparsing==3.1.0 | ||
pyproject-api==1.5.3 | ||
pyparsing==3.2.0 | ||
pyproject_api==1.8.0 | ||
#pyxattr ==> crossenv | ||
#PyYAML ==> crossenv | ||
#rdiff-backup ==> crossenv | ||
requests==2.31.0 | ||
rqdb==1.0.11 | ||
setuptools-scm==7.1.0 | ||
requests==2.32.3 | ||
rqdb==1.6.1 | ||
#six ==> py311 | ||
tomli==2.0.1 | ||
tox==4.6.4 | ||
typing_extensions==4.7.1 | ||
urllib3==2.0.4 | ||
tomli==2.0.2 | ||
tox==4.23.2 | ||
typing_extensions==4.12.2 | ||
urllib3==2.2.3 | ||
#virtualenv ==> py311 | ||
#yarl ==> crossenv |