rpm-software-management / python-rpm-packaging

Tools for packaging Python projects with rpm
Other
3 stars 6 forks source link

scripts/pythondistdeps: Implement provides/requires for extras packages #7

Closed torsava closed 3 years ago

torsava commented 3 years ago

This is a re-opened PR: https://github.com/rpm-software-management/rpm/pull/1546

It contains the additional mentioned commit: https://src.fedoraproject.org/rpms/python-rpm-generators/pull-request/35

It also adds tests for all of the changes and some tests on top of that.

torsava commented 3 years ago

Let's unify the commit messages a bit wrt their prefix. I'd also recommend gitignoring __pycache__/ generally.

Done and done.