Re: [ovs-dev] [PATCH v2 0/3] Python ovsdb bindings distribution improvements

2023-08-25 Thread Ilya Maximets
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
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH v2 0/3] Python ovsdb bindings distribution improvements

2023-08-23 Thread Robin Jarry
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%)

-- 
2.41.0

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev