Skip to content

Updating to 4.0.20#42

Merged
RicardoJeronimo merged 37 commits into
mainfrom
patchman-email
May 29, 2026
Merged

Updating to 4.0.20#42
RicardoJeronimo merged 37 commits into
mainfrom
patchman-email

Conversation

@RicardoJeronimo
Copy link
Copy Markdown
Owner

No description provided.

furlongm and others added 30 commits April 25, 2026 13:51
…ixes

- add run_concurrently() helper with multiprocessing.Pool fallback for python < 3.12 (CPython #105829)
- add CONCURRENT_PROCESSING and CONCURRENT_WORKERS settings
- add max_workers param and serial fallback to all errata sources
- switch osv.dev enrichment to two-phase fetch/parse with connection pooling
- add exception handling for threadpool futures in enrich_errata
- switch arch to ThreadPoolExecutor, default serial to avoid rate limiting
- add null guards for arch errata fetch failures
- disable tqdm TMonitor thread with monitor_interval = 0
- add clear_forked_pbar to wrapper functions for forked workers
- add prefetch_related to alma modules, batch module adds for rocky
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.44 to 3.1.47.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.44...3.1.47)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-version: 3.1.47
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
compression.zstd uses decompress() directly, while python-zstandard
uses ZstdDecompressor().stream_reader(). use hasattr to pick the
right api at call time.
EPEL 10.1 has errata with synopsis text exceeding 255 characters,
causing psycopg2.errors.StringDataRightTruncation crash in
get_or_create_erratum(). TextField removes the length constraint.
@RicardoJeronimo RicardoJeronimo merged commit 979ad07 into main May 29, 2026
2 checks passed
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.

3 participants