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: containerbase/python-prebuild
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.11.4
Choose a base ref
...
head repository: containerbase/python-prebuild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.11.5
Choose a head ref

Commits on Jun 8, 2023

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    DrFaust92 Ilia Lazebnik
    Copy the full SHA
    07d29b3 View commit details
  2. Copy the full SHA
    90d9ba8 View commit details

Commits on Jun 9, 2023

  1. Copy the full SHA
    0c94e27 View commit details

Commits on Jun 12, 2023

  1. Copy the full SHA
    e815085 View commit details
  2. 1
    Copy the full SHA
    c38cf34 View commit details

Commits on Jun 14, 2023

  1. Copy the full SHA
    f70e18d View commit details

Commits on Jun 16, 2023

  1. Copy the full SHA
    e0db080 View commit details
  2. Copy the full SHA
    f3ed7e3 View commit details

Commits on Jun 19, 2023

  1. Copy the full SHA
    436f4a7 View commit details

Commits on Jun 24, 2023

  1. Copy the full SHA
    087e61d View commit details

Commits on Jun 26, 2023

  1. Copy the full SHA
    32851cb View commit details
  2. Copy the full SHA
    824a781 View commit details

Commits on Jun 30, 2023

  1. Copy the full SHA
    d40f8d2 View commit details

Commits on Jul 4, 2023

  1. Copy the full SHA
    8fe8878 View commit details
  2. Copy the full SHA
    a75d0ed View commit details

Commits on Jul 5, 2023

  1. Copy the full SHA
    474ebc5 View commit details
  2. Copy the full SHA
    08514d2 View commit details

Commits on Jul 12, 2023

  1. Copy the full SHA
    774d5be View commit details

Commits on Jul 13, 2023

  1. Copy the full SHA
    f53f96b View commit details

Commits on Jul 17, 2023

  1. Copy the full SHA
    9984c0b View commit details

Commits on Jul 24, 2023

  1. Copy the full SHA
    264a051 View commit details

Commits on Jul 31, 2023

  1. Copy the full SHA
    5340252 View commit details

Commits on Aug 1, 2023

  1. Copy the full SHA
    41e46a6 View commit details

Commits on Aug 3, 2023

  1. Copy the full SHA
    1953595 View commit details

Commits on Aug 4, 2023

  1. Copy the full SHA
    f1d9132 View commit details
  2. Copy the full SHA
    f0dd2cc View commit details

Commits on Aug 7, 2023

  1. Copy the full SHA
    9d5c3fe View commit details

Commits on Aug 9, 2023

  1. Copy the full SHA
    694ccfb View commit details

Commits on Aug 10, 2023

  1. Copy the full SHA
    aedd0c3 View commit details

Commits on Aug 14, 2023

  1. Copy the full SHA
    bd417a2 View commit details

Commits on Aug 16, 2023

  1. Copy the full SHA
    146aedd View commit details

Commits on Aug 20, 2023

  1. Copy the full SHA
    2f9456f View commit details

Commits on Aug 21, 2023

  1. Copy the full SHA
    bd1aa0d View commit details

Commits on Aug 24, 2023

  1. Copy the full SHA
    d8d0309 View commit details
Showing with 197 additions and 275 deletions.
  1. +2 −2 .github/workflows/build.yml
  2. +2 −2 Dockerfile
  3. +2 −2 package.json
  4. +2 −2 renovate.Dockerfile
  5. +189 −267 yarn.lock
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -33,10 +33,10 @@ jobs:
ARCH: ${{ matrix.arch }} # build target, name required by binary-builder

steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

- name: binary-builder
uses: containerbase/internal-tools@f7e832514aae131cf240f2d72acda8abd84ffbb9 # v1.17.8
uses: containerbase/internal-tools@a2eb489b908609773490b08e7ff52bdeb196f5c6 # v1.21.14
with:
command: binary-builder
dry-run: ${{github.ref != 'refs/heads/main'}}
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -6,8 +6,8 @@ ARG DISTRO=focal
#--------------------------------------
# base images
#--------------------------------------
FROM ubuntu:focal@sha256:db8bf6f4fb351aa7a26e27ba2686cf35a6a409f65603e59d4c203e58387dc6b3 as build-focal
FROM ubuntu:jammy@sha256:ac58ff7fe25edc58bdf0067ca99df00014dbd032e2246d30a722fa348fd799a5 as build-jammy
FROM ubuntu:focal@sha256:33a5cc25d22c45900796a1aca487ad7a7cb09f09ea00b779e3b2026b4fc2faba as build-focal
FROM ubuntu:jammy@sha256:ec050c32e4a6085b423d36ecd025c0d3ff00c38ab93a3d71a460ff1c44fa6d77 as build-jammy


#--------------------------------------
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -17,10 +17,10 @@
},
"devDependencies": {
"husky": "8.0.3",
"lint-staged": "13.2.2",
"lint-staged": "13.3.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.8",
"prettier-plugin-package": "1.3.0"
"prettier-plugin-package": "1.3.1"
},
"packageManager": "yarn@1.22.19"
}
4 changes: 2 additions & 2 deletions renovate.Dockerfile
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ FROM scratch

# EOL 2023-06-27
# renovate: datasource=docker depName=python versioning=docker
ENV PYTHON_VERSION=3.7.16
ENV PYTHON_VERSION=3.7.17

# EOL 2024-10
# renovate: datasource=docker depName=python versioning=docker
@@ -26,4 +26,4 @@ ENV PYTHON_VERSION=3.10.12

# EOL 2027-10
# renovate: datasource=docker depName=python versioning=docker
ENV PYTHON_VERSION=3.11.3
ENV PYTHON_VERSION=3.11.4
456 changes: 189 additions & 267 deletions yarn.lock

Large diffs are not rendered by default.