You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

cffsubr

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cffsubr - pypi Package Compare versions

Comparing version
0.2.9
to
0.2.9.post1
+7
-5
.github/workflows/build_wheels.yml

@@ -21,3 +21,3 @@ # based on https://github.com/joerick/cibuildwheel/blob/master/examples/github-minimal.yml

matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-11]

@@ -41,3 +41,3 @@ steps:

run: |
python -m pip install cibuildwheel==1.4.1
python -m pip install cibuildwheel==2.2.2

@@ -52,7 +52,9 @@ - name: Build wheel

# Here we choose the minimum supported version, i.e. Python 3.6
CIBW_BUILD: "cp36-*"
CIBW_BUILD: "cp36-* cp38-macosx_universal2"
# build using the manylinux1 image to ensure manylinux1 wheels are produced
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
# skip PyPy (no manylinux1), 32-bit linux, and other architectures
CIBW_SKIP: "pp* cp*manylinux_i686 cp*manylinux_aarch64 cp*manylinux_ppc64le cp*manylinux_s390x"
# Build x86 and Universal on Mac
CIBW_ARCHS_MACOS: x86_64 universal2
# skip PyPy (no manylinux1), 32-bit linux, musl linux, and other architectures
CIBW_SKIP: "pp* cp*manylinux_i686 cp*manylinux_aarch64 cp*manylinux_ppc64le cp*manylinux_s390x *-musllinux*"
CIBW_TEST_REQUIRES: "pytest"

@@ -59,0 +61,0 @@ # run test suite with pytest, no coverage

Metadata-Version: 2.1
Name: cffsubr
Version: 0.2.9
Version: 0.2.9.post1
Summary: Standalone CFF subroutinizer based on the AFDKO tx tool

@@ -5,0 +5,0 @@ Home-page: https://github.com/adobe-type-tools/cffsubr

Metadata-Version: 2.1
Name: cffsubr
Version: 0.2.9
Version: 0.2.9.post1
Summary: Standalone CFF subroutinizer based on the AFDKO tx tool

@@ -5,0 +5,0 @@ Home-page: https://github.com/adobe-type-tools/cffsubr

# coding: utf-8
# file generated by setuptools_scm
# don't change, don't track in version control
version = '0.2.9'
version = '0.2.9.post1'
version_tuple = (0, 2, 9)