Skip to content

Releases: fonttools/py-zopfli

v0.2.3

08 Sep 13:39
6c1c07a
Compare
Choose a tag to compare

Dropped support for Python 3.7, added support for Python 3.12. No other code changes.

v0.2.2

15 Nov 16:50
70ea411
Compare
Choose a tag to compare
  • Added pyproject.toml to source distribution
  • Published precompiled wheels for Python 3.11

v0.2.1

03 Mar 12:41
Compare
Choose a tag to compare
  • [zopfli.png] Only print debug info to console output when -v/--verbose flag is used.

v0.2.0

02 Mar 18:11
c89269b
Compare
Choose a tag to compare
  • Dropped support for EOL Python 2.7 and 3.6, require Python 3.7+ (#16).
  • Added support for compressing PNGs via zopfli.png.optimize method. Also available from the command line as python -m zopfli.png; mimics the upstream's zopflipng c++ executable (#17).

v0.1.9

19 Oct 10:42
Compare
Choose a tag to compare
  • Allow to link against system installed zopfli library by setting USE_SYSTEM_ZOPFLI environment variable (#9).
  • Added wheels for Python 3.10, universal2 macos "fat" (x86_64 + arm64) architecture, Linux aarch64 and pypy3 (#10, #11).
  • Determine package version automatically from latest git tag using setuptools_scm.

v0.1.6

20 Nov 13:04
v0.1.6
Compare
Choose a tag to compare

Fixed automatic upload from Travis to PyPI.

v0.1.5

20 Nov 12:53
Compare
Choose a tag to compare

Added pre-compiled wheels for python3.7

v0.1.4

18 May 11:06
b72a15e
Compare
Choose a tag to compare
  • Updated zopfli submodule to 1.0.2.

v0.1.3

27 Oct 11:01
Compare
Choose a tag to compare
- Fixed issue with automatic deployment from Appveyor CI.

v0.1.2

27 Oct 10:24
Compare
Choose a tag to compare
* Renamed repository url from obp/zopfli to obp/py-zopfli to avoid
  confusion with upstream C++ zopfli library.
* Added current maintainer's name and email to setup.py.
* Updated zopfli submodule to current master (64c6f36)
* Updated multibuild to current master (37040e3)