[Rpm-maint] [rpm-software-management/rpm] Fix compatible-release, versions with dot-star, semantically versioned deps, and python version (#951)

2019-11-24 Thread Gordon Messmer
This branch was intended to address issue #881 but I also handled #612 and some other fixes. Please let me know if you'd prefer these commits in individual PRs. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/951 -- Commit S

Re: [Rpm-maint] [rpm-software-management/rpm] Fix compatible-release, versions with dot-star, semantically versioned deps, and python version (#951)

2019-11-24 Thread ニール・ゴンパ
Conan-Kudo requested changes on this pull request. > @@ -16,6 +16,7 @@ from sys import argv, stdin, version from distutils.sysconfig import get_python_lib from warnings import warn +from pkg_resources import parse_version Please do not do this import at the top of the file. It massively slow

Re: [Rpm-maint] [rpm-software-management/rpm] Fix compatible-release, versions with dot-star, semantically versioned deps, and python version (#951)

2019-11-24 Thread Gordon Messmer
@gordonmessmer pushed 1 commit. 9f69722fa70c6a06bb15a090abfc89dba2d63e68 Import parse_version with other pkg_resources imports. -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/rpm-software-management/rpm/pull/951/files/c89c68a9eecc17d

Re: [Rpm-maint] [rpm-software-management/rpm] Add popt to Requires. (#940)

2019-11-24 Thread Panu Matilainen
Yes, the version is not a problem in itself, 1.16 is pretty long in the tooth already, it's just that I can't bring myself to justify bumping that requirement for nothing. So I think this goes on hold until there's some more concrete reason for bumping the requirement, such as using a new API fr