[PR #88] [MERGED] Bump protobuf from 3.18.1 to 3.19.0 #140

Closed
opened 2026-02-27 08:12:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kokarare1212/librespot-python/pull/88
Author: @dependabot[bot]
Created: 10/21/2021
Status: Merged
Merged: 10/21/2021
Merged by: @kokarare1212

Base: rewriteHead: dependabot/pip/protobuf-3.19.0


📝 Commits (1)

  • 58ab36e Bump protobuf from 3.18.1 to 3.19.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps protobuf from 3.18.1 to 3.19.0.

Release notes

Sourced from protobuf's releases.

Protocol Buffers v3.19.0

C++

  • Make proto2::Message::DiscardUnknownFields() non-virtual
  • Separate RepeatedPtrField into its own header file
  • For default floating point values of 0, consider all bits significant
  • cmake: support MSVC_RUNTIME_LIBRARY property (#8851)
  • Fix shadowing warnings (#8926)
  • Fix for issue #8484, constant initialization doesn't compile in msvc clang-cl environment (#8993)
  • Fix build on AIX and SunOS (#8373) (#9065)
  • Add Android stlport and default toolchains to BUILD. (#8290)

Java

  • For default floating point values of 0, consider all bits significant
  • Annotate //java/com/google/protobuf/util/... with nullness annotations
  • Use ArrayList copy constructor (#7853)

Kotlin

  • Switch Kotlin proto DSLs to be implemented with inline value classes
  • Fixing inlining and deprecation for repeated string fields (#9120)

Python

  • Proto2 DecodeError now includes message name in error message
  • Make MessageToDict convert map keys to strings (#8122)
  • Add python-requires in setup.py (#8989)
  • Add python 3.10 (#9034)

JavaScript

  • Skip exports if not available by CommonJS (#8856)
  • JS: Comply with CSP no-unsafe-eval. (#8864)

PHP

  • Added "object" as a reserved name for PHP (#8962)

Ruby

  • Override Map.clone to use Map's dup method (#7938)
  • Ruby: build extensions for arm64-darwin (#8232)
  • Add class method Timestamp.from_time to ruby well known types (#8562)
  • Adopt pure ruby DSL implementation for JRuby (#9047)
  • Add size to Map class (#8068)
  • Fix for descriptor_pb.rb: google/protobuf should be required first (#9121)

C#

  • Correctly set ExtensionRegistry when parsing with MessageParser, but using an already existing CodedInputStream (#7246)
  • [C#] Make FieldDescriptor propertyName public (#7642)

Protocol Buffers v3.19.0-rc2

Java

  • Update changelog to reflect that we are not yet dropping Java 7 support after all

Protocol Buffers v3.19.0-rc1

... (truncated)

Commits
  • 17b30e9 Update protobuf version (#9119)
  • 912eb8b Merge pull request #9121 from haberman/rubyfix
  • bb5a268 Minor whitespace fixes and test fixups.
  • 51cb7f9 Merge pull request #9120 from protocolbuffers/kotlinInlining
  • 4c445b1 Fix for descriptor_pb.rb: google/protobuf should be required first.
  • ad9eb23 Fixing formatting
  • 33113ce Fixing inlining and deprecation for repeated string fields in kotlin
  • 3f3e6f4 Update version to 3.19.0-rc2 and fix changelog about Java 7 (#9116)
  • 53a1d66 Update PHP release notes for 3.19.0 (#9110)
  • d1c6620 Update CHANGES.txt for 3.19.0
  • 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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kokarare1212/librespot-python/pull/88 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/21/2021 **Status:** ✅ Merged **Merged:** 10/21/2021 **Merged by:** [@kokarare1212](https://github.com/kokarare1212) **Base:** `rewrite` ← **Head:** `dependabot/pip/protobuf-3.19.0` --- ### 📝 Commits (1) - [`58ab36e`](https://github.com/kokarare1212/librespot-python/commit/58ab36ee8ace201927a1ba09c062bde65f2cddc3) Bump protobuf from 3.18.1 to 3.19.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.18.1 to 3.19.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/protocolbuffers/protobuf/releases">protobuf's releases</a>.</em></p> <blockquote> <h2>Protocol Buffers v3.19.0</h2> <h1>C++</h1> <ul> <li>Make proto2::Message::DiscardUnknownFields() non-virtual</li> <li>Separate RepeatedPtrField into its own header file</li> <li>For default floating point values of 0, consider all bits significant</li> <li>cmake: support <code>MSVC_RUNTIME_LIBRARY</code> property (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8851">#8851</a>)</li> <li>Fix shadowing warnings (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8926">#8926</a>)</li> <li>Fix for issue <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8484">#8484</a>, constant initialization doesn't compile in msvc clang-cl environment (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8993">#8993</a>)</li> <li>Fix build on AIX and SunOS (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8373">#8373</a>) (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9065">#9065</a>)</li> <li>Add Android stlport and default toolchains to BUILD. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8290">#8290</a>)</li> </ul> <h1>Java</h1> <ul> <li>For default floating point values of 0, consider all bits significant</li> <li>Annotate <code>//java/com/google/protobuf/util/...</code> with nullness annotations</li> <li>Use ArrayList copy constructor (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/7853">#7853</a>)</li> </ul> <h1>Kotlin</h1> <ul> <li>Switch Kotlin proto DSLs to be implemented with inline value classes</li> <li>Fixing inlining and deprecation for repeated string fields (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9120">#9120</a>)</li> </ul> <h1>Python</h1> <ul> <li>Proto2 DecodeError now includes message name in error message</li> <li>Make MessageToDict convert map keys to strings (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8122">#8122</a>)</li> <li>Add python-requires in setup.py (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8989">#8989</a>)</li> <li>Add python 3.10 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9034">#9034</a>)</li> </ul> <h1>JavaScript</h1> <ul> <li>Skip exports if not available by CommonJS (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8856">#8856</a>)</li> <li>JS: Comply with CSP no-unsafe-eval. (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8864">#8864</a>)</li> </ul> <h1>PHP</h1> <ul> <li>Added &quot;object&quot; as a reserved name for PHP (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8962">#8962</a>)</li> </ul> <h1>Ruby</h1> <ul> <li>Override Map.clone to use Map's dup method (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/7938">#7938</a>)</li> <li>Ruby: build extensions for arm64-darwin (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8232">#8232</a>)</li> <li>Add class method Timestamp.from_time to ruby well known types (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8562">#8562</a>)</li> <li>Adopt pure ruby DSL implementation for JRuby (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9047">#9047</a>)</li> <li>Add size to Map class (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/8068">#8068</a>)</li> <li>Fix for descriptor_pb.rb: google/protobuf should be required first (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9121">#9121</a>)</li> </ul> <h1>C#</h1> <ul> <li>Correctly set ExtensionRegistry when parsing with MessageParser, but using an already existing CodedInputStream (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/7246">#7246</a>)</li> <li>[C#] Make FieldDescriptor propertyName public (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/7642">#7642</a>)</li> </ul> <h2>Protocol Buffers v3.19.0-rc2</h2> <h1>Java</h1> <ul> <li>Update changelog to reflect that we are not yet dropping Java 7 support after all</li> </ul> <h2>Protocol Buffers v3.19.0-rc1</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/protocolbuffers/protobuf/commit/17b30e96476be70b8773b2b807bab857fd3ceb39"><code>17b30e9</code></a> Update protobuf version (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9119">#9119</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/912eb8b89ef48f63877a6af9f022c74f13c8f8d4"><code>912eb8b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9121">#9121</a> from haberman/rubyfix</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/bb5a2684de8b53cd23199965bdd193a80168eb44"><code>bb5a268</code></a> Minor whitespace fixes and test fixups.</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/51cb7f99d7d87da6cdfd0e3e6ae3c4e71df57328"><code>51cb7f9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9120">#9120</a> from protocolbuffers/kotlinInlining</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/4c445b18038b843588a2298b423d27b0d97cef1e"><code>4c445b1</code></a> Fix for descriptor_pb.rb: google/protobuf should be required first.</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/ad9eb238cc5293de5cc5c2607f9ccfb2f31e913c"><code>ad9eb23</code></a> Fixing formatting</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/33113ce9f9ef6d4240c4326564bb528087efcc94"><code>33113ce</code></a> Fixing inlining and deprecation for repeated string fields in kotlin</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/3f3e6f47c6d71e755faf6abb3f49b89dce8c5182"><code>3f3e6f4</code></a> Update version to 3.19.0-rc2 and fix changelog about Java 7 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9116">#9116</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/53a1d66d9d7fa0efa4547308bca8e1f750ea6010"><code>53a1d66</code></a> Update PHP release notes for 3.19.0 (<a href="https://github-redirect.dependabot.com/protocolbuffers/protobuf/issues/9110">#9110</a>)</li> <li><a href="https://github.com/protocolbuffers/protobuf/commit/d1c6620347f9f2e1e5522168ba4a5e66fe56666e"><code>d1c6620</code></a> Update CHANGES.txt for 3.19.0</li> <li>Additional commits viewable in <a href="https://github.com/protocolbuffers/protobuf/compare/v3.18.1...v3.19.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=protobuf&package-manager=pip&previous-version=3.18.1&new-version=3.19.0)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 08:12:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/librespot-python-kokarare1212#140
No description provided.