alembic-verify 1.0.0__py3-none-any.whl → 1.0.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: alembic-verify
3
- Version: 1.0.0
3
+ Version: 1.0.2
4
4
  Summary: A library to verify alembic migrations.
5
5
  Keywords: alembic,migration,verify,sqlalchemy
6
6
  Author-Email: Fabrizio Romano <gianchub@gmail.com>, Mark McArdle <m.mc4rdle@gmail.com>
@@ -20,6 +20,7 @@ Project-URL: Homepage, https://github.com/gianchub/alembic-verify
20
20
  Project-URL: Issues, https://github.com/gianchub/alembic-verify/issues
21
21
  Project-URL: License, https://github.com/gianchub/alembic-verify/blob/master/LICENSE
22
22
  Requires-Python: >=3.10
23
+ Requires-Dist: pytest>=7.0
23
24
  Requires-Dist: alembic>=1.8
24
25
  Requires-Dist: sqlalchemy<3,>=1.4
25
26
  Requires-Dist: sqlalchemy-utils>=0.40.0
@@ -29,8 +30,7 @@ Requires-Dist: ty; extra == "dev"
29
30
  Provides-Extra: lint
30
31
  Requires-Dist: ruff~=0.14.13; extra == "lint"
31
32
  Provides-Extra: test
32
- Requires-Dist: pytest~=9.0.2; extra == "test"
33
- Requires-Dist: pytest-cov~=7.0.0; extra == "test"
33
+ Requires-Dist: pytest-cov; extra == "test"
34
34
  Requires-Dist: psycopg2-binary; extra == "test"
35
35
  Provides-Extra: all
36
36
  Requires-Dist: alembic-verify[dev,lint,test]; extra == "all"
@@ -91,6 +91,7 @@ We have renamed the fixtures to be more consistent and easier to understand. The
91
91
  - Python 3.10, 3.11, 3.12, 3.13, or 3.14
92
92
  - SQLAlchemy 1.4.* or 2.0+
93
93
  - Alembic >= 1.8.0
94
+ - pytest >= 7.0.0
94
95
 
95
96
 
96
97
  ## Installation
@@ -1,9 +1,9 @@
1
- alembic_verify-1.0.0.dist-info/METADATA,sha256=U0N5WfoOsroSnjTsgw8ab2u57u4qmLh_RJgHLitxH5s,14815
2
- alembic_verify-1.0.0.dist-info/WHEEL,sha256=Wb0ASbVj8JvWHpOiIpPi7ucfIgJeCi__PzivviEAQFc,90
3
- alembic_verify-1.0.0.dist-info/entry_points.txt,sha256=DSwJdPJWSgAjEMzPoPPipYVWodYs5MEAjZWVXPmb-Is,95
4
- alembic_verify-1.0.0.dist-info/licenses/LICENSE,sha256=NmPtlaAUYFP9zwqE23VG5vDubnBAMO1OK_P14dOdyDY,11400
1
+ alembic_verify-1.0.2.dist-info/METADATA,sha256=I-UC8KuPUtPAJBvNRxm287s9UPzOQOLglsJgJxNm5OY,14807
2
+ alembic_verify-1.0.2.dist-info/WHEEL,sha256=Wb0ASbVj8JvWHpOiIpPi7ucfIgJeCi__PzivviEAQFc,90
3
+ alembic_verify-1.0.2.dist-info/entry_points.txt,sha256=DSwJdPJWSgAjEMzPoPPipYVWodYs5MEAjZWVXPmb-Is,95
4
+ alembic_verify-1.0.2.dist-info/licenses/LICENSE,sha256=NmPtlaAUYFP9zwqE23VG5vDubnBAMO1OK_P14dOdyDY,11400
5
5
  alembicverify/__init__.py,sha256=UyfIVUDryN418QYfgmtU1szyA22WGLAKu2bOf7R1h-U,392
6
6
  alembicverify/_factories.py,sha256=KYdbfRsArQ-p6ypvg3gQ2ACMcUnm6pN7Zjc7eVUo9R4,3298
7
7
  alembicverify/pyfixtures.py,sha256=V3JuINcOWSZ85pORn4xIDoSXRIeRaOtgVK8r-KGpBlU,1081
8
8
  alembicverify/util.py,sha256=AI2vyrSvXtmK443IsXHPNk67BYphy-kq37SfmUBjmNg,3849
9
- alembic_verify-1.0.0.dist-info/RECORD,,
9
+ alembic_verify-1.0.2.dist-info/RECORD,,