Skip to content

Commit

Permalink
Post-pone deprecation for now
Browse files Browse the repository at this point in the history
It seems that there are many projects that haven't adapted yet, so
we should probably avoid disruption.

Evidence: https://github.com/search?q=%2Fauthor-email%7Cmaintainer-email%7Clong-description%7Clicense-file%2F+path%3Asetup.cfg&type=code
  • Loading branch information
abravalheri committed Oct 7, 2024
1 parent e1cd904 commit 8421e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setuptools/dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def warn_dash_deprecation(self, opt, section):
versions. Please use the underscore name {underscore_opt!r} instead.
""",
see_docs="userguide/declarative_config.html",
due_date=(2024, 9, 26),
due_date=(2025, 3, 3),
# Warning initially introduced in 3 Mar 2021
)
return underscore_opt
Expand All @@ -529,7 +529,7 @@ def make_option_lowercase(self, opt, section):
future versions. Please use lowercase {lowercase_opt!r} instead.
""",
see_docs="userguide/declarative_config.html",
due_date=(2024, 9, 26),
due_date=(2025, 3, 3),
# Warning initially introduced in 6 Mar 2021
)
return lowercase_opt
Expand Down

0 comments on commit 8421e5d

Please sign in to comment.