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

dynamic version strings #1676

Merged
merged 7 commits into from
Aug 15, 2024
Merged

dynamic version strings #1676

merged 7 commits into from
Aug 15, 2024

Commits on Aug 14, 2024

  1. pull alot.__version__ from importlib metadata

    .. dynamically and remove some other metadata from alot/__init__.py to
    avoid duplication
    
    This is used in `alot -v` but also when setting `UserAgent` for
    outgoing mails
    Patrick Totzke authored and lucc committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c37b403 View commit details
    Browse the repository at this point in the history
  2. use setuptools-scm in pythonproject.toml

    Patrick Totzke authored and lucc committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2328980 View commit details
    Browse the repository at this point in the history
  3. nix: handle dynamic version

    lucc committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    20f903a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bf995d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22940eb View commit details
    Browse the repository at this point in the history
  6. Fix sed command in RTD config

    The build process on readthedocs seems to use some strange parsing logic
    because the command `sed -i '/gpg/d;/notmuch2/d' pyproject.toml`
    resulted in an error:
    ~~~
    sed: no input files
    /bin/sh: 1: /notmuch2/d: not found
    ~~~
    lucc committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5322073 View commit details
    Browse the repository at this point in the history
  7. Install alot on RTD

    lucc committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    893cc46 View commit details
    Browse the repository at this point in the history