NCEAS / metadig-engine

MetaDig Engine: multi-dialect metadata assessment engine
7 stars 5 forks source link

Bump org.python:jython-standalone from 2.7.2 to 2.7.3 #378

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps org.python:jython-standalone from 2.7.2 to 2.7.3.

Changelog

Sourced from org.python:jython-standalone's changelog.

Jython 2.7.3

New Features

- The jython command respects the PYTHONDONTWRITEBYTECODE environment
  variable ([GH-128](https://github.com/jython/jython/issues/128)).
  • Under PR GH-101, the matching of sequence arguments to the parameters of Java methods is improved (and in constructors under GH-201). A Java varargs parameter does not match a final sequence in the call if an array parameter could do so. (Thanks Peter Holloway.)

  • array.array itemsize of unsigned types is now the same as their signed counterparts, where previously it was mostly double. Internal representations have changed. Anomalies have been eliminated between itemsize and the serialisation (tostring() etc.) for unsigned types, and in the range of values accepted in different contexts. The size of type 'u' (unicode character) is 4 on all platforms. Client code that was working around these anomalies may have to change. Overall, the experience should be closer to that with CPython.

  • We no longer aspire to compile Jython with Java 7. (We may use Java 8 features.)

  • The project has moved its home to GitHub (twice), and invites issue reports there (not at bugs.jython.org).

Jython 2.7.3 The release is the same as the rc1 (apart from the version number).

Jython 2.7.3rc1 Bugs fixed - [ GH-201 ] Support vararg constructors

Jython 2.7.3b1 Bugs fixed - [ GH-192 ] PyString with non-byte value in formatting of collections - [ GH-183 ] Console messages do not reach root logger (bjo 2896) - [ GH-178 ] Update icu4j JAR to 71.1 - [ GH-177 ] Update Ant to 1.10.12 (Gradle build) (CVE-2020-1945, 2021-36374) - [ GH-160 ] Improve context of "Cannot create PyString with non-byte value" - [ GH-159 ] Non-byte PyString error during initialisation in Turkish locale - [ GH-158 ] Upgrade Bouncy Castle to 1.71 - [ GH-157 ] Upgrade ASM to 9.3 - [ GH-156 ] Replace custom SHA224 digest with Java's - [ GH-151 ] Upgrade Apache Xerces to 2.12.2 (CVE-2022-23437) - [ GH-150 ] Upgrade Netty to 4.1.73 (various CVEs) - [ GH-138 ] Upgrade Guava to 31.0.1 (CVE-2020-8908) - [ GH-139 ] Make gradlew executable on Unix/Mac - [ GH-136 ] Use full path of cmd.exe (CVE-2019-17664)

... (truncated)

Commits
  • 5f29801 Prepare for 2.7.3 final release.
  • 30802dc Prepare for work on 2.7.3rc2.
  • 63359da Prepare for 2.7.3rc1 release.
  • f17fc25 Support vararg constructors (#201)
  • 98953f7 Prepare for work on v2.7.3b2.
  • da3bfb3 Prepare for 2.7.3b1 release.
  • 257d6cb Use language-neutral locale to infer Python class name
  • 87f92b8 Support "from future import print_function" interactively (bjo 2007)
  • 26731ea Cache strings in imp to avoid repeat FS decode
  • c611f52 Validate path before constructing a SyspathArchive
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)