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

Drop pbr #1991

Merged
merged 4 commits into from
Dec 20, 2021
Merged

Drop pbr #1991

merged 4 commits into from
Dec 20, 2021

Commits on Dec 19, 2021

  1. setup.cfg: migrate more settings from pbr to built-in setuptools config

    In setuptools 2712 setuptools learned to natively
    support globbing data files, and the pbr setting to do the exact same thing is
    not needed anymore. Pin the minimum build requirement to ensure the correct
    version is used.
    eli-schwartz committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    71696b7 View commit details
    Browse the repository at this point in the history
  2. tighten the locale pattern matching by excluding sources

    There is no need to ship both .po and .mo files.
    eli-schwartz committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    6114fb6 View commit details
    Browse the repository at this point in the history
  3. setup: replace the last remnant of pbr with setuptools_scm

    setuptools_scm is a standard and robust tool for dynamically getting
    version numbers from e.g. git; among its features is the ability to
    write the results to a python module that the application can then
    import from. This removes the overhead of large modules which introspect
    the dist-info to get the version, in favor of importing a frozen string.
    eli-schwartz committed Dec 19, 2021
    Configuration menu
    Copy the full SHA
    cd2d902 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Add release note file

    Davidy22 committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    d713132 View commit details
    Browse the repository at this point in the history