libucl icon indicating copy to clipboard operation
libucl copied to clipboard

Please publish 0.8 release on pypi

Open cypres opened this issue 8 years ago • 21 comments

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.

cypres avatar Mar 03 '16 11:03 cypres

@duedal, the current author on pypi is @grimreaper, who also created the python bindings. Perhaps he will be able to update it faster there.

denisvm avatar Mar 03 '16 12:03 denisvm

Sounds good @denisvm sorry I should have mentioned mr. grimreaper instead.

cypres avatar Mar 03 '16 13:03 cypres

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

cypres avatar Mar 03 '16 18:03 cypres

I just came across this issue while updating the port to 0.8. It will land shortly :)

koobs avatar Mar 04 '16 07:03 koobs

The port seems to be updated, thank you @koobs!

vstakhov avatar Mar 04 '16 15:03 vstakhov

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

grimreaper avatar Mar 17 '16 06:03 grimreaper

hrm. It seems Package Index Owner: zaiste I'm not the original uploader of the package so I can't bump it.

grimreaper avatar Mar 17 '16 06:03 grimreaper

@zaiste could you update the Pypi package or add more maintainers?

jgelens avatar May 24 '16 20:05 jgelens

@jgelens apologies for delay; yes of course, shall I add you as a maintainer ?

zaiste avatar Jun 09 '16 13:06 zaiste

@zaiste feel free to add me as maintainer. Thanks!

denisvm avatar Jun 14 '16 15:06 denisvm

@denisvm what's your handle on PyPI ?

zaiste avatar Jun 24 '16 19:06 zaiste

@zaiste It's the same as my GitHub's

denisvm avatar Jun 24 '16 19:06 denisvm

@denisvm it's added now, please confirm (when I tried before it didn't find your username)

zaiste avatar Jun 24 '16 19:06 zaiste

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",

jgelens avatar Jun 24 '16 19:06 jgelens

@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 avatar Jun 24 '16 19:06 denisvm

@denisvm it doesn't compile on python3 for me. PyString_AsString for example doesn't exist in Python3

jgelens avatar Jun 24 '16 19:06 jgelens

@jgelens Thanks for pointing it out! I've made the necessary changes for Python 3 version. It's available on #142

denisvm avatar Jun 24 '16 23:06 denisvm

@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.

denisvm avatar Jun 25 '16 00:06 denisvm

@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.

techdragon avatar Jul 12 '17 09:07 techdragon

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 avatar Jul 12 '17 14:07 denisvm

@denisvm and @zaiste are you guys still looking for help maintaining the python package?

techdragon avatar Jul 30 '19 05:07 techdragon