Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 1 #947

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Patch 1 #947

wants to merge 11 commits into from

Commits on Nov 18, 2024

  1. Upgrade itsdangerous recipe to 2.2.0

    itsdangerous version 2.2.0 eliminated their setup.py, so all
    toolchain builds of itsdangerous fails due to missing setup.py.
    
    This patch updates the recipe for itsdangerous to run pip to
    install the 2.2.0 version.
    hemna committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b43cd08 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Fix 11.0.0 pillow build

    The build for Pillow 11.0.0 doesn't work from this file
    without this change due to the original url scheme not working.
    Updated the pillow url to go to github to fetch the tar ball.
    hemna committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    bd3b0ce View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Update README.md

    Novfensec authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    be3604b View commit details
    Browse the repository at this point in the history
  2. Update recipes

    Novfensec authored Nov 21, 2024
    Configuration menu
    Copy the full SHA
    e6d9016 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Upgrade itsdangerous recipe to 2.2.0

    itsdangerous version 2.2.0 eliminated their setup.py, so all
    toolchain builds of itsdangerous fails due to missing setup.py.
    
    This patch updates the recipe for itsdangerous to run pip to
    install the 2.2.0 version.
    hemna committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a243da4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Novfensec/fix-pillow

    Fix pillow
    Novfensec authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ce25f19 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Novfensec authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    00e8b95 View commit details
    Browse the repository at this point in the history
  4. Update __init__.py

    Novfensec authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    d44747c View commit details
    Browse the repository at this point in the history
  5. Update __init__.py

    Novfensec authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    3fd9e01 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Update setup.cfg

    Novfensec authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    99af434 View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt

    Novfensec authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    d5c1412 View commit details
    Browse the repository at this point in the history