Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn about deprecation of behaviour that considers modules/packages as "data" when include_package_data=True #3308

Merged
merged 5 commits into from May 16, 2022

Commits on May 5, 2022

  1. Add test that capture transitional behaviour for build_py

    During the transition, `build_py` should warn when a module or package
    is included in the distribution as if it was "package data".
    abravalheri committed May 5, 2022
    Copy the full SHA
    ed5d4bf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    56a8b90 View commit details
    Browse the repository at this point in the history
  3. Add news fragment

    abravalheri committed May 5, 2022
    Copy the full SHA
    f49868e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    614c9f6 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Simplify checks for abuse of include_package_data

    Previously, the checks would result in a warning per module additionally
    to the parent package.
    
    Now only one warning per parent package is issued.
    abravalheri committed May 6, 2022
    Copy the full SHA
    2b21892 View commit details
    Browse the repository at this point in the history