google/sqlcommenter

Create a new release to resolve missing extras.

jackton1 opened this issue · 5 comments

WARNING: google-cloud-sqlcommenter 1.0.0 does not provide the extra 'opentelemetry'
Installing collected packages: google-cloud-sqlcommenter

@jackton1 , are you referring to Python release ?

Nope this should be consistent on different versions, I'm guessing the extras where created after the PyPi deployment.

Metadata-Version: 2.1
Name: google-cloud-sqlcommenter
Version: 1.0.0
Summary: Augment SQL statements with meta information about frameworks and the running environment.
Home-page: UNKNOWN
Author: Google Developers
Author-email: sqlcommenter@googlegroups.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Description-Content-Type: text/markdown
Provides-Extra: django
Requires-Dist: django (>=1.11) ; extra == 'django'
Provides-Extra: flask
Requires-Dist: flask ; extra == 'flask'
Provides-Extra: psycopg2
Requires-Dist: psycopg2 ; extra == 'psycopg2'
Provides-Extra: sqlalchemy
Requires-Dist: sqlalchemy ; extra == 'sqlalchemy'

Will release a new version in a couple of days to resolve this.
The extras were indeed added after the PyPi release.

Thanks for your contribution.