Skip to content

Commit

Permalink
Depends on pyheif>=0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
homm committed Sep 10, 2024
1 parent e068f84 commit 84177a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ docker_shell: docker_build
.PHONY: install-pillow-latest
install-pillow-latest:
pip install .[test] \
git+https://github.com/uploadcare/pyheif.git@v0.8.0-transforms#egg=pyheif
git+https://github.com/carsales/pyheif.git@release-0.8.0#egg=pyheif

.PHONY: install-pillow-prod
install-pillow-prod:
pip install .[test] \
./pip-stubs/pillow \
git+https://github.com/uploadcare/pillow-simd.git@simd/9.5-png-truncated#egg=pillow-simd \
git+https://github.com/uploadcare/pyheif.git@v0.8.0-transforms#egg=pyheif
git+https://github.com/carsales/pyheif.git@release-0.8.0#egg=pyheif
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ This is not a big library but if you want to contribute is very easy!

## Changelog

### 0.6.3

* Depends on pyheif>=0.8.0

### 0.6.2

* Fix for buggy LA mode in libheif 1.17.0 - 1.18.2
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup


__version__ = '0.6.2'
__version__ = '0.6.3'

github_url = 'https://github.com/uploadcare'
package_name = 'heif-image-plugin'
Expand All @@ -26,7 +26,7 @@
download_url='%s/%s/archive/v%s.tar.gz' % (github_url, package_name, __version__),
keywords=['heif', 'heic', 'Pillow', 'plugin', 'pyhief'],
install_requires=[
"pyheif>=0.7.1",
"pyheif>=0.8.0",
"piexif>=1.1.3",
],
extras_require={
Expand Down

0 comments on commit 84177a1

Please sign in to comment.