~silnrsi/smith/+git/pyclipper-master:main

Last commit made on 2023-09-25
Get this branch:
git clone -b main https://git.launchpad.net/~silnrsi/smith/+git/pyclipper-master

Branch merges

Branch information

Recent commits

410553d... by Cosimo Lupo <email address hidden>

relax setuptools_scm min requirement

setuptools_scm>=7.0.0 no longer supports python 3.6, whereas pyclipper still support python 2.7...

https://github.com/fonttools/pyclipper/issues/52 broke the CI, this should fix broken build.

65798c8... by Cosimo Lupo <email address hidden>

Merge pull request #49 from Rubo3/patch-1

Remove setuptools_scm_git_archive as it's obsolete

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

set language_level=2 explicitly as 3 is now default

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

build wheels for Python 3.12

06bdb26... by Marco Rubin <email address hidden>

Remove setuptools_scm_git_archive as it's obsolete

From the project [README](https://github.com/Changaco/setuptools_scm_git_archive):

```
This plugin is obsolete. ``setuptools_scm >= 7.0.0`` supports Git archives by itself.
```

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

Merge pull request #48 from fonttools/py311

Build Python 3.11 wheels

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

Build Python 3.11 wheels

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

ci.yml: build pypy3.9 wheel with manylinux2014

as it no longer supports manylinux2010

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

ci.yml: deploy step needs to checkout repo to extract tag info

2ec1236... by Cosimo Lupo <email address hidden>

Merge pull request #44 from fonttools/cibuildwheel

use cibuildwheel instead of multibuild to build wheels