Re: Should python3dist(...) provides generator fail when the version is = 0?

2022-02-07 Thread José Abílio Matos
On Monday, 7 February 2022 13.58.24 WET Charalampos Stratakis wrote: > Makes a lot of sense to error out the build in this case. I agree. I can not imagine a case where this makes sense, or if I ever found an example where that was ever the case... -- José Abílio

Re: Should python3dist(...) provides generator fail when the version is = 0?

2022-02-07 Thread Charalampos Stratakis
On Sat, Jan 29, 2022 at 10:12 PM Miro Hrončok wrote: > Hello Pythonistas, > > today, I've looked up packages in rawhide providing python3dist(...) = 0 > and I > opened bugzillas for them: > > https://bugzilla.redhat.com/showdependencytree.cgi?id=python3dist0 > > While version 0 (or equal

Re: Should python3dist(...) provides generator fail when the version is = 0?

2022-01-31 Thread Petr Viktorin
On 29. 01. 22 22:11, Miro Hrončok wrote: Hello Pythonistas, today, I've looked up packages in rawhide providing python3dist(...) = 0 and I opened bugzillas for them: https://bugzilla.redhat.com/showdependencytree.cgi?id=python3dist0 While version 0 (or equal versions like 0.0 or 0.0.0) is

Should python3dist(...) provides generator fail when the version is = 0?

2022-01-29 Thread Miro Hrončok
Hello Pythonistas, today, I've looked up packages in rawhide providing python3dist(...) = 0 and I opened bugzillas for them: https://bugzilla.redhat.com/showdependencytree.cgi?id=python3dist0 While version 0 (or equal versions like 0.0 or 0.0.0) is probably technically valid, it most

Re: python3dist provides

2020-04-20 Thread Miro Hrončok
On 19. 04. 20 18:01, Jerry James wrote: On Sun, Apr 19, 2020 at 10:00 AM Miro Hrončok wrote: On 19. 04. 20 17:49, Miro Hrončok wrote: On 19. 04. 20 17:09, Miro Hrončok wrote: I'll send a PR shortly. Finishing the commit message...

Re: python3dist provides

2020-04-19 Thread Jerry James
On Sun, Apr 19, 2020 at 10:00 AM Miro Hrončok wrote: > On 19. 04. 20 17:49, Miro Hrončok wrote: > > On 19. 04. 20 17:09, Miro Hrončok wrote: > >> I'll send a PR shortly. > > Finishing the commit message... > > https://src.fedoraproject.org/rpms/python-nb2plots/pull-request/2 Thank you! -- Jerry

Re: python3dist provides

2020-04-19 Thread Miro Hrončok
On 19. 04. 20 17:49, Miro Hrončok wrote: On 19. 04. 20 17:09, Miro Hrončok wrote: Anyway, now that I know what the immediate problem is, I'll try to work around it.  Regards, I'll send a PR shortly. Finishing the commit message...

Re: python3dist provides

2020-04-19 Thread Miro Hrončok
On 19. 04. 20 17:49, Miro Hrončok wrote: On 19. 04. 20 17:09, Miro Hrončok wrote: Anyway, now that I know what the immediate problem is, I'll try to work around it.  Regards, I'll send a PR shortly. Finishing the commit message...

Re: python3dist provides

2020-04-19 Thread Miro Hrončok
On 19. 04. 20 17:09, Miro Hrončok wrote: Anyway, now that I know what the immediate problem is, I'll try to work around it.  Regards, In this particular case the version is trying to be read from git, I recommend using %autosetup -S git and creating a %{version} tag in %prep. I'll send a PR 

Re: python3dist provides

2020-04-19 Thread Miro Hrončok
On 19. 04. 20 17:09, Miro Hrončok wrote: Anyway, now that I know what the immediate problem is, I'll try to work around it.  Regards, In this particular case the version is trying to be read from git, I recommend using %autosetup -S git and creating a %{version} tag in %prep. I'll send a PR 

Re: python3dist provides

2020-04-19 Thread Miro Hrončok
On 19. 04. 20 16:39, Jerry James wrote: On Sun, Apr 19, 2020 at 2:11 AM Miro Hrončok wrote: Correction, this is valid: https://www.python.org/dev/peps/pep-0440/#local-version-identifiers But in this package case, we don't want version 0, so valid, but wrong. Followup on the generator

Re: python3dist provides

2020-04-19 Thread Miro Hrončok
On 19. 04. 20 16:39, Jerry James wrote: On Sun, Apr 19, 2020 at 2:11 AM Miro Hrončok wrote: Correction, this is valid: https://www.python.org/dev/peps/pep-0440/#local-version-identifiers But in this package case, we don't want version 0, so valid, but wrong. Followup on the generator

Re: python3dist provides

2020-04-19 Thread Jerry James
On Sun, Apr 19, 2020 at 2:11 AM Miro Hrončok wrote: > Correction, this is valid: > > https://www.python.org/dev/peps/pep-0440/#local-version-identifiers > > But in this package case, we don't want version 0, so valid, but wrong. > > > Followup on the generator problem: > >

Re: python3dist provides

2020-04-19 Thread Miro Hrončok
On 19. 04. 20 10:05, Miro Hrončok wrote: On 19. 04. 20 9:51, Miro Hrončok wrote: On 19. 04. 20 2:16, Jerry James wrote: What generates the python3dist(module) provides?  I ask because I did a build of python-nb2plots today for which those provides were not generated:

Re: python3dist provides

2020-04-19 Thread Miro Hrončok
On 19. 04. 20 10:05, Miro Hrončok wrote: On 19. 04. 20 9:51, Miro Hrončok wrote: On 19. 04. 20 2:16, Jerry James wrote: What generates the python3dist(module) provides?  I ask because I did a build of python-nb2plots today for which those provides were not generated:

Re: python3dist provides

2020-04-19 Thread Miro Hrončok
On 19. 04. 20 9:51, Miro Hrončok wrote: On 19. 04. 20 2:16, Jerry James wrote: What generates the python3dist(module) provides?  I ask because I did a build of python-nb2plots today for which those provides were not generated: https://koji.fedoraproject.org/koji/buildinfo?buildID=1495361 even

Re: python3dist provides

2020-04-19 Thread Miro Hrončok
On 19. 04. 20 9:51, Miro Hrončok wrote: On 19. 04. 20 2:16, Jerry James wrote: What generates the python3dist(module) provides?  I ask because I did a build of python-nb2plots today for which those provides were not generated: https://koji.fedoraproject.org/koji/buildinfo?buildID=1495361 even

Re: python3dist provides

2020-04-19 Thread Miro Hrončok
On 19. 04. 20 2:16, Jerry James wrote: What generates the python3dist(module) provides? I ask because I did a build of python-nb2plots today for which those provides were not generated: https://koji.fedoraproject.org/koji/buildinfo?buildID=1495361 even though they were for the previous build:

python3dist provides

2020-04-18 Thread Jerry James
What generates the python3dist(module) provides? I ask because I did a build of python-nb2plots today for which those provides were not generated: https://koji.fedoraproject.org/koji/buildinfo?buildID=1495361 even though they were for the previous build: