libmbedtls => 4.0 — py3_jsonschema → 4.25.1,py3_jsonschema_specifications → 2025.9.1,py3_markdown_it_py → 4.0.0,py3_mdurl → 0.1.2,py3_referencing → 0.37.0,py3_rich → 14.2.0,py3_rpds_py → 0.28.0,py3_uc_micro_py → 1.0.3,libmbedtls → 4.0.0,librhash → 1.4.6-1,py3_pygments → 2.19.2,py3_requests → 2.32.5,py3_twine → 6.2.0 (#13295)

* libmbedtls => 4.0

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add librhash compatibility symlink to keep cmake from breaking.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add py3_jsonschema and add as dep to libmbedtls.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add py3_attrs build dep to libmbedtls.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add -Wno-dev to CMAKE_OPTIONS.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Do not cache git repos when in GitHub Actions.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add more python packages

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add py3_jsonschema_specifications.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add builds for py3_pygments

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust deps.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add py3_jinja2 dep to mbedtls build

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* lint

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* lint

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Disable tests.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust rubocop reinstalls during builds.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update i686 manifest

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add armv7l manifest

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add x86_64 filelists.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Use array in superclass check.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2025-10-31 16:10:49 -04:00
committed by GitHub
parent 3c9e9075d9
commit d214c8e6eb
48 changed files with 2102 additions and 314 deletions

View File

@@ -4,7 +4,7 @@ require 'etc'
require 'open3'
OLD_CREW_VERSION ||= defined?(CREW_VERSION) ? CREW_VERSION : '1.0'
CREW_VERSION ||= '1.67.13' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
CREW_VERSION ||= '1.67.14' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
# Kernel architecture.
KERN_ARCH ||= Etc.uname[:machine]
@@ -323,7 +323,8 @@ CREW_CMAKE_OPTIONS ||= <<~OPT.chomp
-DCMAKE_SHARED_LINKER_FLAGS='#{CREW_LINKER_FLAGS}' \
-DCMAKE_MODULE_LINKER_FLAGS='#{CREW_LINKER_FLAGS}' \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=TRUE \
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_BUILD_TYPE=Release \
-Wno-dev
OPT
CREW_CMAKE_LIBSUFFIX_OPTIONS ||= "#{CREW_CMAKE_OPTIONS} -DLIB_SUFFIX=#{CREW_LIB_SUFFIX}"
@@ -408,6 +409,7 @@ unless defined?(CREW_ANITYA_PACKAGE_NAME_MAPPINGS)
{ pkg_name: 'gvim', anitya_pkg: 'vim', comments: '' },
{ pkg_name: 'libgedit_amtk', anitya_pkg: 'libgedit-amtk', comments: 'Prefer to GitHub' },
{ pkg_name: 'libgedit_gtksourceview', anitya_pkg: 'libgedit-gtksourceview', comments: 'Prefer to GitHub' },
{ pkg_name: 'libmbedtls', anitya_pkg: 'mbedtls', comments: 'Prefer to GitHub' },
{ pkg_name: 'libnghttp3', anitya_pkg: 'nghttp3', comments: '' },
{ pkg_name: 'libngtcp2', anitya_pkg: 'ngtcp2', comments: '' },
{ pkg_name: 'libssp', anitya_pkg: 'gcc', comments: '' },