charmlibs-snap 0.8.0__py3-none-any.whl → 0.8.1__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.
charmlibs/snap/_snap.py CHANGED
@@ -48,10 +48,9 @@ import opentelemetry.trace
48
48
 
49
49
  if typing.TYPE_CHECKING:
50
50
  # avoid typing_extensions import at runtime
51
- from collections.abc import Callable, Iterable, Sequence
52
- from typing import TypeAlias
51
+ from typing import Callable, Iterable, Sequence
53
52
 
54
- from typing_extensions import NotRequired, ParamSpec, Required, Self, Unpack
53
+ from typing_extensions import NotRequired, ParamSpec, Required, Self, TypeAlias, Unpack
55
54
 
56
55
  _P = ParamSpec('_P')
57
56
  _T = TypeVar('_T')
@@ -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.8.0'
15
+ __version__ = '0.8.1'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: charmlibs-snap
3
- Version: 0.8.0
3
+ Version: 0.8.1
4
4
  Summary: The charmlibs.snap package.
5
5
  Project-URL: Documentation, https://documentation.ubuntu.com/charmlibs/reference/charmlibs/snap/
6
6
  Project-URL: Repository, https://github.com/canonical/charmlibs
@@ -0,0 +1,7 @@
1
+ charmlibs/snap/__init__.py,sha256=vAH0YBJ1IpkMZASNF5aFic_rLkAEzXxQ60na41Mb5zM,3125
2
+ charmlibs/snap/_snap.py,sha256=c8e_Ne0pmDWF6mBIBFJc9to4vyVAtzpjGiq3gg2_9k4,47416
3
+ charmlibs/snap/_version.py,sha256=D759HI_4jG0I4v2INphu7NYqFZbPRhNcOJJuFoVvynE,597
4
+ charmlibs/snap/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ charmlibs_snap-0.8.1.dist-info/METADATA,sha256=7y9m9bW7C81yCZf-gWMPgeid8qTfIhNoWtAPYg90MxQ,1113
6
+ charmlibs_snap-0.8.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
7
+ charmlibs_snap-0.8.1.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- charmlibs/snap/__init__.py,sha256=vAH0YBJ1IpkMZASNF5aFic_rLkAEzXxQ60na41Mb5zM,3125
2
- charmlibs/snap/_snap.py,sha256=fFlwB7-jL8iEN2mzqixZDPtNy3sfvlPZ5dDB31C06_Y,47447
3
- charmlibs/snap/_version.py,sha256=bF_La0nMGgfbXm4qF9efeeahe_xDf--MOvi707T_PkI,597
4
- charmlibs/snap/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- charmlibs_snap-0.8.0.dist-info/METADATA,sha256=PCY5y14dW85z7BVx-Hu-Bj7A-o1pjK-f1ririoUWBSM,1113
6
- charmlibs_snap-0.8.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
7
- charmlibs_snap-0.8.0.dist-info/RECORD,,