vstoykov / django-clamd

Integrates python-clamd with Django for easy scanning files for viruses on upload
17 stars 33 forks source link

Please push the latest updates to pypi #17

Closed maksym3d closed 3 months ago

maksym3d commented 10 months ago

Thank you for the wonderful plugin! Can you possibly publish the current version to pypi? I see you have updated the validators.py to import gettext_lazy in place of ugettext_lazy, but pip3 still pulls the original version incompatible with the current Django. Thank you!

tomkins commented 9 months ago

A v1.0.0 has been tagged on GitHub, but PyPI still has 0.4.0 as the latest version.

https://github.com/vstoykov/django-clamd/releases/tag/1.0.0 https://pypi.org/project/django-clamd/#history

Would be nice to see the latest version on PyPI.

Yelinz commented 3 months ago

Thanks for the work @vstoykov

A consequence of this is that packages which use django-clamd cannot upgrade their dependencies and release. Because pypi forbids publishing packages which have dependencies outside of pypi (e.g. installing from 1.0.0 tag on github).

vstoykov commented 3 months ago

Hello everyone. The new release is out in PyPi. https://pypi.org/project/django-clamd/1.0.0/ Thank you for your patience.