Please publish 0.8 release on pypi
Congrats on the 0.8 release. Sounds like a solid improvement.
Could you please publish the changes on pypi too. The current version on pypi (1.0) is from 29th nov: https://pypi.python.org/pypi/ucl/1.0 @denisvm
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
@duedal, the current author on pypi is @grimreaper, who also created the python bindings. Perhaps he will be able to update it faster there.
Sounds good @denisvm sorry I should have mentioned mr. grimreaper instead.
On a related note, has anyone submitted the 0.8 release to the FreeBSD maintainers?
Seems 0.7.3 is the latest version. http://www.freshports.org/textproc/libucl/ https://svnweb.freebsd.org/ports/head/textproc/libucl/Makefile?view=markup
I just came across this issue while updating the port to 0.8. It will land shortly :)
The port seems to be updated, thank you @koobs!
Sorry about the delay in getting this stuff updated. I'll deal with this now.
(fwiw, I had meant to continue maintaining the bindings but life got in the way)
∴python ./test_uclmodule.py
.............................
----------------------------------------------------------------------
Ran 29 tests in 0.005s
Its safe to upload (I think). Doing so now
hrm. It seems Package Index Owner: zaiste I'm not the original uploader of the package so I can't bump it.
@zaiste could you update the Pypi package or add more maintainers?
@jgelens apologies for delay; yes of course, shall I add you as a maintainer ?
@zaiste feel free to add me as maintainer. Thanks!
@denisvm what's your handle on PyPI ?
@zaiste It's the same as my GitHub's
@denisvm it's added now, please confirm (when I tried before it didn't find your username)
You might wanna update setup.py with Python 2 instead of 3 before uploading a new version to Pypi. It's not Python3 compatible.
"Programming Language :: Python :: 3", -> "Programming Language :: Python :: 2",
@zaiste I've just recreated my handle. I've tried few times with a Google account, but no luck. @jgelens I've just added Python 2 to the list, it also has Python 3 support.
@denisvm it doesn't compile on python3 for me. PyString_AsString for example doesn't exist in Python3
@jgelens Thanks for pointing it out! I've made the necessary changes for Python 3 version. It's available on #142
@duedal You should be good to go with pip now! To keep track with the current release of libucl, I've renamed the version 1.0 to 0.1 and uploaded the 0.8 version there.
@zaiste and @denisvm, if neither of you still has the time to keep this package up to date on PyPI, I don't mind stepping up to be an additional package maintainer.
Hello, @techdragon. Feel free to contribute as an additional package maintainer :) But what you mean by keep this package up to date? Would you like a HEAD version of it available in PyPI? Because the latest tagged version, 0.8, is available at PyPI already.
@denisvm and @zaiste are you guys still looking for help maintaining the python package?