Skip to content

Conversation

@adev-code
Copy link
Contributor

When building botocore with python -m build -w, setuptools generates deprecation warnings:
License classifier warning: The License :: OSI Approved :: Apache Software License classifier is deprecated in favor of SPDX license expressions.

This PR fixes setuptools license deprecation warnings that appear during wheel building as described above.

Changes Made

  • Removed deprecated License :: OSI Approved :: Apache Software License from classifiers
  • Added license="Apache-2.0" field using SPDX identifier

Testing

  • Verified python -m build -w runs without warnings
  • Confirmed package installation still works correctly
  • All existing functionality preserved

Resolves: #3434

@codecov-commenter
Copy link

codecov-commenter commented Oct 10, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.17%. Comparing base (bbed2c0) to head (c2a02dc).
⚠️ Report is 219 commits behind head on develop.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3575      +/-   ##
===========================================
+ Coverage    93.13%   93.17%   +0.03%     
===========================================
  Files           68       68              
  Lines        15336    15411      +75     
===========================================
+ Hits         14283    14359      +76     
+ Misses        1053     1052       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@adev-code adev-code merged commit 8d33050 into boto:develop Oct 10, 2025
40 checks passed
aws-sdk-python-automation added a commit that referenced this pull request Oct 13, 2025
* release-1.40.51:
  Bumping version to 1.40.51
  Update to latest models
  Bump github/codeql-action from 3.30.1 to 4.30.8
  remove License Classifier Deprecation and use up to date license setup (#3575)
hswong3i pushed a commit to alvistack/boto-botocore that referenced this pull request Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

setuptools deprecation warnings

3 participants