opentelemetry-instrumentation-aiopg 0.48b0__py3-none-any.whl → 0.49b0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -102,7 +102,7 @@ class AsyncCursorTracer(CursorTracer):
102
102
  cursor,
103
103
  query_method: typing.Callable[..., typing.Any],
104
104
  *args: typing.Tuple[typing.Any, typing.Any],
105
- **kwargs: typing.Dict[typing.Any, typing.Any]
105
+ **kwargs: typing.Dict[typing.Any, typing.Any],
106
106
  ):
107
107
  name = ""
108
108
  if args:
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- __version__ = "0.48b0"
15
+ __version__ = "0.49b0"
@@ -29,6 +29,7 @@ Usage
29
29
  API
30
30
  ---
31
31
  """
32
+
32
33
  import logging
33
34
  import typing
34
35
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: opentelemetry-instrumentation-aiopg
3
- Version: 0.48b0
3
+ Version: 0.49b0
4
4
  Summary: OpenTelemetry aiopg instrumentation
5
5
  Project-URL: Homepage, https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-aiopg
6
6
  Author-email: OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>
@@ -18,8 +18,8 @@ Classifier: Programming Language :: Python :: 3.11
18
18
  Classifier: Programming Language :: Python :: 3.12
19
19
  Requires-Python: >=3.8
20
20
  Requires-Dist: opentelemetry-api~=1.12
21
- Requires-Dist: opentelemetry-instrumentation-dbapi==0.48b0
22
- Requires-Dist: opentelemetry-instrumentation==0.48b0
21
+ Requires-Dist: opentelemetry-instrumentation-dbapi==0.49b0
22
+ Requires-Dist: opentelemetry-instrumentation==0.49b0
23
23
  Requires-Dist: wrapt<2.0.0,>=1.0.0
24
24
  Provides-Extra: instruments
25
25
  Requires-Dist: aiopg<2.0.0,>=0.13.0; extra == 'instruments'
@@ -0,0 +1,10 @@
1
+ opentelemetry/instrumentation/aiopg/__init__.py,sha256=cYySDUITmf98mOG61IzbDiSmOoXKAhVHTujBvxJXqVE,3813
2
+ opentelemetry/instrumentation/aiopg/aiopg_integration.py,sha256=mas7jYoDlWWVwqnYxQIvCgyTh6pLaLMPv_Sy1x3BaQU,6978
3
+ opentelemetry/instrumentation/aiopg/package.py,sha256=OGraZWgxyPDf8s5Y-BpSoKrywu3MqFoLWqRc05ZgrIc,631
4
+ opentelemetry/instrumentation/aiopg/version.py,sha256=feu1cU-5Mlc3KHErNko0hTd8PObq7lIudxaIp9B3L_8,608
5
+ opentelemetry/instrumentation/aiopg/wrappers.py,sha256=-OT6qIx4xWdbDYO4_9LqKMIqXaZ6ZTDXA6OxNTB2nPE,6853
6
+ opentelemetry_instrumentation_aiopg-0.49b0.dist-info/METADATA,sha256=XoEwV_wE2KFo2zWMR-_34BqDey7UK2vXCvOIcW5tajA,1895
7
+ opentelemetry_instrumentation_aiopg-0.49b0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
8
+ opentelemetry_instrumentation_aiopg-0.49b0.dist-info/entry_points.txt,sha256=ibfH43ba08FnWqx_AR7yHVoHigG8bsPkgBGs4vKMLAg,91
9
+ opentelemetry_instrumentation_aiopg-0.49b0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
10
+ opentelemetry_instrumentation_aiopg-0.49b0.dist-info/RECORD,,
@@ -1,10 +0,0 @@
1
- opentelemetry/instrumentation/aiopg/__init__.py,sha256=cYySDUITmf98mOG61IzbDiSmOoXKAhVHTujBvxJXqVE,3813
2
- opentelemetry/instrumentation/aiopg/aiopg_integration.py,sha256=UJHYZsjBsRKVED5HDB5sMC000kiN59kO-4yA56sjF0w,6977
3
- opentelemetry/instrumentation/aiopg/package.py,sha256=OGraZWgxyPDf8s5Y-BpSoKrywu3MqFoLWqRc05ZgrIc,631
4
- opentelemetry/instrumentation/aiopg/version.py,sha256=wOX_9uGRBIlLks98mTGJZnnmD1Zez4rGVQNmP23fWEc,608
5
- opentelemetry/instrumentation/aiopg/wrappers.py,sha256=HvF3sEXCAHyY_x-N_ggRN8RtbUPdilthI1i68qcIT50,6852
6
- opentelemetry_instrumentation_aiopg-0.48b0.dist-info/METADATA,sha256=0-9sF1nIQkKeCXPnGDft8eqvluaxU7UxvEHN7gJVQPA,1895
7
- opentelemetry_instrumentation_aiopg-0.48b0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
8
- opentelemetry_instrumentation_aiopg-0.48b0.dist-info/entry_points.txt,sha256=ibfH43ba08FnWqx_AR7yHVoHigG8bsPkgBGs4vKMLAg,91
9
- opentelemetry_instrumentation_aiopg-0.48b0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
10
- opentelemetry_instrumentation_aiopg-0.48b0.dist-info/RECORD,,