pytest-httpdbg 0.3.2__tar.gz → 0.3.3__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,10 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pytest-httpdbg
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: A pytest plugin to record HTTP(S) requests with stack trace
5
5
  Author-email: cle-b <cle@tictac.pm>
6
6
  License: Apache-2.0
7
- Project-URL: repository, https://github.com/cle-b/pytest-httpdbg
7
+ Project-URL: Source, https://github.com/cle-b/pytest-httpdbg/
8
+ Project-URL: Documentation, https://httpdbg.readthedocs.io/
8
9
  Classifier: Development Status :: 3 - Alpha
9
10
  Classifier: Environment :: Web Environment
10
11
  Classifier: Intended Audience :: Developers
@@ -106,4 +107,4 @@ If this is not the case, you must adapt it to your configuration.
106
107
 
107
108
  ## documentation
108
109
 
109
- https://httpdbg-docs.readthedocs.io/en/latest/pytest/
110
+ https://httpdbg.readthedocs.io/en/latest/pytest/
@@ -84,4 +84,4 @@ If this is not the case, you must adapt it to your configuration.
84
84
 
85
85
  ## documentation
86
86
 
87
- https://httpdbg-docs.readthedocs.io/en/latest/pytest/
87
+ https://httpdbg.readthedocs.io/en/latest/pytest/
@@ -9,7 +9,6 @@ authors = [
9
9
  ]
10
10
  description="A pytest plugin to record HTTP(S) requests with stack trace"
11
11
  readme="README.md"
12
- urls = {repository = "https://github.com/cle-b/pytest-httpdbg"}
13
12
  requires-python = ">=3.7.0"
14
13
  license = {text = "Apache-2.0"}
15
14
  classifiers = [
@@ -35,3 +34,6 @@ packages = ["pytest_httpdbg"]
35
34
  [tool.setuptools.dynamic]
36
35
  version = {attr = "pytest_httpdbg.VERSION"}
37
36
 
37
+ [project.urls]
38
+ Source = "https://github.com/cle-b/pytest-httpdbg/"
39
+ Documentation = "https://httpdbg.readthedocs.io/"
@@ -1,4 +1,4 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  from pytest_httpdbg.plugin import httpdbg_record_filename # noqa F401
3
3
 
4
- VERSION = "0.3.2"
4
+ VERSION = "0.3.3"
@@ -1,10 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pytest-httpdbg
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: A pytest plugin to record HTTP(S) requests with stack trace
5
5
  Author-email: cle-b <cle@tictac.pm>
6
6
  License: Apache-2.0
7
- Project-URL: repository, https://github.com/cle-b/pytest-httpdbg
7
+ Project-URL: Source, https://github.com/cle-b/pytest-httpdbg/
8
+ Project-URL: Documentation, https://httpdbg.readthedocs.io/
8
9
  Classifier: Development Status :: 3 - Alpha
9
10
  Classifier: Environment :: Web Environment
10
11
  Classifier: Intended Audience :: Developers
@@ -106,4 +107,4 @@ If this is not the case, you must adapt it to your configuration.
106
107
 
107
108
  ## documentation
108
109
 
109
- https://httpdbg-docs.readthedocs.io/en/latest/pytest/
110
+ https://httpdbg.readthedocs.io/en/latest/pytest/
File without changes
File without changes