Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ghBack/alpine-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jfloff/alpine-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 22 files changed
  • 4 contributors

Commits on Sep 23, 2019

  1. Configuration menu
    Copy the full SHA
    2150d83 View commit details
    Browse the repository at this point in the history
  2. Fix previous commit ...

    jfloff committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    a700908 View commit details
    Browse the repository at this point in the history
  3. Install APK requirements after removing build requirements - this cou…

    …ld be better by using apk groups WIP
    jfloff committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    7bbb825 View commit details
    Browse the repository at this point in the history
  4. Fix entrypoint

    jfloff committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    7eb7290 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Add Python 3.8 support (jfloff#65)

    This PR adds support for Python 3.8.0 within a series of 3.8 tags similar to previous versions.
    
    Closes jfloff#64
    ykshatroff authored and jfloff committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    224ec45 View commit details
    Browse the repository at this point in the history
  2. Fix usage text output (jfloff#63)

    This PR fixes the issue that the usage text is never printed to the console if invalid arguments were passed to the `entrypoint.sh` script.
    
    The culprit is that the `usage` function uses the `<<EOF` construct with the `echo` command while the proper command to use with this construct is `cat`.
    
    Closes jfloff#62
    ykshatroff authored and jfloff committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    8f848cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac29ff3 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    jfloff authored Dec 18, 2019
    Configuration menu
    Copy the full SHA
    d3dcb61 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    aa5cd7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb0dd87 View commit details
    Browse the repository at this point in the history
  3. link include files

    jfloff committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    553d3d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cbadd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Configuration menu
    Copy the full SHA
    6121dfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ae8be3 View commit details
    Browse the repository at this point in the history
Loading