pytest-postgresql 6.1.0__tar.gz → 6.1.1__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.
Files changed (39) hide show
  1. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/CHANGES.rst +9 -0
  2. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/PKG-INFO +3 -3
  3. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pyproject.toml +4 -4
  4. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql/__init__.py +1 -1
  5. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql.egg-info/PKG-INFO +3 -3
  6. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql.egg-info/requires.txt +1 -1
  7. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/AUTHORS.rst +0 -0
  8. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/CONTRIBUTING.rst +0 -0
  9. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/COPYING +0 -0
  10. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/COPYING.lesser +0 -0
  11. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/MANIFEST.in +0 -0
  12. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/README.rst +0 -0
  13. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql/config.py +0 -0
  14. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql/exceptions.py +0 -0
  15. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql/executor.py +0 -0
  16. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql/executor_noop.py +0 -0
  17. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql/factories/__init__.py +0 -0
  18. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql/factories/client.py +0 -0
  19. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql/factories/noprocess.py +0 -0
  20. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql/factories/process.py +0 -0
  21. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql/janitor.py +0 -0
  22. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql/loader.py +0 -0
  23. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql/plugin.py +0 -0
  24. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql/py.typed +0 -0
  25. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql/retry.py +0 -0
  26. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql.egg-info/SOURCES.txt +0 -0
  27. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql.egg-info/dependency_links.txt +0 -0
  28. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql.egg-info/entry_points.txt +0 -0
  29. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql.egg-info/top_level.txt +0 -0
  30. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/pytest_postgresql.egg-info/zip-safe +0 -0
  31. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/setup.cfg +0 -0
  32. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/tests/test_executor.py +0 -0
  33. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/tests/test_janitor.py +0 -0
  34. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/tests/test_loader.py +0 -0
  35. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/tests/test_noopexecutor.py +0 -0
  36. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/tests/test_postgres_options_plugin.py +0 -0
  37. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/tests/test_postgresql.py +0 -0
  38. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/tests/test_template_database.py +0 -0
  39. {pytest_postgresql-6.1.0 → pytest_postgresql-6.1.1}/tests/test_version.py +0 -0
@@ -3,6 +3,15 @@ CHANGELOG
3
3
 
4
4
  .. towncrier release notes start
5
5
 
6
+ 6.1.1 (2024-09-05)
7
+ ==================
8
+
9
+ Bugfixes
10
+ --------
11
+
12
+ - Set minimum version of `port-for` dependecy in pyproject.toml for client installations. (`#1015 <https://github.com/ClearcodeHQ/pytest-postgresql/issues/1015>`__)
13
+
14
+
6
15
  6.1.0 (2024-09-04)
7
16
  ==================
8
17
 
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pytest-postgresql
3
- Version: 6.1.0
3
+ Version: 6.1.1
4
4
  Summary: Postgresql fixtures and fixture factories for Pytest.
5
5
  Author-email: Grzegorz Śliwiński <fizyk+pypi@fizyk.dev>
6
6
  Project-URL: Source, https://github.com/ClearcodeHQ/pytest-postgresql
7
7
  Project-URL: Bug Tracker, https://github.com/ClearcodeHQ/pytest-postgresql/issues
8
- Project-URL: Changelog, https://github.com/ClearcodeHQ/pytest-postgresql/blob/v6.1.0/CHANGES.rst
8
+ Project-URL: Changelog, https://github.com/ClearcodeHQ/pytest-postgresql/blob/v6.1.1/CHANGES.rst
9
9
  Keywords: tests,pytest,fixture,postgresql
10
10
  Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Environment :: Web Environment
@@ -30,7 +30,7 @@ License-File: COPYING
30
30
  License-File: COPYING.lesser
31
31
  License-File: AUTHORS.rst
32
32
  Requires-Dist: pytest>=6.2
