On 8/23/23 16:28, Robin Jarry wrote:
> v2:
> 
> * Keep code in the python dir but rename it so that it does not clash
>   with `python -m build`.
> * Remove duplication in makefiles.
> 
> Robin Jarry (3):
>   python: Rename build related code to ovs_build_helpers.
>   python: Use twine to upload sdist package to pypi.org.
>   python: Use build to generate PEP517 compatible archives.
> 
>  Makefile.am                                   |  2 +-
>  build-aux/extract-ofp-fields                  | 12 ++++-----
>  build-aux/gen_ofp_field_decoders              |  4 +--
>  build-aux/sodepends.py                        |  3 ++-
>  build-aux/soexpand.py                         |  3 ++-
>  build-aux/xml2nroff                           | 10 ++++----
>  ovsdb/ovsdb-doc                               |  2 +-
>  python/automake.mk                            | 25 +++++++++++--------
>  .../{build => ovs_build_helpers}/__init__.py  |  0
>  .../extract_ofp_fields.py                     |  0
>  python/{build => ovs_build_helpers}/nroff.py  |  0
>  python/{build => ovs_build_helpers}/soutil.py |  0
>  12 files changed, 33 insertions(+), 28 deletions(-)
>  rename python/{build => ovs_build_helpers}/__init__.py (100%)
>  rename python/{build => ovs_build_helpers}/extract_ofp_fields.py (100%)
>  rename python/{build => ovs_build_helpers}/nroff.py (100%)
>  rename python/{build => ovs_build_helpers}/soutil.py (100%)
> 

Thanks, Robin!  Applied.

Also backported down to 2.17, since we may need to release
python packages on older branches as well.

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to