[issue30924] RPM build doc_files needs files separated into separate lines

2021-08-21 Thread hai shi
hai shi added the comment: > Should this be closed? Copy from PEP-632: In Python 3.10 and 3.11, distutils will be formally marked as deprecated. All known issues will be closed at this time. I close this bpo. If there have some block issues to discuss, we can reopen it again:) --

[issue30924] RPM build doc_files needs files separated into separate lines

2021-08-17 Thread Ryan Mast
Ryan Mast added the comment: Should this be closed? It looks like the PR is only changing a file in distutils, and according to https://bugs.python.org/issue30925#msg386350 distutils is deprecated and only release blocking issues will be considered. -- nosy: +rmast _

[issue30924] RPM build doc_files needs files separated into separate lines

2017-07-13 Thread Nick Coghlan
Changes by Nick Coghlan : -- nosy: +kushal.das, ncoghlan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue30924] RPM build doc_files needs files separated into separate lines

2017-07-13 Thread John 'Warthog9' Hawley
Changes by John 'Warthog9' Hawley : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue30924] RPM build doc_files needs files separated into separate lines

2017-07-13 Thread John 'Warthog9' Hawley
New submission from John 'Warthog9' Hawley: doc-files should break files up into multiple lines, as per RPM expectation when using %doc section of the RPM spec, it expects multiple files to be listed each on their own line. Currently what gets passed in is: %doc file1 file2 file3 which throws