33
- Requires-Dist: port-for>=0.6.0
33
+ Requires-Dist: port-for>=0.7.3
34
34
  Requires-Dist: mirakuru
35
35
  Requires-Dist: setuptools
36
36
  Requires-Dist: psycopg>=3.0.0
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pytest-postgresql"
3
- version = "6.1.0"
3
+ version = "6.1.1"
4
4
  description = "Postgresql fixtures and fixture factories for Pytest."
5
5
  readme = "README.rst"
6
6
  keywords = ["tests", "pytest", "fixture", "postgresql"]
@@ -29,7 +29,7 @@ classifiers = [
29
29
  ]
30
30
  dependencies = [
31
31
  "pytest >= 6.2",
32
- "port-for >= 0.6.0",
32
+ "port-for >= 0.7.3",
33
33
  "mirakuru",
34
34
  "setuptools",
35
35
  "psycopg >= 3.0.0"
@@ -39,7 +39,7 @@ requires-python = ">= 3.8"
39
39
  [project.urls]
40
40
  "Source" = "https://github.com/ClearcodeHQ/pytest-postgresql"
41
41
  "Bug Tracker" = "https://github.com/ClearcodeHQ/pytest-postgresql/issues"
42
- "Changelog" = "https://github.com/ClearcodeHQ/pytest-postgresql/blob/v6.1.0/CHANGES.rst"
42
+ "Changelog" = "https://github.com/ClearcodeHQ/pytest-postgresql/blob/v6.1.1/CHANGES.rst"
43
43
 
44
44
  [project.entry-points."pytest11"]
45
45
  pytest_postgresql = "pytest_postgresql.plugin"
@@ -108,7 +108,7 @@ name = "Miscellaneus"
108
108
  showcontent = false
109
109
 
110
110
  [tool.tbump.version]
111
- current = "6.1.0"
111
+ current = "6.1.1"
112
112
 
113
113
  # Example of a semver regexp.
114
114
  # Make sure this matches current_version before
@@ -18,4 +18,4 @@
18
18
  # along with pytest-postgresql. If not, see <http://www.gnu.org/licenses/>.
19
19
  """Main module for pytest-postgresql."""
20
20
 
21
- __version__ = "6.1.0"
21
+ __version__ = "6.1.1"
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pytest-postgresql
3
- Version: 6.1.0
3
+ Version: 6.1.1
4
4
  Summary: Postgresql fixtures and fixture factories for Pytest.
5
5
  Author-email: Grzegorz Śliwiński <fizyk+pypi@fizyk.dev>
6
6
  Project-URL: Source, https://github.com/ClearcodeHQ/pytest-postgresql
7
7
  Project-URL: Bug Tracker, https://github.com/ClearcodeHQ/pytest-postgresql/issues
8
- Project-URL: Changelog, https://github.com/ClearcodeHQ/pytest-postgresql/blob/v6.1.0/CHANGES.rst
8
+ Project-URL: Changelog, https://github.com/ClearcodeHQ/pytest-postgresql/blob/v6.1.1/CHANGES.rst
9
9
  Keywords: tests,pytest,fixture,postgresql
10
10
  Classifier: Development Status :: 5 - Production/Stable
11
11
  Classifier: Environment :: Web Environment
@@ -30,7 +30,7 @@ License-File: COPYING
30
30
  License-File: COPYING.lesser
31
31
  License-File: AUTHORS.rst
32
32
  Requires-Dist: pytest>=6.2
33
- Requires-Dist: port-for>=0.6.0
33
+ Requires-Dist: port-for>=0.7.3
34
34
  Requires-Dist: mirakuru
35
35
  Requires-Dist: setuptools
36
36
  Requires-Dist: psycopg>=3.0.0
@@ -1,5 +1,5 @@
1
1
  pytest>=6.2
2
- port-for>=0.6.0
2
+ port-for>=0.7.3
3
3
  mirakuru
4
4
  setuptools
5
5
  psycopg>=3.0.0