potiuk opened a new issue, #311: URL: https://github.com/apache/tooling-trusted-releases/issues/311
We have quite a few errors in our recent providers release - for example: https://release-test.apache.org/report/airflow-providers/2025-11-14/apache_airflow_providers_apache_hdfs-4.10.5.tar.gz They are coming from RAT check, however the package here is **not** source package - this is an `sdist` package that is going to be published in PyPI. Since this is a convenience package (prepared from sources of course) - it can contain certain non-licenced/generated files, that are "OK" to have in the package - and there is no requirement that "convenience package" should only contain files with licence (providing it is fully generated from the existing sources that pass RAT check) In our case - that's the case. We do not - currently - include .rat-excludes in the .sdist packages - we could, but I think there is no point and RAT check should only be run on "-source.tar.gz" WDYT? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
