pjdev-postgres 3.8.2__tar.gz → 3.8.2a2__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,12 +1,11 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pjdev-postgres
3
- Version: 3.8.2
3
+ Version: 3.8.2a2
4
4
  Project-URL: Documentation, https://gitlab.purplejay.net/keystone/python/-/tree/main/keystone-postgres/README.md
5
5
  Project-URL: Issues, https://gitlab.purplejay.net/keystone/python/-/issues
6
6
  Project-URL: Source, https://gitlab.purplejay.net/keystone/python
7
7
  Author-email: Purple Jay LLC <it@purplejay.io>
8
- License-Expression: MIT
9
- License-File: LICENSE.txt
8
+ License: MIT
10
9
  Classifier: Development Status :: 4 - Beta
11
10
  Classifier: Programming Language :: Python
12
11
  Classifier: Programming Language :: Python :: 3.12
@@ -1,4 +1,4 @@
1
1
  # SPDX-FileCopyrightText: 2024-present Chris O'Neill <chris@purplejay.io>
2
2
  #
3
3
  # SPDX-License-Identifier: MIT
4
- __version__ = "3.8.2"
4
+ __version__ = "3.8.2a2"
@@ -7,4 +7,4 @@ collecting ... collected 1 item
7
7
 
8
8
  tests/tests_for_history.py::test_history_item_is_created_and_saved PASSED [100%]
9
9
 
10
- ============================== 1 passed in 1.05s ===============================
10
+ ============================== 1 passed in 1.08s ===============================
File without changes