Skip to content

Update dependency jc to v1.25.7#2397

Merged
berendt merged 1 commit into
mainfrom
renovate/jc-1.x
Jun 19, 2026
Merged

Update dependency jc to v1.25.7#2397
berendt merged 1 commit into
mainfrom
renovate/jc-1.x

Conversation

@renovate

@renovate renovate Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
jc ==1.25.6==1.25.7 age confidence

Release Notes

kellyjonbrazil/jc (jc)

v1.25.7: JC version 1.25.7

Compare Source

  • Add csv-ih, tsv, and tsv-ih file parsers for CSV files without headers,
    TSV files, and TSV files without headers. Note that these are standard and
    not streaming parsers so the entire CSV/TSV will be loaded into memory. For
    lazy loading equivalents, see below.
  • Add csv-ih-s, tsv-s, and tsv-ih-s streaming file parsers for CSV files
    without headers, TSV files, and TSV files without headers. These streaming
    parsers will lazily load the data into memory and may be more suitable for
    extremely large files.
  • Add typeset and declare Bash internal command parser to convert variables
    simple arrays, and associative arrays along with object metadata
  • Enhance pip-show command parser to add -f show files support
  • Enhance rsync and rsync-s parsers to add --stats or --info=stats[1-3] fields
  • Fix certbot command parser to allow parsing of named certs
  • Fix dir command parser for incorrect stripping of the D: drive letter
  • Fix hashsum command parser to correctly parse the mode indicator
  • Fix ifconfig command parser for incorrect stripping of leading zeros in some hex numbers
  • Fix iptables command parser when Target is blank and verbose output is used
  • Fix lsattr command parser for filenames with spaces (newlines in filenames are
    still not supported)
  • Fix proc-pid-smaps proc parser when unknown VmFlags are output
  • Fix jc.utils.timestamp function and tests for behavior change in python 3.15
  • Fix ufw command parser to support rule logging. A new boolean log field is introduced

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate Bot force-pushed the renovate/jc-1.x branch from 197953a to 78b05d4 Compare June 19, 2026 10:35
@berendt berendt merged commit 257a401 into main Jun 19, 2026
2 checks passed
@berendt berendt deleted the renovate/jc-1.x branch June 19, 2026 10:44
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Bot Board Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants