Geojson 1.0.1

Geojson 1.0.1 fixes a bug in serialization of features with no geometry.

Comments

Re: Geojson 1.0.1

Author: Stefano Costa

Sean, I'm trying to update, but:
steko@gibreel:~$ sudo easy_install -U geojson
Searching for geojson
Reading http://pypi.python.org/simple/geojson/
Reading http://trac.gispython.org/lab/wiki/GeoJSON
Reading http://trac.gispython.org/projects/PCL/wiki/GeoJSON
Best match: geojson 1.0.1
Downloading http://pypi.python.org/packages/source/g/geojson/geojson-1.0.1.tar.gz#md5=c594cd40085987eafec38f457ff8db49
Processing geojson-1.0.1.tar.gz
Running geojson-1.0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-tDg03o/geojson-1.0.1/egg-dist-tmp-Y-zuud
error: VERSION.txt: No such file or directory
On Debian Sid, not sure if it's a platform-specific problem or a bug in the package.

Re: Geojson 1.0.1

Author: Sean

Stefano, I made the release yesterday from my new Mac, and the sdist was truly broken. I've uploaded a new sdist (made on the same Linux box as 1.0.0) that appears to be fine.

Re: Geojson 1.0.1

Author: Stefano Costa

The current sdist works fine, thanks. BTW, it's just too bad that easy_install doesn't support removing an installed egg. Of course the best option would be to have some apt-gettable packages in DebianGIS, but one thing at a time...

Re: Geojson 1.0.1

Author: Sean

I agree with you about uninstalling. Ian Bicking's pip aims to address that. I disagree about Debian packages being the best option. I fully support Python's goal of being able to distribute and install its own packages.