Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please update requirements to use PyYAML v6 #10

Closed
YarikTH opened this issue Jul 18, 2023 · 1 comment
Closed

Please update requirements to use PyYAML v6 #10

YarikTH opened this issue Jul 18, 2023 · 1 comment

Comments

@YarikTH
Copy link

YarikTH commented Jul 18, 2023

Newest setup tools doesn't like using of deprecated metadata of PyYAML v5

  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [62 lines of output]
      /tmp/pip-build-env-m9vryc7y/overlay/lib/python3.10/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
      !!
      
              ********************************************************************************
              The license_file parameter is deprecated, use license_files instead.
      
              By 2023-Oct-30, you need to update your project and remove deprecated calls
              or your builds will no longer be supported.
      
              See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
              ********************************************************************************
      
      !!
        parsed = self.parsers.get(option_name, lambda x: x)(value)
      running egg_info
      writing lib3/PyYAML.egg-info/PKG-INFO
      writing dependency_links to lib3/PyYAML.egg-info/dependency_links.txt
      writing top-level names to lib3/PyYAML.egg-info/top_level.txt

According to the issue yaml/pyyaml#536 it seems that PyYAML v5 won't be fixed, and new v6 should be used instead.

@BlankSpruce
Copy link
Owner

Done. I've released 0.9.2 to cover that change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants