All Versions
23
Latest Version
Avg Release Cycle
77 days
Latest Release
-

Changelog History
Page 2

  • v0.6.1 Changes

    • Localshop return a redirect when the MEDIA_URL is set.
  • v0.6.0 Changes

    • โฌ†๏ธ Upgraded to Django 1.7
    • โฌ‡๏ธ Dropped Python 2.6 support
    • ๐Ÿ›  Fixed bug #117 (Localshop return a 404 when uploading a package from a python version >=2.7.9 or >=3.4.2
    • ๐Ÿ›  Fixed bug #116 (Localshop returns a 500 error when trying to download a package with a missing file in disk)
  • v0.5.0 Changes

    August 24, 2014
    • ๐Ÿ‘ Allow localshop to be initialised without any interaction, useful for
    • ๐Ÿ“ฆ automating installation Fix downloading packages with mismatched underscore vs dashes in the package names.
    • ๐Ÿ‘€ Switch to pytest Include various fixes (see pull-requests / contributors)
  • v0.4.1 Changes

    January 23, 2013
    • ๐Ÿ›  Fix a bug which resulted in throwing 404's for packages which have a dot in the name.
  • v0.4.0 Changes

    January 07, 2013
    • ๐Ÿ‘‰ Use django-userena for authentication
    • ๐Ÿ”ง Use django-configurations and now uses the optional custom settings at ~/.localshop.py. Logan is now also not used anymore.
    • โž• Add additional separate credentials for uploading and downloading from the pypi instance (using access/secret keys).
    • ๐Ÿ‘ Implement support for 'pip search'
    • Many other improvements! (thanks Jannis Leidel)
  • v0.3.0 Changes

    • ๐Ÿ‘‰ Use Django 1.4 and restructure the app layout
    • ๐Ÿ›  Other minor bugfixes
  • v0.2.2 Changes

    • Don't display the download_url or home_page url if they are unknown
    • โž• Add correct rel-tag to the urls
  • v0.2.1 Changes

    • ๐Ÿ‘‰ Use the correct LOGIN_URL setting.
    • Add download_url and home_page url to the simple detail page. note that this is currently not mirrored yet.
  • v0.2.0 Changes

    • ๐Ÿ”ง Implement configurable access control / ip check
  • v0.1.3 Changes

    • ๐Ÿ›  Fix distutils interface
    • โž• Add missing requirement (docutils)