spenczar / lektor-s3

Plugin to deploy a Lektor project to an S3 bucket
MIT License
44 stars 10 forks source link

Publish 0.5 #19

Closed nixjdm closed 6 years ago

nixjdm commented 6 years ago

The error

import ConfigParser
ModuleNotFoundError: No module named 'ConfigParser'

comes up when running with python 3 on version 0.4, but was fixed in a more recent commit. Could we have another release published? For my site I've currently using master via a git submodule instead of simply listing 0.5 in my project file. It seems to work fine.

I haven't thoroughly tested this repo, so I'm not sure if it's otherwise ready. My use case is basic.

nixjdm commented 6 years ago

actually it's looking a bit pre-mature, as tests failed Perhaps after that's resolved?

spenczar commented 6 years ago

Right, now that tests are fixed, I'll get to this. Sorry for the sluggishness.

nixjdm commented 6 years ago

Thanks!

spenczar commented 6 years ago

Done: https://pypi.python.org/pypi/lektor-s3/0.5.0

Thanks for bearing with me!