rake-compiler-dock 1.5.1 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d92bbeed535452c8abbcc2f132b42027ba12bcbcbab03d1708fc57c6d2bd4c24
4
- data.tar.gz: a04b629209b03da4e64910621e71392d56410877d9a291978a6a075d26cadb73
3
+ metadata.gz: d7d6132fa4f1d2342d8e1ec3e9f2d7fce839026fc68771e2209169b38a61a6f1
4
+ data.tar.gz: 31f46ee396d58464bb0083897d4d3e954605ceed34cd3dbeed72d1459d978201
5
5
  SHA512:
6
- metadata.gz: 9e17ec04f585b6f548ca1596d6b07f9435a18f0a66276543b1e15c4a2c8f905af306cb03024f3ecc8c2249a458d2c7c73eb8034abdf024f666b9750545570eb5
7
- data.tar.gz: f0908f10dd36ee92f4c7586362c59059975508c205f3fcb88ec4d34620711d438a925a405bca6fa43d79ee5871597fc5bad921fe1246d53cab75fb9286726654
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:b4d7d9e15f3f5d143cd5aa0e2a2b6f2563bed17df1808c8f6662f9d57db72fa1"
4
- when /x86-linux-gnu/ then "quay.io/pypa/manylinux2014_i686:latest@sha256:f2b004703f4712e0c88d89cd206447fe67d9efa881916dc7f4afefd7387eb0b2"
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
@@ -1,4 +1,4 @@
1
1
  module RakeCompilerDock
2
- VERSION = "1.5.1"
3
- IMAGE_VERSION = "1.5.1"
2
+ VERSION = "1.5.2"
3
+ IMAGE_VERSION = "1.5.2"
4
4
  end
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.1
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-06-03 00:00:00.000000000 Z
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.10
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