Re: [Rpm-maint] [rpm-software-management/rpm] pythondistdeps.py: use rich deps for semantically versioned dependencies (#612)

2020-03-20 Thread Florian Festi
Looks like this is fixed in #951 Please re-open if there are still issues left. -- 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/issues/612#issuecomment-601691510

Re: [Rpm-maint] [rpm-software-management/rpm] pythondistdeps.py: use rich deps for semantically versioned dependencies (#612)

2020-03-20 Thread Florian Festi
Closed #612. -- 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/issues/612#event-3149251820___ Rpm-maint mailing list Rpm-maint@lists.rpm

[Rpm-maint] [rpm-software-management/rpm] pythondistdeps.py: use rich deps for semantically versioned dependencies (#612)

2018-12-17 Thread Fabio Valentini
While setuptools doesn't support range-versioned dependencies (something like `^2.0`), they can be expressed by using something like `'requests>=2.18,<3.0'`. Currently, this is parsed into two separate dependencies, like `requests >= 2.18` and `requests < 3.0`, where a rich dependency should be