Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only print rich dep list when required to. (#982)

2020-01-03 Thread Miro Hrončok
Given `pip~=19.3`, this would generate: ``` python3.8dist(pip) >= 19.3 with python3.8dist(pip) < 20 ``` However, https://github.com/rpm-software-management/rpm/pull/996 fixes that. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on Gi

Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only print rich dep list when required to. (#982)

2019-12-20 Thread Gordon Messmer
@ignatenkobrain I started a repo to flesh out some of the requirement conversions from python dist tools to rpm. It doesn't mangle versions right now, but maybe you could open an issue there and describe what should happen? https://github.com/gordonmessmer/pyreq2rpm/ -- You are receiving this

Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only print rich dep list when required to. (#982)

2019-12-20 Thread Igor Gnatenko
Merged #982 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/982#event-2901943796___ Rpm-maint mailing list Rpm-maint

Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only print rich dep list when required to. (#982)

2019-12-20 Thread Gordon Messmer
@Conan-Kudo Seems only right that I fix what I broke. :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/982#issuecomment-568074755_

Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only print rich dep list when required to. (#982)

2019-12-20 Thread ニール・ゴンパ
@gordonmessmer You beat me to it. Thanks for this! 👍 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/982#issuecomment-568071421_

Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only print rich dep list when required to. (#982)

2019-12-20 Thread ニール・ゴンパ
Conan-Kudo approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/982#pullrequestreview-335495931___ Rpm

Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only print rich dep list when required to. (#982)

2019-12-20 Thread Igor Gnatenko
> python3.7dist(molecule) == 3.0a5.dev15+gec8c85e9.d20191124 It would be very cool if we could actually mangle this to a proper RPM notation, but this is definitely outside of the scope of this PR. -- You are receiving this because you are subscribed to this thread. Reply to this email directly

Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only print rich dep list when required to. (#982)

2019-12-20 Thread Gordon Messmer
@gordonmessmer pushed 1 commit. d8d1da567caeb7ff7e1f90a2a80beba21aa2d996 scripts/pythondistdeps: Only print rich dep list when required to. -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/rpm-software-management/rpm/pull/982/files/1c5

Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only print rich dep list when required to. (#982)

2019-12-20 Thread Gordon Messmer
gordonmessmer commented on this pull request. > @@ -269,7 +269,10 @@ spec_list.append('{n} >= {v} with {n} < {vnext}'.format(n=name, v=spec[1], vnext=next_ver)) else: spec_list.append('{} {} {}'.format(name, spec[0], spec[1])) -print('(%s)'

Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only print rich dep list when required to. (#982)

2019-12-20 Thread Gordon Messmer
``` [gordon@vagabond:~/git/rpm]$ find /home/gordon/git/molecule-root/ | python3 ~/git/rpm/scripts/pythondistdeps.py -R python(abi) == 3.7 python3.7dist(ansible) >= 2.5 (python3.7dist(ansible-lint) >= 4.1.1a2 with python3.7dist(ansible-lint) < 5) python3.7dist(cerberus) >= 1.3.1 python3.7dist(click

Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only print rich dep list when required to. (#982)

2019-12-20 Thread Igor Gnatenko
ignatenkobrain commented on this pull request. > @@ -269,7 +269,10 @@ spec_list.append('{n} >= {v} with {n} < {vnext}'.format(n=name, v=spec[1], vnext=next_ver)) else: spec_list.append('{} {} {}'.format(name, spec[0], spec[1])) -print('(%s)

Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only print rich dep list when required to. (#982)

2019-12-20 Thread Gordon Messmer
This should resolve #981 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/982#issuecomment-568068686___ Rpm-maint mailing list Rp

[Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only print rich dep list when required to. (#982)

2019-12-20 Thread Gordon Messmer
You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/982 -- Commit Summary -- * scripts/pythondistdeps: Only print rich dep list when required to. -- File Changes -- M scripts/pythondistdeps.py (5) -- Patch Links -- http