Skip to content
Snippets Groups Projects
  1. Jun 03, 2024
    • Marc-Olivier Andrez's avatar
      build: replace `distutils` with `setuptools` · a408e1ad
      Marc-Olivier Andrez authored
      This commit makes the build of Python packages use `setuptools` instead
      of the deprecated `distutils` in `setup.py` files. See
      [PEP 632](https://peps.python.org/pep-0632/) for more information on the
      deprecation of `distutils`.
      
      Note that using `setuptools` instead of `distutils` removes the
      following user warning messages when creating the `bdist` and `sdist` of
      the consumer and producer projects:
      
      ```
      /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'setup_requires'
        warnings.warn(msg)
      /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires'
        warnings.warn(msg)
      ```
      a408e1ad
    • Mikhail Karnevskiy's avatar
      rebase to develop · 5a7c81a4
      Mikhail Karnevskiy authored
      5a7c81a4
    • Mikhail Karnevskiy's avatar
      Fix a few tests · 088f6e1c
      Mikhail Karnevskiy authored
      088f6e1c
  2. May 27, 2024
  3. May 17, 2024
  4. Dec 20, 2023
  5. Nov 16, 2023
  6. Aug 10, 2023
  7. Aug 10, 2022
  8. Mar 18, 2022
  9. Mar 01, 2022
  10. Feb 15, 2022
  11. Jan 12, 2022
  12. Dec 16, 2021
  13. Dec 03, 2021
  14. Nov 16, 2021
  15. Sep 08, 2021
  16. Aug 04, 2021
  17. Jul 01, 2021
  18. Jun 30, 2021
  19. Jun 29, 2021
  20. Jun 16, 2021
  21. Jun 14, 2021
  22. May 06, 2021
  23. May 03, 2021
  24. Mar 26, 2021
  25. Feb 26, 2021
  26. Jan 13, 2021
  27. Dec 23, 2020
  28. Dec 22, 2020
  29. Dec 21, 2020
  30. Dec 18, 2020
  31. Dec 15, 2020
Loading