potiuk commented on pull request #8898:
URL: https://github.com/apache/airflow/pull/8898#issuecomment-630361086
* Wheels are now only -py3 python type
* We have now two options:
```
--version-suffix-for-svn flag to generate rc candidate packages to
upload to SVN or
--version-suffix-for-pypi flag to generate rc candidates for PyPI
packages.
```
* Names of the commands were unified:
```
prepare-backport-readme Prepares backport packages
readme files
prepare-backport-packages Prepares backport packages
```
* Added explicit information about Python 3.6+ in the README
* The `cncf.kubernetes` package is excluded (I added generic mechanism to
exclude packages)
* Additional info in Google package about excluding BigQuery classes (I
added a generic
mechanism to add additional informatio to generated README.md - separate
per provider).
* Package description does not have double-backports in one line:
`Back-ported {package_prefix}.* package for Airflow 1.10.*`
* Updated BACKPORT_PACKAGES.md with clearer instructions about SVN/PyPI
packages, additional explanation about removing leading 0s from months/days
Please take a look - once merged, I can release rc2 :)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]