opentelemetry-instrumentation-aiopg 0.49b1__py3-none-any.whl → 0.50b0__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.
@@ -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.49b1"
15
+ __version__ = "0.50b0"
@@ -1,11 +1,10 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: opentelemetry-instrumentation-aiopg
3
- Version: 0.49b1
3
+ Version: 0.50b0
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>
7
- License-Expression: Apache-2.0
8
- License-File: LICENSE
7
+ License: Apache-2.0
9
8
  Classifier: Development Status :: 4 - Beta
10
9
  Classifier: Intended Audience :: Developers
11
10
  Classifier: License :: OSI Approved :: Apache Software License
@@ -18,8 +17,8 @@ Classifier: Programming Language :: Python :: 3.11
18
17
  Classifier: Programming Language :: Python :: 3.12
19
18
  Requires-Python: >=3.8
20
19
  Requires-Dist: opentelemetry-api~=1.12
21
- Requires-Dist: opentelemetry-instrumentation-dbapi==0.49b1
22
- Requires-Dist: opentelemetry-instrumentation==0.49b1
20
+ Requires-Dist: opentelemetry-instrumentation-dbapi==0.50b0
21
+ Requires-Dist: opentelemetry-instrumentation==0.50b0
23
22
  Requires-Dist: wrapt<2.0.0,>=1.0.0
24
23
  Provides-Extra: instruments
25
24
  Requires-Dist: aiopg<2.0.0,>=0.13.0; extra == 'instruments'
@@ -1,10 +1,10 @@
1
1
  opentelemetry/instrumentation/aiopg/__init__.py,sha256=cYySDUITmf98mOG61IzbDiSmOoXKAhVHTujBvxJXqVE,3813
2
2
  opentelemetry/instrumentation/aiopg/aiopg_integration.py,sha256=mas7jYoDlWWVwqnYxQIvCgyTh6pLaLMPv_Sy1x3BaQU,6978
3
3
  opentelemetry/instrumentation/aiopg/package.py,sha256=OGraZWgxyPDf8s5Y-BpSoKrywu3MqFoLWqRc05ZgrIc,631
4
- opentelemetry/instrumentation/aiopg/version.py,sha256=h6dsqBsePrrYeyzZnEEQ3BnuIeH-0Z6C9cW0S1NrUFQ,608
4
+ opentelemetry/instrumentation/aiopg/version.py,sha256=sBsbV8VQNTte60quPySrr3hMzVnRCO8AnGlwnGPP60o,608
5
5
  opentelemetry/instrumentation/aiopg/wrappers.py,sha256=-OT6qIx4xWdbDYO4_9LqKMIqXaZ6ZTDXA6OxNTB2nPE,6853
6
- opentelemetry_instrumentation_aiopg-0.49b1.dist-info/METADATA,sha256=W2bBa69tSpntt253wLC4m7-u8xLlk9w3bAFhXUf-k38,1895
7
- opentelemetry_instrumentation_aiopg-0.49b1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
8
- opentelemetry_instrumentation_aiopg-0.49b1.dist-info/entry_points.txt,sha256=ibfH43ba08FnWqx_AR7yHVoHigG8bsPkgBGs4vKMLAg,91
9
- opentelemetry_instrumentation_aiopg-0.49b1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
10
- opentelemetry_instrumentation_aiopg-0.49b1.dist-info/RECORD,,
6
+ opentelemetry_instrumentation_aiopg-0.50b0.dist-info/METADATA,sha256=VEk5xOdy3Hl2kx88yBMUiUUQa4GeB0p33zX8nK1XjSg,1862
7
+ opentelemetry_instrumentation_aiopg-0.50b0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
8
+ opentelemetry_instrumentation_aiopg-0.50b0.dist-info/entry_points.txt,sha256=ibfH43ba08FnWqx_AR7yHVoHigG8bsPkgBGs4vKMLAg,91
9
+ opentelemetry_instrumentation_aiopg-0.50b0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
10
+ opentelemetry_instrumentation_aiopg-0.50b0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.25.0
2
+ Generator: hatchling 1.26.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any