[PR #911] [MERGED] Fix for future versions of setuptools #1485

Open
opened 2026-01-29 20:54:21 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/911
Author: @ghost
Created: 7/4/2021
Status: Merged
Merged: 1/10/2022
Merged by: @eustas

Base: masterHead: patch-1


📝 Commits (1)

  • 91895d1 Fix for future versions of python

📊 Changes

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

View changed files

📝 setup.cfg (+1 -1)

📄 Description

Starting python 3.10, the use of - instead of _ will get a warn (see https://bugs.gentoo.org/796281 for reference)

Signed-off-by: Marco Scardovi marco@scardovi.com


🔄 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/google/brotli/pull/911 **Author:** [@ghost](https://github.com/ghost) **Created:** 7/4/2021 **Status:** ✅ Merged **Merged:** 1/10/2022 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`91895d1`](https://github.com/google/brotli/commit/91895d16bef4e4a6e5d1f9ac77b3cba4e14d8882) Fix for future versions of python ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `setup.cfg` (+1 -1) </details> ### 📄 Description Starting python 3.10, the use of - instead of _ will get a warn (see https://bugs.gentoo.org/796281 for reference) Signed-off-by: Marco Scardovi <marco@scardovi.com> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:54:21 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1485