~silnrsi/smith/+git/booleanoperations-master:master

Last commit made on 2022-06-05
Get this branch:
git clone -b master https://git.launchpad.net/~silnrsi/smith/+git/booleanoperations-master

Branch merges

Branch information

Recent commits

25f7091... by Frederik Berlaen <email address hidden>

Create FUNDING.yml

c3fec3b... by Cosimo Lupo <email address hidden>

Merge pull request #63 from alerque/patch-1

Remove wheel from setup_requires

4a0e3fe... by Caleb Maclennan

Remove wheel from setup_requires

When downloading the source and building this locally python-wheel is not required. It is only required for developers who build bdist packages for publishing. The CI jobs that do this already manually install wheel anyway and most documentation I see assumes that will be the case. For distro packagers, having this in here just means we have to include an unused dependency or patch it out.

d9e7077... by Cosimo Lupo <email address hidden>

Merge pull request #58 from madig/update-packaging-py3-only

Make Python 3.6+ only, update packaging boilerplate

25ffef0... by Nikolaus Waxweiler <email address hidden>

Upgrade some code to Python 3.6+ syntax

c376f1e... by Nikolaus Waxweiler <email address hidden>

Make Python 3.6+ only, update packaging boilerplate

00e4e2c... by Cosimo Lupo <email address hidden>

Merge pull request #57 from madig/raise-on-unsupported-segmenttype

Raise new UnsupportedContourError on unsupported segment type

8a4d0ec... by Nikolaus Waxweiler <email address hidden>

Try to update pip inside toxenv

9972b24... by Nikolaus Waxweiler <email address hidden>

Raise new UnsupportedContourError on unsupported segment type

This allows ufo2ft to easily catch the error and display a meaningful error
message.

b7d9fc9... by Frederik Berlaen <email address hidden>

Merge pull request #52 from typemytype/simplify-skip-no-area

simplify handling of invalid zero-area paths