rake-compiler-dock 1.5.1 → 1.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Dockerfile.mri.erb +2 -2
- data/History.md +10 -0
- data/lib/rake_compiler_dock/version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7d6132fa4f1d2342d8e1ec3e9f2d7fce839026fc68771e2209169b38a61a6f1
|
4
|
+
data.tar.gz: 31f46ee396d58464bb0083897d4d3e954605ceed34cd3dbeed72d1459d978201
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22fe8a19f48c24d2ad0044b59ffdf5e5841d48aacbb8fb0f582be550ace9b2dc27e6b34df93638ff6024c59df172a8857a844f3c40a072a213e1d045c02e8127
|
7
|
+
data.tar.gz: dca8f2e0b2e18537a0f0c7eda39ff460c9470d60b0e7f19ac3108b58bb06119682f5cfc783563bf6b534ef12c159d2e9e62e38978dba415cb1f2d8580441097f
|
data/Dockerfile.mri.erb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<%
|
2
2
|
image = case platform
|
3
|
-
when /x86_64-linux-gnu/ then "quay.io/pypa/manylinux2014_x86_64:latest@sha256:
|
4
|
-
when /x86-linux-gnu/ then "quay.io/pypa/manylinux2014_i686:latest@sha256:
|
3
|
+
when /x86_64-linux-gnu/ then "quay.io/pypa/manylinux2014_x86_64:latest@sha256:04bffb03cd21d7945c327f67745897adddeb1d6635d79ba98811e7526460f2e0"
|
4
|
+
when /x86-linux-gnu/ then "quay.io/pypa/manylinux2014_i686:latest@sha256:516a28921cf4d2544be8278764e3e5d33da0a4b4e26bbbb523a5702b96b329b0"
|
5
5
|
else "docker.io/library/ubuntu:20.04@sha256:80ef4a44043dec4490506e6cc4289eeda2d106a70148b74b5ae91ee670e9c35d"
|
6
6
|
end
|
7
7
|
manylinux = !!(image =~ /manylinux/)
|
data/History.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# `rake-compiler/rake-compiler-dock` Changelog
|
2
2
|
|
3
|
+
## 1.5.2 / 2024-07-30
|
4
|
+
|
5
|
+
With CentOS 7 becoming EOL as of 2024-06-30, `yum` will no longer work in the `x86_64-linux-gnu` and
|
6
|
+
`x86-linux-gnu` images shipped with v1.5.1 and earlier.
|
7
|
+
|
8
|
+
In this release, we've updated the `manylinux2014` base image for the `x86_64-linux-gnu` and
|
9
|
+
`x86-linux-gnu` images to point at a version patched by `pypa` to use valid yum mirrors. See
|
10
|
+
https://github.com/pypa/manylinux/pull/1628 for more information.
|
11
|
+
|
12
|
+
|
3
13
|
## 1.5.1 / 2024-06-03
|
4
14
|
|
5
15
|
### Improvements
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rake-compiler-dock
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lars Kanis
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
141
141
|
- !ruby/object:Gem::Version
|
142
142
|
version: '0'
|
143
143
|
requirements: []
|
144
|
-
rubygems_version: 3.5.
|
144
|
+
rubygems_version: 3.5.11
|
145
145
|
signing_key:
|
146
146
|
specification_version: 4
|
147
147
|
summary: Easy to use and reliable cross compiler environment for building Windows
|