Skip to content

Conversation

@arrownj
Copy link
Contributor

@arrownj arrownj commented Jun 24, 2020

No description provided.


Change Log
----------
0.3.5
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we still use 0.3.4 because previous version is invalid?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm doubting if pypi allow to update the whl only? We can try that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed with Jianhui, pypi does not support update existing version. So let's just use 0.3.5.

@arrownj arrownj changed the title Fix package problem: update prg_resources to pktutil Fix package problem: update prg_resources to pkgutil Jun 24, 2020
@Juliehzl Juliehzl merged commit 5aa2637 into Azure:master Jun 24, 2020
@bebound
Copy link

bebound commented Nov 7, 2024

This PR forgot to remove __import__('pkg_resources').declare_namespace(__name__) from these files:

azure/multiapi/storagev2/queue/__init__.py
1:__import__('pkg_resources').declare_namespace(__name__)

azure/multiapi/storagev2/blob/__init__.py
1:__import__('pkg_resources').declare_namespace(__name__)

azure/multiapi/storagev2/filedatalake/__init__.py
1:__import__('pkg_resources').declare_namespace(__name__)

azure/multiapi/storagev2/fileshare/__init__.py
1:__import__('pkg_resources').declare_namespace(__name__)

azure/multiapi/cosmosdb/v2017_04_17/__init__.py
1:__import__('pkg_resources').declare_namespace(__name__)

Ref: Azure/azure-cli#27196 (comment)

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.

3 participants