pillow-avif-plugin 1.4.5__tar.gz → 1.4.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pillow-avif-plugin might be problematic. Click here for more details.

Files changed (17) hide show
  1. {pillow-avif-plugin-1.4.5 → pillow-avif-plugin-1.4.6}/PKG-INFO +1 -1
  2. {pillow-avif-plugin-1.4.5 → pillow-avif-plugin-1.4.6}/src/pillow_avif/__init__.py +1 -1
  3. {pillow-avif-plugin-1.4.5 → pillow-avif-plugin-1.4.6}/src/pillow_avif_plugin.egg-info/PKG-INFO +1 -1
  4. {pillow-avif-plugin-1.4.5 → pillow-avif-plugin-1.4.6}/LICENSE +0 -0
  5. {pillow-avif-plugin-1.4.5 → pillow-avif-plugin-1.4.6}/MANIFEST.in +0 -0
  6. {pillow-avif-plugin-1.4.5 → pillow-avif-plugin-1.4.6}/README.md +0 -0
  7. {pillow-avif-plugin-1.4.5 → pillow-avif-plugin-1.4.6}/pyproject.toml +0 -0
  8. {pillow-avif-plugin-1.4.5 → pillow-avif-plugin-1.4.6}/setup.cfg +0 -0
  9. {pillow-avif-plugin-1.4.5 → pillow-avif-plugin-1.4.6}/setup.py +0 -0
  10. {pillow-avif-plugin-1.4.5 → pillow-avif-plugin-1.4.6}/src/pillow_avif/AvifImagePlugin.py +0 -0
  11. {pillow-avif-plugin-1.4.5 → pillow-avif-plugin-1.4.6}/src/pillow_avif/_avif.c +0 -0
  12. {pillow-avif-plugin-1.4.5 → pillow-avif-plugin-1.4.6}/src/pillow_avif_plugin.egg-info/SOURCES.txt +0 -0
  13. {pillow-avif-plugin-1.4.5 → pillow-avif-plugin-1.4.6}/src/pillow_avif_plugin.egg-info/dependency_links.txt +0 -0
  14. {pillow-avif-plugin-1.4.5 → pillow-avif-plugin-1.4.6}/src/pillow_avif_plugin.egg-info/top_level.txt +0 -0
  15. {pillow-avif-plugin-1.4.5 → pillow-avif-plugin-1.4.6}/src/pillow_avif_plugin.egg-info/zip-safe +0 -0
  16. {pillow-avif-plugin-1.4.5 → pillow-avif-plugin-1.4.6}/tests/test_file_avif.py +0 -0
  17. {pillow-avif-plugin-1.4.5 → pillow-avif-plugin-1.4.6}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pillow-avif-plugin
3
- Version: 1.4.5
3
+ Version: 1.4.6
4
4
  Summary: A pillow plugin that adds avif support via libavif
5
5
  Home-page: https://github.com/fdintino/pillow-avif-plugin/
6
6
  Download-URL: https://github.com/fdintino/pillow-avif-plugin/releases
@@ -2,4 +2,4 @@ from . import AvifImagePlugin
2
2
 
3
3
 
4
4
  __all__ = ["AvifImagePlugin"]
5
- __version__ = "1.4.5"
5
+ __version__ = "1.4.6"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pillow-avif-plugin
3
- Version: 1.4.5
3
+ Version: 1.4.6
4
4
  Summary: A pillow plugin that adds avif support via libavif
5
5
  Home-page: https://github.com/fdintino/pillow-avif-plugin/
6
6
  Download-URL: https://github.com/fdintino/pillow-avif-plugin/releases