Skip to content

Commit

Permalink
Merge branch 'main' into mass-rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar authored Jan 7, 2025
2 parents 7deb356 + 5182ba0 commit bbf6edb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 120 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/fedora-copr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,6 @@ jobs:
if [[ "$chroot" == rhel-8-* ]]; then
copr edit-chroot --modules "swig:4.0" ${{ env.project_today }}/$chroot
fi
# TODO(kwk): The python-nanobind package acceptance review is taking place here:
# https://bugzilla.redhat.com/show_bug.cgi?id=2331339
# Once that package is accepted in Fedora, remove the following chroot edit.
if [[ "$chroot" =~ fedora-(4[0-9]|rawhide) ]]; then
copr edit-chroot --repos "copr://kkleine/python-nanobind" ${{ env.project_today }}/$chroot
fi
# Dump chroot information after all modification
copr get-chroot ${{ env.project_today }}/$chroot
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ copr==2.0
# copr-cli
copr-cli==2.0
# via -r requirements.txt.in
coverage==7.6.9
coverage==7.6.10
# via -r requirements.txt.in
cryptography==43.0.1
# via pyjwt
Expand All @@ -44,7 +44,7 @@ humanize==4.9.0
# via copr-cli
idna==3.7
# via requests
jinja2==3.1.4
jinja2==3.1.5
# via copr-cli
markupsafe==2.1.4
# via jinja2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ munch==4.0.0
copr==2.0
requests==2.32.3
fnc
coverage==7.6.9
coverage==7.6.10
111 changes: 0 additions & 111 deletions scripts/workflow-artifact-exists.py

This file was deleted.

0 comments on commit bbf6edb

Please sign in to comment.