You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2022/10/01 00:02:54 UTC

[GitHub] [jena] dependabot[bot] opened a new pull request, #1561: Bump jython-standalone from 2.7.2 to 2.7.3

dependabot[bot] opened a new pull request, #1561:
URL: https://github.com/apache/jena/pull/1561

   Bumps [jython-standalone](https://github.com/jython/jython) from 2.7.2 to 2.7.3.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/jython/jython/blob/master/NEWS">jython-standalone's changelog</a>.</em></p>
   <blockquote>
   <h1>Jython 2.7.3</h1>
   <p>New Features</p>
   <pre><code>- The jython command respects the PYTHONDONTWRITEBYTECODE environment
     variable ([GH-128](https://github.com/jython/jython/issues/128)).
   <ul>
   <li>
   <p>Under PR <a href="https://github-redirect.dependabot.com/jython/jython/issues/101">GH-101</a>, the matching of sequence arguments to the parameters of
   Java methods is improved (and in constructors under <a href="https://github-redirect.dependabot.com/jython/jython/issues/201">GH-201</a>). A Java
   varargs parameter does not match a final sequence in the call if an array
   parameter could do so. (Thanks Peter Holloway.)</p>
   </li>
   <li>
   <p>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.</p>
   </li>
   <li>
   <p>We no longer aspire to compile Jython with Java 7. (We may use Java 8
   features.)</p>
   </li>
   <li>
   <p>The project has moved its home to GitHub (twice), and invites issue
   reports there (not at bugs.jython.org).
   </code></pre></p>
   </li>
   </ul>
   <p>Jython 2.7.3
   The release is the same as the rc1 (apart from the version number).</p>
   <p>Jython 2.7.3rc1 Bugs fixed
   - [ <a href="https://github-redirect.dependabot.com/jython/jython/issues/201">GH-201</a> ] Support vararg constructors</p>
   <p>Jython 2.7.3b1 Bugs fixed
   - [ <a href="https://github-redirect.dependabot.com/jython/jython/issues/192">GH-192</a> ] PyString with non-byte value in formatting of collections
   - [ <a href="https://github-redirect.dependabot.com/jython/jython/issues/183">GH-183</a> ] Console messages do not reach root logger (bjo 2896)
   - [ <a href="https://github-redirect.dependabot.com/jython/jython/issues/178">GH-178</a> ] Update icu4j JAR to 71.1
   - [ <a href="https://github-redirect.dependabot.com/jython/jython/issues/177">GH-177</a> ] Update Ant to 1.10.12 (Gradle build) (CVE-2020-1945, 2021-36374)
   - [ <a href="https://github-redirect.dependabot.com/jython/jython/issues/160">GH-160</a> ] Improve context of &quot;Cannot create PyString with non-byte value&quot;
   - [ <a href="https://github-redirect.dependabot.com/jython/jython/issues/159">GH-159</a> ] Non-byte PyString error during initialisation in Turkish locale
   - [ <a href="https://github-redirect.dependabot.com/jython/jython/issues/158">GH-158</a> ] Upgrade Bouncy Castle to 1.71
   - [ <a href="https://github-redirect.dependabot.com/jython/jython/issues/157">GH-157</a> ] Upgrade ASM to 9.3
   - [ <a href="https://github-redirect.dependabot.com/jython/jython/issues/156">GH-156</a> ] Replace custom SHA224 digest with Java's
   - [ <a href="https://github-redirect.dependabot.com/jython/jython/issues/151">GH-151</a> ] Upgrade Apache Xerces to 2.12.2 (CVE-2022-23437)
   - [ <a href="https://github-redirect.dependabot.com/jython/jython/issues/150">GH-150</a> ] Upgrade Netty to 4.1.73 (various CVEs)
   - [ <a href="https://github-redirect.dependabot.com/jython/jython/issues/138">GH-138</a> ] Upgrade Guava to 31.0.1 (CVE-2020-8908)
   - [ <a href="https://github-redirect.dependabot.com/jython/jython/issues/139">GH-139</a> ] Make gradlew executable on Unix/Mac
   - [ <a href="https://github-redirect.dependabot.com/jython/jython/issues/136">GH-136</a> ] Use full path of cmd.exe (CVE-2019-17664)</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/jython/jython/commit/5f29801fec49fdf0d17d880a7cb83983d3528411"><code>5f29801</code></a> Prepare for 2.7.3 final release.</li>
   <li><a href="https://github.com/jython/jython/commit/30802dcf9c2e2863adcbe6608c911a6627698a60"><code>30802dc</code></a> Prepare for work on 2.7.3rc2.</li>
   <li><a href="https://github.com/jython/jython/commit/63359da881edcf549909ee0492edcc91bb1acf6e"><code>63359da</code></a> Prepare for 2.7.3rc1 release.</li>
   <li><a href="https://github.com/jython/jython/commit/f17fc25c3d92173d61c01529175c2dd96188831a"><code>f17fc25</code></a> Support vararg constructors (<a href="https://github-redirect.dependabot.com/jython/jython/issues/201">#201</a>)</li>
   <li><a href="https://github.com/jython/jython/commit/98953f71378d1f11a22660479f9fef4b0b10be2b"><code>98953f7</code></a> Prepare for work on v2.7.3b2.</li>
   <li><a href="https://github.com/jython/jython/commit/da3bfb368afd3fcaf943ab6ea1724461df2b6d1f"><code>da3bfb3</code></a> Prepare for 2.7.3b1 release.</li>
   <li><a href="https://github.com/jython/jython/commit/257d6cb6d8fbdc63d4e77a05056b8f122b255a38"><code>257d6cb</code></a> Use language-neutral locale to infer Python class name</li>
   <li><a href="https://github.com/jython/jython/commit/87f92b82c51b794bd964f92b6e5b9b83dadb955f"><code>87f92b8</code></a> Support &quot;from <strong>future</strong> import print_function&quot; interactively (bjo 2007)</li>
   <li><a href="https://github.com/jython/jython/commit/26731ea801a15feb86955e5284e61b8fb71ee306"><code>26731ea</code></a> Cache strings in imp to avoid repeat FS decode</li>
   <li><a href="https://github.com/jython/jython/commit/c611f52713885fc74d6a6417b24c17541e48842b"><code>c611f52</code></a> Validate path before constructing a SyspathArchive</li>
   <li>Additional commits viewable in <a href="https://github.com/jython/jython/compare/v2.7.2...v2.7.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.python:jython-standalone&package-manager=maven&previous-version=2.7.2&new-version=2.7.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org


[GitHub] [jena] afs merged pull request #1561: Bump jython-standalone from 2.7.2 to 2.7.3

Posted by GitBox <gi...@apache.org>.
afs merged PR #1561:
URL: https://github.com/apache/jena/pull/1561


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org