chisel 2.0.24__tar.gz → 2.0.26__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: chisel
3
- Version: 2.0.24
3
+ Version: 2.0.26
4
4
  Summary: Lightweight WSGI application framework, schema-validated JSON APIs, and API documentation
5
5
  Home-page: https://github.com/craigahobbs/chisel
6
6
  Author: Craig A. Hobbs
@@ -20,7 +20,7 @@ Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
20
20
  Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
- Requires-Dist: schema-markdown>=1.2.0
23
+ Requires-Dist: schema-markdown<1.3.0,>=1.2.0
24
24
  Dynamic: license-file
25
25
 
26
26
  # chisel
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = chisel
3
- version = 2.0.24
3
+ version = 2.0.26
4
4
  url = https://github.com/craigahobbs/chisel
5
5
  author = Craig A. Hobbs
6
6
  author_email = craigahobbs@gmail.com
@@ -27,7 +27,7 @@ packages = chisel, chisel.static
27
27
  package_dir =
28
28
  = src
29
29
  install_requires =
30
- schema-markdown >= 1.2.0
30
+ schema-markdown >= 1.2.0, < 1.3.0
31
31
 
32
32
  [options.package_data]
33
33
  chisel =
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: chisel
3
- Version: 2.0.24
3
+ Version: 2.0.26
4
4
  Summary: Lightweight WSGI application framework, schema-validated JSON APIs, and API documentation
5
5
  Home-page: https://github.com/craigahobbs/chisel
6
6
  Author: Craig A. Hobbs
@@ -20,7 +20,7 @@ Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
20
20
  Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
- Requires-Dist: schema-markdown>=1.2.0
23
+ Requires-Dist: schema-markdown<1.3.0,>=1.2.0
24
24
  Dynamic: license-file
25
25
 
26
26
  # chisel
@@ -0,0 +1 @@
1
+ schema-markdown<1.3.0,>=1.2.0
@@ -1 +0,0 @@
1
- schema-markdown>=1.2.0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes