Re: Help needed to get dependencies in EPEL 8 for pagure

2020-03-26 Thread Charalampos Stratakis
- Original Message -
> From: "Neal Gompa" 
> To: "Development discussions related to Fedora" 
> 
> Cc: "Pierre-Yves Chibon" , "Pete Walter" 
> , "Fedora Python SIG"
> 
> Sent: Thursday, March 26, 2020 1:50:30 AM
> Subject: Re: Help needed to get dependencies in EPEL 8 for pagure
> 
> On Sat, Mar 21, 2020 at 3:41 AM Neal Gompa  wrote:
> >
> > On Sat, Feb 22, 2020 at 11:57 PM Neal Gompa  wrote:
> > >
> > > On Sat, Feb 8, 2020 at 9:59 PM Neal Gompa  wrote:
> > > >
> > > > Hey all,
> > > >
> > > > I've been trying to get Pagure into EPEL 8 for a couple of months now
> > > > so that we can upgrade our Pagure instances to RHEL 8[1].
> > > >
> > > > Thankfully, most of Pagure's dependencies *are* now present in EPEL 8,
> > > > so there's only a few that need to be added.
> > > >
> > >
> > > So, an update: after this most recent push, most of Pagure's
> > > dependencies are now in EPEL 8.
> > >
> > > We're still missing celery...
> > >
> >
> > Celery is now in EPEL 8, so we're good here now!
> >
> > >
> > > And we're still missing pygit2...
> > >
> > > > * python-pygit2: pwalter
> > > ...
> > > > A note here: RHEL 8 ships libgit2 0.26.8, so we need pygit2 0.26.x.
> >
> > And now pygit2 is the only remaining missing dependency! We're nearly
> > to the finish line!
> >
> 
> And now it's all done, with Pagure 5.9.0 landing in EPEL 8:
> https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-a504acc25e
> 
> Thanks to everyone who helped make this happen!
> 
> 

Thank you Neal for driving this!

> 
> --
> 真実はいつも一つ!/ Always, there's only one truth!
> ___
> python-devel mailing list -- python-devel@lists.fedoraproject.org
> To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org
> 

-- 
Regards,

Charalampos Stratakis
Software Engineer
Python Maintenance Team, Red Hat
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org


Re: Help needed to get dependencies in EPEL 8 for pagure

2020-03-25 Thread Neal Gompa
On Sat, Mar 21, 2020 at 3:41 AM Neal Gompa  wrote:
>
> On Sat, Feb 22, 2020 at 11:57 PM Neal Gompa  wrote:
> >
> > On Sat, Feb 8, 2020 at 9:59 PM Neal Gompa  wrote:
> > >
> > > Hey all,
> > >
> > > I've been trying to get Pagure into EPEL 8 for a couple of months now
> > > so that we can upgrade our Pagure instances to RHEL 8[1].
> > >
> > > Thankfully, most of Pagure's dependencies *are* now present in EPEL 8,
> > > so there's only a few that need to be added.
> > >
> >
> > So, an update: after this most recent push, most of Pagure's
> > dependencies are now in EPEL 8.
> >
> > We're still missing celery...
> >
>
> Celery is now in EPEL 8, so we're good here now!
>
> >
> > And we're still missing pygit2...
> >
> > > * python-pygit2: pwalter
> > ...
> > > A note here: RHEL 8 ships libgit2 0.26.8, so we need pygit2 0.26.x.
>
> And now pygit2 is the only remaining missing dependency! We're nearly
> to the finish line!
>

And now it's all done, with Pagure 5.9.0 landing in EPEL 8:
https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-a504acc25e

Thanks to everyone who helped make this happen!



-- 
真実はいつも一つ!/ Always, there's only one truth!
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org


Re: Help needed to get dependencies in EPEL 8 for pagure

2020-03-21 Thread Neal Gompa
On Sat, Feb 22, 2020 at 11:57 PM Neal Gompa  wrote:
>
> On Sat, Feb 8, 2020 at 9:59 PM Neal Gompa  wrote:
> >
> > Hey all,
> >
> > I've been trying to get Pagure into EPEL 8 for a couple of months now
> > so that we can upgrade our Pagure instances to RHEL 8[1].
> >
> > Thankfully, most of Pagure's dependencies *are* now present in EPEL 8,
> > so there's only a few that need to be added.
> >
>
> So, an update: after this most recent push, most of Pagure's
> dependencies are now in EPEL 8.
>
> We're still missing celery...
>

Celery is now in EPEL 8, so we're good here now!

>
> And we're still missing pygit2...
>
> > * python-pygit2: pwalter
> ...
> > A note here: RHEL 8 ships libgit2 0.26.8, so we need pygit2 0.26.x.

And now pygit2 is the only remaining missing dependency! We're nearly
to the finish line!



-- 
真実はいつも一つ!/ Always, there's only one truth!
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org


Re: Help needed to get dependencies in EPEL 8 for pagure

2020-02-22 Thread Neal Gompa
On Sat, Feb 8, 2020 at 9:59 PM Neal Gompa  wrote:
>
> Hey all,
>
> I've been trying to get Pagure into EPEL 8 for a couple of months now
> so that we can upgrade our Pagure instances to RHEL 8[1].
>
> Thankfully, most of Pagure's dependencies *are* now present in EPEL 8,
> so there's only a few that need to be added.
>

So, an update: after this most recent push, most of Pagure's
dependencies are now in EPEL 8.

We're still missing celery...

> * python-celery: abompard, mrunge, pingou, ngompa
...
> Celery is in a special position here, because it has a number of
> missing dependencies, too (which is why I haven't branched and built
> it yet):
>
> * python-kombu: mrunge, pingou, fab, pjp, sundaram
> * python-billiard: mrunge, pingou, fab, pjp, sundaram
> * python-amqp: eharney
> * python-vine: mrunge
> * python-case: mrunge

And we're still missing pygit2...

> * python-pygit2: pwalter
...
> A note here: RHEL 8 ships libgit2 0.26.8, so we need pygit2 0.26.x.
> This is already what we ship in the EPEL 7 branch, so that can just be
> branched into a new epel8 branch and built.

We're nearly there, though. Thanks for everyone who has helped so far!



--
真実はいつも一つ!/ Always, there's only one truth!
___
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org