Please make a python-glib release - is there a hold up?

2016-12-29 Thread Barry Scott
It has been a while since my patches where accepted, but there is no PyPi release with the changes yet. Is there some process that I need to follow to get a python-glib release made? Barry ___ Mercurial-devel mailing list

Re: hglib uses distutils that is being deprecated

2016-11-07 Thread Barry Scott
On Monday, 7 November 2016 15:28:33 GMT Pierre-Yves David wrote: > On 11/07/2016 03:23 PM, Barry Scott wrote: > > So that I could use the recents improvements to python-hglib I built a > > wheel. > > > > I needed to patch setup.py to do this /distutils/setuputils/

hglib uses distutils that is being deprecated

2016-11-07 Thread Barry Scott
So that I could use the recents improvements to python-hglib I built a wheel. I needed to patch setup.py to do this /distutils/setuputils/ so that I could create the wheel with python3 setup.py sdist bdist_wheel Then when I installed my wheel I go this: $ pip3.5 install --upgrade

Re: [PATCH python-hglib v2] Add feature to allow hglib user to get call backs for prompts, output

2016-10-24 Thread Barry Scott
FYI: My code that uses this patch is in SCM Workbench. Here is the code I use for init() and clone(): https://github.com/barry-scott/scm-workbench/blob/master/Source/Hg/ wb_hg_project.py#L65 Here is the object that handles the call back interface and map into my GUI's world: https

Re: [PATCH python-hglib v2] Add feature to allow hglib user to get call backs for prompts, output

2016-10-24 Thread Barry Scott
On Monday, 24 October 2016 22:30:08 BST Yuya Nishihara wrote: > On Mon, 24 Oct 2016 11:04:39 +0100, Barry Scott wrote: > > > So this patch contains 3 different things. Can you send them as separate > > > patches? > > > > > > - add callbacks > > &

Re: [PATCH python-hglib] Add the abilty to trace the protocol between the client and server

2016-10-18 Thread Barry Scott
> On 16 Oct 2016, at 15:50, Yuya Nishihara wrote: > > On Thu, 06 Oct 2016 18:04:47 +0100, Barry A. Scott wrote: >> # HG changeset patch >> # User Barry A. Scott >> # Date 1475770955 -3600 >> # Thu Oct 06 17:22:35 2016 +0100 >> # Branch

Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-18 Thread Barry Scott
> On 16 Oct 2016, at 15:36, Yuya Nishihara wrote: > > On Thu, 06 Oct 2016 17:52:38 +0100, Barry A. Scott wrote: >> # HG changeset patch >> # User Barry A. Scott >> # Date 1475772736 -3600 >> # Thu Oct 06 17:52:16 2016 +0100 >> # Branch

Re: [PATCH python-hglib] Add feature to allow hglib user to get call backs for prompts and output

2016-10-07 Thread Barry Scott
On Thursday, 6 October 2016 15:03:32 BST timeless wrote: > On Thu, Oct 6, 2016 at 12:52 PM, Barry A. Scott wrote: > > Both pull() and push() have had three new, optiomal, aguments added them. > > optional ; arguments I'll fix the commit message once I have any more