SmileyChris / easy-thumbnails

Easy thumbnails for Django
http://easy-thumbnails.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
1.37k stars 312 forks source link

No version compatible with django 4.0 och PYPI #590

Closed anderspetersson closed 2 years ago

anderspetersson commented 2 years ago

Please release easy-thumbnails 2.8.1 on PYPI.

bixbyr commented 2 years ago

This is throwing a serious wrench in things. Is there any reason to think Django 4 is incompatible?

mrkaban commented 2 years ago

15 days have passed and the developers have not responded. It has been a long time since the alpha versions of Django 4 were released. Repository abandoned?

licensechecker commented 2 years ago

79 Contributors in this repository and no one took care of Django 4 support? Is it time for us to switch from easy-thumbnails to something else? with more active support?

mbi commented 2 years ago

79 participants in this repository and no one took care of Django 4 support?

The current repo HEAD works fine with Django 4, it's just a matter of packaging a new version and pushing it to PyPI.

In the meantime you can add e.g. this in your requirements.txt instead of easy-thumbnails:

git+https://github.com/SmileyChris/easy-thumbnails.git@92060b9fd7b617cab1ac88d149dc5021d43b35c3#egg=easy-thumbnails
mrkaban commented 2 years ago

Thanks! Installed, let's check! Thank you for responding to us!

adrenaline681 commented 2 years ago

How can I install easy-thumbnails for Django 4 using Poetry?

brylie commented 2 years ago

@adrenaline681, I added a comment in issue #592

brylie commented 2 years ago

@SmileyChris or @jrief, would you please publish a version to PyPI? Also, would you consider adding more maintainers to the project so we can publish package versions?

adrenaline681 commented 2 years ago

Any updates on this?

SmileyChris commented 2 years ago

Working on it right now

SmileyChris commented 2 years ago

Done 🚀