Re: Guidance for a python package update

2023-05-30 Thread Troy Curtis Jr
On Tue, May 30, 2023, 3:13 AM Miro Hrončok wrote: > Hi Troy. > > On 29. 05. 23 18:01, Troy Curtis Jr wrote: > > I'm currently working on the update for python-Levenshtein [1] and I > have a > > question about the best way to proceed. > > > > In the interv

Guidance for a python package update

2023-05-29 Thread Troy Curtis Jr
I'm currently working on the update for python-Levenshtein [1] and I have a question about the best way to proceed. In the intervening time since the last release we have packaged, a new maintainer has taken over maintenance, and built the updates around a stack of other packages (rapidfuzz-cpp, p

Re: Why are we shipping debug builds of pythons?

2018-08-04 Thread Troy Curtis Jr
On Sat, Aug 4, 2018 at 5:16 PM Miro Hrončok wrote: > Hi, > > an interesting discussion came up in the Python Maint team recently, > about not shipping python3-debug and python2-debug. > > On the Chesterton's fence principle [0], I'd would like to know why are > we building and shipping them befor

Re: portingdb

2017-12-24 Thread Troy Curtis Jr
a > > > On 10/06/2017 10:11 AM, Charalampos Stratakis wrote: > > Hello Troy, > > We've been having some issues with the domain, hopefully it will be sorted > out in the following days. > > Regards, > > Charalampos Stratakis > Software Engineer > Python Mainten

Re: Parselmouth Badge

2017-11-06 Thread Troy Curtis Jr
On Mon, Nov 6, 2017, 5:02 AM Petr Viktorin wrote: > On 11/05/2017 08:39 PM, Troy Curtis Jr wrote: > > So, do upstream contributions count toward Parselmouth badges? ;) > > I'm afraid the way they're set up now, they're just for the Fedora > packages – mainly beca

Parselmouth Badge

2017-11-05 Thread Troy Curtis Jr
So, do upstream contributions count toward Parselmouth badges? ;) cinnamon-desktop https://github.com/linuxmint/cinnamon-desktop/pull/97 https://github.com/linuxmint/cinnamon-desktop/commit/378a28abae99fe4547f140b3f9a72ad51f999210 https://koji.fedoraproject.org/koji/buildinfo?buildID=991714 http:/

Extension Build Question/Recommendation

2017-10-21 Thread Troy Curtis Jr
I'd like to know what everyone's take on the best way to build python extensions for both python2 and python3 when the upstream build system can only build for one at time. The path I took for the gpsd update I submitted was to use two independent source trees, then build one for python2 and anoth

portingdb

2017-10-05 Thread Troy Curtis Jr
What is the story with the python3 portingdb instance ( http://fedora.portingdb.xyz/)? It's been down for quite a while now. Troy ___ python-devel mailing list -- python-devel@lists.fedoraproject.org To unsubscribe send an email to python-devel-le...@li

Re: Python 3 porting Bugzilla guidance

2017-09-27 Thread Troy Curtis Jr
On Mon, Sep 18, 2017 at 7:01 AM Petr Viktorin wrote: > It's only automatic for Bugzilla. If upstream is not using the Fedora/RH > bugzilla (which it shouldn't, really), a URL for the upstream discussion > needs to be added manually. And of course you can open a portingdb > ticket for that. > > >

Re: Python 3 porting Bugzilla guidance

2017-09-17 Thread Troy Curtis Jr
gt; From: "Iryna Shcherbina" >> To: python-devel@lists.fedoraproject.org >> Sent: Tuesday, September 12, 2017 11:08:31 AM >> Subject: Re: Python 3 porting Bugzilla guidance >> >> Hi Troy, >> >> On 09/12/2017 02:36 AM, Troy Curtis Jr wrote: >> >

Re: Python 3 porting Bugzilla guidance

2017-09-16 Thread Troy Curtis Jr
cgi?id=1492382 -- Troy - Original Message - > From: "Iryna Shcherbina" > To: python-devel@lists.fedoraproject.org > Sent: Tuesday, September 12, 2017 11:08:31 AM > Subject: Re: Python 3 porting Bugzilla guidance > > Hi Troy, > > On 09/12/2017 02:36 AM, Tro

Python 3 porting Bugzilla guidance

2017-09-11 Thread Troy Curtis Jr
Do I surmise correctly that Bugzilla tickets are only to be created if there is a packaging issue preventing python3 "compliance", and not if upstream needs to be updated first to support? If so, is there a different resource that is used to track any research done into upstream that identified th

Re: Package submission question

2017-09-06 Thread Troy Curtis Jr
On Wed, Sep 6, 2017, 4:49 AM Miro Hrončok wrote: > > > On 6.9.2017 05:28, Troy Curtis Jr wrote: > > > > >> > On 09/04/2017 06:21 AM, Troy Curtis Jr wrote: > > >> > > I have a version

Re: Package submission question

2017-09-05 Thread Troy Curtis Jr
> >> > On 09/04/2017 06:21 AM, Troy Curtis Jr wrote: >> >> > > I have a version of the gpsd package which I believe >> >> addresses this >> >> > > ticket >> >> https://bugzilla.redhat.com/s

Re: Package submission question

2017-09-04 Thread Troy Curtis Jr
On Mon, Sep 4, 2017 at 9:27 AM Petr Viktorin wrote: > On 09/04/2017 03:37 PM, Miro Hrončok wrote: > > > > > > On 4.9.2017 15:34, Troy Curtis Jr wrote: > >> On Mon, Sep 4, 2017 at 7:52 AM Miro Hrončok >> <mailto:mhron...@redhat.com>> wrote: > >

Re: Package submission question

2017-09-04 Thread Troy Curtis Jr
On Mon, Sep 4, 2017 at 7:52 AM Miro Hrončok wrote: > > > On 4.9.2017 14:49, Troy Curtis Jr wrote: > > > > > > On Mon, Sep 4, 2017 at 3:54 AM Petr Viktorin > <mailto:pvikt...@redhat.com>> wrote: > > > > On 09/04/2017 06:21 AM, Troy Curti

Re: Package submission question

2017-09-04 Thread Troy Curtis Jr
On Mon, Sep 4, 2017 at 3:54 AM Petr Viktorin wrote: > On 09/04/2017 06:21 AM, Troy Curtis Jr wrote: > > I have a version of the gpsd package which I believe addresses this > > ticket https://bugzilla.redhat.com/show_bug.cgi?id=1390812. I've been > > looking around abo

Package submission question

2017-09-03 Thread Troy Curtis Jr
I have a version of the gpsd package which I believe addresses this ticket https://bugzilla.redhat.com/show_bug.cgi?id=1390812. I've been looking around about the right way to submit. I thought it would be by using a pull request from within the pagure instance at src.fedoraproject.org. However,

Re: Question about working with upstream vs patches

2017-09-02 Thread Troy Curtis Jr
On Sat, Sep 2, 2017 at 7:40 AM Miro Hrončok wrote: > On 2.9.2017 05:53, Troy Curtis Jr wrote: > > Howdy, > > Hi Troy, > > > I'd like to help work toward the Fedora move toward Python 3. There is > > lots of good information out there about much of the process,

Question about working with upstream vs patches

2017-09-01 Thread Troy Curtis Jr
Howdy, I'd like to help work toward the Fedora move toward Python 3. There is lots of good information out there about much of the process, but I did have a few questions about how you like to do things, and the proper work-flow. If I start working on a particular package, should I mention as su