~ubuntuone-hackers/ols-charm-deps/+git/wheels:master

Last commit made on 2023-07-26
Get this branch:
git clone -b master https://git.launchpad.net/~ubuntuone-hackers/ols-charm-deps/+git/wheels
Members of Ubuntu One hackers can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

7bcd79f... by Simone Pelosi

Added Cython required for Turnip charms

Adding this library to ols-charm-deps we can remove turnip-dependencies from the turnip charm build process entirely.

42c89d9... by Colin Watson

Restore psycopg2-2.8.4.tar.gz

If we only have the wheels, then building with `charmcraft` doesn't
work, since it consumes sdists (unless you pass `--binary-wheels`). The
relevant part must declare `build-packages: [libpq-dev, python3-dev]`.

Merged branch ~cjwatson/ols-charm-deps/+git/wheels:restore-psycopg2-sdist
ff1c8e0... by Guillermo Gonzalez

Replace psycopg2-2.8.4.tar.gz with wheels for: bionic, focal and jammy

These will be used by charms now that gcc and friends have been removed from the installed packages in ols-pg layer

Merge from https://code.launchpad.net/~ubuntuone-hackers/ols-charm-deps/+git/wheels/+merge/440157

b505e83... by Guillermo Gonzalez

replace psycopg2-2.8.4.tar.gz with wheels for: bionic, focal and jammy

59b32ae... by Guillermo Gonzalez

Add MarkupSafe-2.1.1-cp38-cp38-linux_x86_64.whl

f85d00c... by Guillermo Gonzalez

add Wheels required for Jammy support

fbf2c56... by Wouter van Bommel

Add flit_code

With the updates for Jammy, this is an additional dependency that
appeared.

Solves: SN-1169

f3b6e39... by Wouter van Bommel

Bump charmhelpers

4c9d9f5... by Wouter van Bommel

Bump setuptools version

9516696... by William Grant

Add Tempita 0.5.2 wheel to work around setuptools 58 incompatibility

Tempita 0.5.2 still builds with use_2to3, which isn't supported since
setuptools 58: https://github.com/pypa/setuptools/issues/2788. Build a
wheel with an older setuptools as a workaround until Tempita is updated.