specmatic 2.0.1__py3-none-any.whl → 2.0.3__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.

Potentially problematic release.


This version of specmatic might be problematic. Click here for more details.

Binary file
specmatic/version.py CHANGED
@@ -1,2 +1,2 @@
1
- __version__ = '2.0.1'
2
- __specmatic_version__ = '2.0.1'
1
+ __version__ = '2.0.3'
2
+ __specmatic_version__ = '2.0.3'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: specmatic
3
- Version: 2.0.1
3
+ Version: 2.0.3
4
4
  Summary: A Python module for using the Specmatic Library.
5
5
  Home-page: https://github.com/znsio/specmatic-python-extensions
6
6
  Author: Specmatic Builders
@@ -82,7 +82,7 @@ pytest.main()
82
82
  - In this, we are passing:
83
83
  - an instance of your wsgi app like flask
84
84
  - app_host and app_port. If they are not specified, the app will be started on a random available port on 127.0.0.1.
85
- - You would need a [specmatic config](https://specmatic.in/documentation/specmatic_json.html) file to be present in the root directory of your project.
85
+ - You would need a [specmatic config](https://specmatic.io/documentation/specmatic_json.html) file to be present in the root directory of your project.
86
86
  - an empty test class.
87
87
  - stub_host, stub_port, optional list of json files to set expectations on the stub.
88
88
  The stub_host, stub_port will be used to run the specmatic stub server.
@@ -1,10 +1,10 @@
1
1
  specmatic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  specmatic/build_utils.py,sha256=vIOoNyEUYofdMo3-U5bB9obL0lvjw4dEEGbZJNIzsL0,564
3
3
  specmatic/utils.py,sha256=6JDPqpO51ykl0MWCOa32jkUOXZ-0RZ6N5Ng9_7r7XaU,519
4
- specmatic/version.py,sha256=5zPBddgsXvNYwbw2EDk6j8Ri8GUU1ItR9hm9J2g9yxM,54
4
+ specmatic/version.py,sha256=DpCbZFgpjdzKWL6-HUWNJ0WT-5o9pVxEpiIBJlxHSlU,54
5
5
  specmatic/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  specmatic/core/decorators.py,sha256=jGi_m2tGGn8HZOyiMvAB3GvOWW_AkuWZvfqztMVy2pc,3972
7
- specmatic/core/specmatic.jar,sha256=degbZkmI76zE1-ym8yZGqfj7Pvaax_WSh3X7yquXejE,66181781
7
+ specmatic/core/specmatic.jar,sha256=bPrYOsbY3J0QGIYkrwQqfkjlHvd_O4zDGHwnd2KWglM,66187321
8
8
  specmatic/core/specmatic.py,sha256=vi7-LM5XTKipWwemh5cnbIoAZDbg9fpFEISDs6YM_f4,7918
9
9
  specmatic/core/specmatic_base.py,sha256=IN9LY45EB5ApRtpF-LEkLmmy20gAXXAMwYhJQrS8TT0,1334
10
10
  specmatic/core/specmatic_stub.py,sha256=pDjUZXjOc2RvBDd_92QalH7zjVzoWuhAzMGqLnV3V0c,4526
@@ -29,7 +29,7 @@ specmatic/servers/app_server.py,sha256=kOZviJA7-F4kmMTLGiBln2oO5uYX28wKJM2xQJTOV
29
29
  specmatic/servers/asgi_app_server.py,sha256=yn3tpWoF-nP8labOJdn49UB85vKiqIELVXk-gAugcUc,2924
30
30
  specmatic/servers/wsgi_app_server.py,sha256=3aU-o6Hh8FrnZlbjCLLpGY92HvJoU_rcqsZIb9TKVr8,1342
31
31
  specmatic/servers/wsgi_server_thread.py,sha256=XUEYW7-FP1a-5EkQVGc3FI_jkDQBocArxHLiCn3JJvc,691
32
- specmatic-2.0.1.dist-info/METADATA,sha256=2BYoNFbvHQGrkXY44qKtVWoEXQ5_t68m3ANwNhvEQRo,10356
33
- specmatic-2.0.1.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
34
- specmatic-2.0.1.dist-info/top_level.txt,sha256=E7kQ78YacKBoKKeKWR_N83exlG8r5J0wlzlGqFmvIfo,10
35
- specmatic-2.0.1.dist-info/RECORD,,
32
+ specmatic-2.0.3.dist-info/METADATA,sha256=fXTveSZhU_n5qFCuZGD7FPKtpMdWgtTXykL5KTyKY6I,10356
33
+ specmatic-2.0.3.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
34
+ specmatic-2.0.3.dist-info/top_level.txt,sha256=E7kQ78YacKBoKKeKWR_N83exlG8r5J0wlzlGqFmvIfo,10
35
+ specmatic-2.0.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (71.1.0)
2
+ Generator: setuptools (72.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5