[Cython] Fwd: Re: Version of Cython packages in Ubuntu PPA
[forwarding] Original-Message Subject: Re: Version of Cython packages in Ubuntu PPA Date: Fri, 26 Apr 2013 07:24:48 + From: Thomas Pietrowski Hey Stefan, I wished it would work. Talked about that with the maintainers of the launchpad.net site. There is a option using tags as version number, but as we are importing code from github this feature does not work :-( So as the version changes it needs to be changed in the recipes: https://code.launchpad.net/~thopiekar/+recipe/cython-py2+3-daily https://code.launchpad.net/~thopiekar/+recipe/cython-py2-daily You can also use the packaging files for doing that, but I decided to overwrite it in the recipes, which might me easier and faster for you changing it online. Fell free to ask me, if any questions are still left :-) Regards, Thomas Am 26.04.2013 08:34 schrieb Stefan Behnel: > Hi, > > the packages in the Ubuntu PPA still have 0.18.0 in their name, although > they actually build the current master, which is at 0.19. > > Is there a way to adapt that automatically? > > Stefan > ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel
Re: [Cython] Autodoc improvements (#216)
On Tue, 23 Apr 2013 10:19:15 +0600, Robert Bradshaw wrote: Jumping into this thread late, improvements (1) and (3) certainly seem beneficial. As far as documenting "attributes," I can't see much of a use, but the downsides seem are low enough (accidentally assigning a stray string to the previously declared attribute) and the implementation non-invasive enough that I'm +0.5 for this change. It doesn't introduce new syntax or behavior, just additional semantic meaning for those (otherwise unlikely to occur) strings and sure beats writing them out as properties (though the fact that cdef attributes are properties should be considered more of an implementation detail IMHO). I've just found a 4 year old ticket requesting the same feature (2): http://trac.cython.org/cython_trac/ticket/206 Best regards, Nikita Nemkin ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel
[Cython] A little bugtracker cleanup
Hi, While browsing Cython's bugtracker I've found a few issues that should be closed as fixed: http://trac.cython.org/cython_trac/ticket/42 http://trac.cython.org/cython_trac/ticket/94 http://trac.cython.org/cython_trac/ticket/113 http://trac.cython.org/cython_trac/ticket/246 http://trac.cython.org/cython_trac/ticket/358 Best regards, Nikita Nemkin ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel
Re: [Cython] A little bugtracker cleanup
Thanks. I closed some of these, for the rest I'd like to verify we at least have a regression test. On Fri, Apr 26, 2013 at 8:53 AM, Nikita Nemkin wrote: > Hi, > > While browsing Cython's bugtracker I've found a few > issues that should be closed as fixed: > > http://trac.cython.org/cython_trac/ticket/42 > http://trac.cython.org/cython_trac/ticket/94 > http://trac.cython.org/cython_trac/ticket/113 > http://trac.cython.org/cython_trac/ticket/246 > http://trac.cython.org/cython_trac/ticket/358 > > > Best regards, > Nikita Nemkin > ___ > cython-devel mailing list > cython-devel@python.org > http://mail.python.org/mailman/listinfo/cython-devel ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel
Re: [Cython] A little bugtracker cleanup
On Sat, 27 Apr 2013 04:07:35 +0600, Robert Bradshaw wrote: Thanks. I closed some of these, for the rest I'd like to verify we at least have a regression test. http://trac.cython.org/cython_trac/ticket/42 is about const support. I'm not sure it's necessary to test it separately, but here is the test anyway https://github.com/cython/cython/pull/219 http://trac.cython.org/cython_trac/ticket/113 was fixed here https://github.com/cython/cython/pull/200, tests included. Best regards, Nikita Nemkin ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel