All Versions
23
Latest Version
Avg Release Cycle
77 days
Latest Release
-
Changelog History
Page 2
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)