Skip to content

update vendored modules (argcomplete, pydot, pyparsing)#2022

Merged
JeanChristopheMorinPerso merged 2 commits intoAcademySoftwareFoundation:mainfrom
maxnbk:feat/update-vendored-packages-2025-part2-import-updates-2
Oct 17, 2025
Merged

update vendored modules (argcomplete, pydot, pyparsing)#2022
JeanChristopheMorinPerso merged 2 commits intoAcademySoftwareFoundation:mainfrom
maxnbk:feat/update-vendored-packages-2025-part2-import-updates-2

Conversation

@maxnbk
Copy link
Contributor

@maxnbk maxnbk commented Sep 25, 2025

Fixes #1943

Versions are not the latest of these packages, but are a stepping stone to the latest, or at least towards compatible support for higher versions of python. They may all receive additional updates or patches again before all is said and done (due to changes in other things like packaging), but this batch is co-compatible with what currently is in-place.

argcomplete from arbitrary 2014 hash to 3.1.2
pydot from 1.4.1 with a custom patch to a version of 2.0.0 with less-patching-but-still-patched.
pyparsing to 3.1.4 which used to be patched and is currently unpatched.

This precedes an update to memcached workflows.

@maxnbk maxnbk requested a review from a team as a code owner September 25, 2025 21:09
@maxnbk maxnbk closed this Sep 25, 2025
@maxnbk maxnbk force-pushed the feat/update-vendored-packages-2025-part2-import-updates-2 branch from fb765fa to cd8476f Compare September 25, 2025 21:11
@maxnbk maxnbk deleted the feat/update-vendored-packages-2025-part2-import-updates-2 branch September 25, 2025 21:15
@maxnbk maxnbk restored the feat/update-vendored-packages-2025-part2-import-updates-2 branch September 25, 2025 21:16
@maxnbk maxnbk reopened this Sep 25, 2025
@maxnbk maxnbk closed this Sep 25, 2025
@maxnbk maxnbk reopened this Sep 25, 2025
@codecov
Copy link

codecov bot commented Sep 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.07%. Comparing base (96cd33c) to head (b0c6ac9).
⚠️ Report is 17 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2022   +/-   ##
=======================================
  Coverage   60.07%   60.07%           
=======================================
  Files         163      163           
  Lines       20185    20185           
  Branches     3510     3510           
=======================================
  Hits        12126    12126           
  Misses       7241     7241           
  Partials      818      818           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

…arsing-3.1.4

Signed-off-by: Stephen Mackenzie <maxnbk@users.noreply.github.com>
Signed-off-by: Stephen Mackenzie <maxnbk@users.noreply.github.com>
@maxnbk maxnbk force-pushed the feat/update-vendored-packages-2025-part2-import-updates-2 branch from 783b0b7 to b0c6ac9 Compare October 15, 2025 22:29
Copy link
Member

@JeanChristopheMorinPerso JeanChristopheMorinPerso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for doing that!

@JeanChristopheMorinPerso JeanChristopheMorinPerso merged commit 71d2eb1 into AcademySoftwareFoundation:main Oct 17, 2025
46 checks passed
@JeanChristopheMorinPerso JeanChristopheMorinPerso added this to the 3.3.0 milestone Oct 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

update vendored modules

2 participants