jazzband / django-floppyforms

Full control of form rendering in the templates.
http://django-floppyforms.readthedocs.org/
Other
839 stars 145 forks source link

Can not install 1.1 or dev versions as per docs. #62

Closed danielsokolowski closed 11 years ago

danielsokolowski commented 11 years ago

As per docs: http://django-floppyforms.readthedocs.org/en/latest/ can not install latest 1.1 or the dev version:

(virtualenv)root@klisrv10:/srv/www/django/development.FOO.com# pip install django-floppyforms==1.1
Downloading/unpacking django-floppyforms==1.1
  Could not find a version that satisfies the requirement django-floppyforms==1.1 (from versions: )
No distributions matching the version for django-floppyforms==1.1
Storing complete log in /root/.pip/pip.log
(virtualenv)root@klisrv10:/srv/www/django/development.FOO.com# pip install django-floppyforms==1.1
Downloading/unpacking django-floppyforms==1.1
  Could not find a version that satisfies the requirement django-floppyforms==1.1 (from versions: )
No distributions matching the version for django-floppyforms==1.1
Storing complete log in /root/.pip/pip.log
(virtualenv)root@klisrv10:/srv/www/django/development.FOO.com# yolk -V django-floppyforms
django-floppyforms 1.0
(virtualenv)root@klisrv10:/srv/www/django/development.FOO.com# pip install -U django-floppyforms==1.1
Downloading/unpacking django-floppyforms==1.1
  Could not find a version that satisfies the requirement django-floppyforms==1.1 (from versions: )
No distributions matching the version for django-floppyforms==1.1
Storing complete log in /root/.pip/pip.log
(virtualenv)root@klisrv10:/srv/www/django/development.FOO.com# pip install -U django-floppyforms==dev
Downloading/unpacking django-floppyforms==dev
  Downloading master (1.1MB): 1.1MB downloaded
  Running setup.py egg_info for package django-floppyforms
  Requested django-floppyforms==dev, but installing version 1.0
Installing collected packages: django-floppyforms
  Running setup.py install for django-floppyforms
Successfully installed django-floppyforms
Cleaning up...
brutasse commented 11 years ago

Yes, that's because 1.1 hasn't been released yet:

http://django-floppyforms.readthedocs.org/en/latest/#changelog

pip install django-floppyforms==dev gets you the latest development version with python3 support and everything but it is still numbered as 1.0.

I'm trying to fix the remaining issues and hope to make a release soon. Thanks for your patience, installing ==dev should do the job in the meantime.

danielsokolowski commented 11 years ago

HA, thank you :)

brutasse commented 11 years ago

… and 1.1 is on PyPI :)