• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zappa / Zappa
75%

Build:
DEFAULT BRANCH: master
Repo Added 13 Oct 2021 04:10PM UTC
Files 12
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • add/apigw-v2-support
  • add/console-test-documentation
  • feature/function-url
  • feature/issue-988-clienvar-settings
  • feature/new-function-url-permission
  • feature/python313
  • feature/python314
  • fix/#1380-infinite-redirects
  • fix/api-gateway-v2-path-prefix
  • fix/pr-1369-lambda-qualifier-tests
  • fix/settings-command-nested-config
  • fix/setup-invalid-website
  • fix/wheel-eval-sort-order
  • fix/win-slimhandler-error-handling-issue1342
  • patch-1
  • pr/1182
  • pr/1209
  • prepare/release-0.61.0
  • pullrequest/snap-start-support
  • refactor/replace-kappa-usage
  • remove/depreciated-pkgresources-usage
  • remove/py38-support
  • set-root-log-level
  • update/release-version-0601

09 Dec 2025 01:31PM UTC coverage: 74.529% (+0.01%) from 74.517%
20065257241

push

github

web-flow
  Fix manylinux wheel matching for PEP 425 sorted platform tags (#1401)

The manylinux wheel regex pattern failed to match wheels using the
  properly sorted compressed platform tag format specified by PEP 425.

  PEP 425 requires compressed platform tags to be sorted alphabetically,
  which places legacy tags (manylinux2014) before PEP 600 tags
  (manylinux_2_17) since '2' < '_' in ASCII. Some packages like
  psycopg-binary have adopted this format in recent releases, causing
  get_cached_manylinux_wheel() to return None for valid wheels.

  Update build_manylinux_wheel_file_match_pattern() to support:
  - Sorted format: manylinux2014_x86_64.manylinux_2_17_x86_64 (PEP 425)
  - Unsorted format: manylinux_2_17_x86_64.manylinux2014_x86_64 (legacy)
  - Legacy only: manylinux2014_x86_64

  Add test_get_manylinux_python314() and
  test_manylinux_wheel_platform_tag_sort_order() to verify the fix.

  Github-Issue:#1400

Co-authored-by: shane <shane.cousins@kiconiaworks.com>

3204 of 4299 relevant lines covered (74.53%)

3.72 hits per line

Relevant lines Covered
Build:
Build:
4299 RELEVANT LINES 3204 COVERED LINES
3.72 HITS PER LINE
Source Files on master
  • Tree
  • List 12
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20065257241 master Fix manylinux wheel matching for PEP 425 sorted platform tags (#1401) The manylinux wheel regex pattern failed to match wheels using the properly sorted compressed platform tag format specified by PEP 425. PEP 425 requires compressed platf... push 09 Dec 2025 01:41PM UTC web-flow github
74.53
19655747275 master :wrench: fix failing testcase push 25 Nov 2025 02:13AM UTC storkwrangler github
74.52
19603620097 master :arrow_up: increament minor version to reflect feature change. push 23 Nov 2025 01:02AM UTC storkwrangler github
74.59
19603584028 master :wrench: Support nested config (json) structures in the `settings` command (#1397) Co-authored-by: shane <shane.cousins@kiconiaworks.com> push 23 Nov 2025 01:00AM UTC web-flow github
74.52
19565262026 master :wrench: Merge policy changes into template. (#1395) :sparkles: update CHANGELOG.md :arrow_up: increment version 0.60.2 -> 0.61.0 Co-authored-by: shane <shane.cousins@kiconiaworks.com> push 21 Nov 2025 09:06AM UTC web-flow github
74.6
19562301481 master Update "Executing in Response to AWS Events" section in README.md (#1258) * Update README.md Update docs for Executing in Response to AWS Events section. * Update README.md Added AWS Documentation link for SQS --------- Co-authored-by: monk... push 21 Nov 2025 06:47AM UTC web-flow github
74.55
19561618220 master Merge 6feaaea0b into 290ea8479 Pull #1258 21 Nov 2025 06:12AM UTC web-flow github
74.55
19561585901 master set root log level from zappa log_level (#1347) fix isort finding in tests Co-authored-by: monkut <shane.cousins@gmail.com> push 21 Nov 2025 06:11AM UTC web-flow github
74.55
19561085966 master :wrench: fix lint errors in PR (#1394) * :wrench: fix lint errors in PR * :wrench: fix lint errors in PR --------- Co-authored-by: shane <shane.cousins@kiconiaworks.com> push 21 Nov 2025 05:41AM UTC web-flow github
74.53
19316474570 master :sparkles: Implementation of `settings` command for generating the `zappa_settings.json` via CLI/ENVARS. (#1385) * :sparkles: initial implementation of `settings` command for generating the `zappa_settings.json` via CLI/ENVARS. * :construction: ... push 13 Nov 2025 12:44AM UTC web-flow github
74.54
See All Builds (481)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc