Re: [Rpm-maint] [rpm-software-management/rpm] Fix pythondistdeps.py --provides for Python wheels (#154)

2017-02-15 Thread torsava
Thank *you!* -- 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/154#issuecomment-280033726___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Fix pythondistdeps.py --provides for Python wheels (#154)

2017-02-15 Thread Florian Festi
Merged #154. -- 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/154#event-963210836___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Fix pythondistdeps.py --provides for Python wheels (#154)

2017-02-15 Thread torsava
torsava commented on this pull request. > if not dist.py_version: -warn("Version for {!r} has not been found".format(dist), RuntimeWarning) -continue +# Try to parse the Python version from the path the metadata +# resides at (e.g.

Re: [Rpm-maint] [rpm-software-management/rpm] Fix pythondistdeps.py --provides for Python wheels (#154)

2017-02-15 Thread Florian Festi
ffesti commented on this pull request. > if not dist.py_version: -warn("Version for {!r} has not been found".format(dist), RuntimeWarning) -continue +# Try to parse the Python version from the path the metadata +# resides at (e.g.

Re: [Rpm-maint] [rpm-software-management/rpm] Fix pythondistdeps.py --provides for Python wheels (#154)

2017-02-15 Thread torsava
I've changed it to `\d+\.\d` so we don't get a Python Y2K equivalent. :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Fix pythondistdeps.py --provides for Python wheels (#154)

2017-02-15 Thread torsava
torsava commented on this pull request. > if not dist.py_version: -warn("Version for {!r} has not been found".format(dist), RuntimeWarning) -continue +# Try to parse the Python version from the path the metadata +# resides at (e.g.

Re: [Rpm-maint] [rpm-software-management/rpm] Fix pythondistdeps.py --provides for Python wheels (#154)

2017-02-15 Thread Florian Festi
ffesti requested changes on this pull request. Other than the bit sloppy RE this looks good. > if not dist.py_version: -warn("Version for {!r} has not been found".format(dist), RuntimeWarning) -continue +# Try to parse the Python version from the

Re: [Rpm-maint] [rpm-software-management/rpm] Fix pythondistdeps.py --provides for Python wheels (#154)

2017-02-14 Thread ニール・ゴンパ
@ffesti Could you please merge 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/154#issuecomment-279715293___ Rpm-maint

Re: [Rpm-maint] [rpm-software-management/rpm] Fix pythondistdeps.py --provides for Python wheels (#154)

2017-02-14 Thread Igor Gnatenko
ignatenkobrain approved this pull request. LGTM, @Conan-Kudo thoughts? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: