tigrcorn-static 0.3.16.dev11__tar.gz → 0.3.16.dev12__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrcorn-static
3
- Version: 0.3.16.dev11
3
+ Version: 0.3.16.dev12
4
4
  Summary: Static file origin, file-send, validators, ranges, and cache-aware HTTP responses for the Tigrcorn ASGI server.
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License: Apache License
@@ -186,9 +186,9 @@ Classifier: Typing :: Typed
186
186
  Requires-Python: <3.15,>=3.10
187
187
  Description-Content-Type: text/markdown
188
188
  License-File: LICENSE
189
- Requires-Dist: tigrcorn-core==0.3.16.dev11
190
- Requires-Dist: tigrcorn-asgi==0.3.16.dev11
191
- Requires-Dist: tigrcorn-http==0.3.16.dev11
189
+ Requires-Dist: tigrcorn-core==0.3.16.dev12
190
+ Requires-Dist: tigrcorn-asgi==0.3.16.dev12
191
+ Requires-Dist: tigrcorn-http==0.3.16.dev12
192
192
  Dynamic: license-file
193
193
 
194
194
  <div align="center">
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "tigrcorn-static"
7
- version = "0.3.16.dev11"
7
+ version = "0.3.16.dev12"
8
8
  description = "Static file origin, file-send, validators, ranges, and cache-aware HTTP responses for the Tigrcorn ASGI server."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10,<3.15"
@@ -29,9 +29,9 @@ classifiers = [
29
29
  "Typing :: Typed",
30
30
  ]
31
31
  dependencies = [
32
- "tigrcorn-core==0.3.16.dev11",
33
- "tigrcorn-asgi==0.3.16.dev11",
34
- "tigrcorn-http==0.3.16.dev11",
32
+ "tigrcorn-core==0.3.16.dev12",
33
+ "tigrcorn-asgi==0.3.16.dev12",
34
+ "tigrcorn-http==0.3.16.dev12",
35
35
  ]
36
36
 
37
37
  [tool.setuptools]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tigrcorn-static
3
- Version: 0.3.16.dev11
3
+ Version: 0.3.16.dev12
4
4
  Summary: Static file origin, file-send, validators, ranges, and cache-aware HTTP responses for the Tigrcorn ASGI server.
5
5
  Author-email: Jacob Stewart <jacob@swarmauri.com>
6
6
  License: Apache License
@@ -186,9 +186,9 @@ Classifier: Typing :: Typed
186
186
  Requires-Python: <3.15,>=3.10
187
187
  Description-Content-Type: text/markdown
188
188
  License-File: LICENSE
189
- Requires-Dist: tigrcorn-core==0.3.16.dev11
190
- Requires-Dist: tigrcorn-asgi==0.3.16.dev11
191
- Requires-Dist: tigrcorn-http==0.3.16.dev11
189
+ Requires-Dist: tigrcorn-core==0.3.16.dev12
190
+ Requires-Dist: tigrcorn-asgi==0.3.16.dev12
191
+ Requires-Dist: tigrcorn-http==0.3.16.dev12
192
192
  Dynamic: license-file
193
193
 
194
194
  <div align="center">
@@ -0,0 +1,3 @@
1
+ tigrcorn-core==0.3.16.dev12
2
+ tigrcorn-asgi==0.3.16.dev12
3
+ tigrcorn-http==0.3.16.dev12
@@ -1,3 +0,0 @@
1
- tigrcorn-core==0.3.16.dev11
2
- tigrcorn-asgi==0.3.16.dev11
3
- tigrcorn-http==0.3.16.dev11