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

'description-file' will not be supported in future versions. #1148

Merged
merged 1 commit into from
Apr 4, 2023

Conversation

forsweet
Copy link
Contributor

@forsweet forsweet commented Apr 3, 2023

When installing atlassian-python-api==3.35.0 (python version 3.9.6)

The following warning occurrend and prevented the following installing.

UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead

Raw log like this:

(.gitbot) [root@g]# pip install -r requirements.txt
Collecting atlassian-python-api==3.35.0
Downloading atlassian-python-api-3.35.0.tar.gz (144 kB)
|████████████████████████████████| 144 kB 820 kB/s
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... error
ERROR: Command errored out with exit status 1:
command: /root/gitbot/.gitbot/bin/python3 /root/gitbot/.gitbot/lib/python3.9/site-packages/pip/_vendor/pep517/in_process/_in_process.py prepare_metadata_for_build_wheel /tmp/tmpwsc0qhv2
cwd: /tmp/pip-install-ih1e8kl6/atlassian-python-api_894477325a7f4f6791cc58571f741000
Complete output (65 lines):
/tmp/pip-build-env-5wv7r6s7/overlay/lib/python3.9/site-packages/setuptools/dist.py:788: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
warnings.warn(
running dist_info

....

UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
@forsweet
Copy link
Contributor Author

forsweet commented Apr 4, 2023

there's an error during flake8 execution:
`atlassian/init.py:12:1: F401 '.service_desk.ServiceDesk as ServiceManagement' imported .
but already fixed it at
d28cc54

@gonchik gonchik merged commit 2a7c2db into atlassian-api:master Apr 4, 2023
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

Successfully merging this pull request may close these issues.

2 participants