navigator-session 0.6.0__py3-none-any.whl → 0.6.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.
@@ -5,7 +5,7 @@
5
5
  __title__ = 'navigator_session'
6
6
  __description__ = ('Navigator Session allows us to store user-specific data '
7
7
  'into session object.')
8
- __version__ = '0.6.0'
8
+ __version__ = '0.6.1'
9
9
  __author__ = 'Jesus Lara'
10
10
  __author_email__ = 'jesuslarag@gmail.com'
11
11
  __license__ = 'Apache-2.0'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: navigator-session
3
- Version: 0.6.0
3
+ Version: 0.6.1
4
4
  Summary: Navigator Session allows us to store user-specific data into session object.
5
5
  Home-page: https://github.com/phenobarbital/navigator-session
6
6
  Author: Jesus Lara
@@ -27,13 +27,13 @@ Classifier: Framework :: aiohttp
27
27
  Requires-Python: >=3.9.16
28
28
  Description-Content-Type: text/markdown
29
29
  License-File: LICENSE
30
- Requires-Dist: aiohttp >=3.9.5
31
- Requires-Dist: uvloop ==0.19.0
32
- Requires-Dist: asyncio ==3.4.3
33
- Requires-Dist: jsonpickle >=3.0.2
34
- Requires-Dist: redis >=5.0.4
35
- Requires-Dist: python-datamodel >=0.2.1
36
- Requires-Dist: navconfig[default] >=1.6.3
30
+ Requires-Dist: aiohttp>=3.9.5
31
+ Requires-Dist: uvloop==0.20.0
32
+ Requires-Dist: asyncio==3.4.3
33
+ Requires-Dist: jsonpickle>=3.0.2
34
+ Requires-Dist: redis>=5.0.4
35
+ Requires-Dist: python-datamodel>=0.7.0
36
+ Requires-Dist: navconfig[default]>=1.7.0
37
37
 
38
38
  # Navigator_Session #
39
39
 
@@ -3,13 +3,13 @@ navigator_session/conf.py,sha256=Pe8qsukmt5cXXPc3hwFphSWF5xCIpZfeFQ8JhICEnow,169
3
3
  navigator_session/data.py,sha256=9bNj_tBGvyqOpcYP8MSKt--5DG5TlTIrYwbQYK7cfAM,6037
4
4
  navigator_session/middleware.py,sha256=_bQKfD81BxNZTGuyGTc4yh7y1Rb95I-y2hM1ihE4wCk,1944
5
5
  navigator_session/session.py,sha256=CG-TjsmQqjuk6N7GCYNgQTCkrXptgq-swHDiemgHmKI,2398
6
- navigator_session/version.py,sha256=N6sPpSUtraKYGwgN10X5nuZUoj-0nIuKu8709Z7EquQ,394
6
+ navigator_session/version.py,sha256=bLAeol-M_2wgKYBII2KhUeoKwGiyUbWzbTUsd9cghpk,394
7
7
  navigator_session/storages/__init__.py,sha256=kTcHfqps5LmnDpFAktxevPuSIwRbnrcMmB7Uygq4axQ,34
8
8
  navigator_session/storages/abstract.py,sha256=wTv0yWMVXTwrzA_bjexcwI7c6_W3tzosXlMOIZIQrBM,6503
9
9
  navigator_session/storages/cookie.py,sha256=VILzVCatKlDhMoQDoE2y0u6s7lp4wbdep5Oc0NfIJcg,2474
10
10
  navigator_session/storages/redis.py,sha256=W-3I_hpabDToLOl7nVrIupV3Taf_IQUO_t8BP6EscYk,11506
11
- navigator_session-0.6.0.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
12
- navigator_session-0.6.0.dist-info/METADATA,sha256=j2GJylJ5csGzsI__0pmCqh0xmQh8223niPIx7Ee_2dE,2339
13
- navigator_session-0.6.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
14
- navigator_session-0.6.0.dist-info/top_level.txt,sha256=ZpOEy3wLKGsxG2rc0nHqcqJCV3HIOG_XCfE6mtsYYYY,18
15
- navigator_session-0.6.0.dist-info/RECORD,,
11
+ navigator_session-0.6.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
12
+ navigator_session-0.6.1.dist-info/METADATA,sha256=It6PEyQL6vLklsGQsMRCtxYhC7-Ls9fyBHqbckasW5s,2332
13
+ navigator_session-0.6.1.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
14
+ navigator_session-0.6.1.dist-info/top_level.txt,sha256=ZpOEy3wLKGsxG2rc0nHqcqJCV3HIOG_XCfE6mtsYYYY,18
15
+ navigator_session-0.6.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: setuptools (74.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5