Created attachment 226595 [details] ormar.diff QA: * portlint: OK (looks fine.) * testport: OK (poudriere: 13.0, amd64 tested)
Review items: - minor: Match COMMENT with upstream modulo portlint: "Simple async ORM with fastapi in mind and pydantic validation" - Python ports should match their upstream python_requires / *_requires as closely as possible (modulo limitations of our <version-spec>, such as no ! support): setup.py: ... install_requires=[ "databases>=0.3.2,<0.4.4", "pydantic>=1.6.1,!=1.7,!=1.7.1,!=1.7.2,!=1.7.3,!=1.8,!=1.8.1,<=1.8.2", "sqlalchemy>=1.3.18,<=1.3.23", "typing_extensions>=3.7,<=3.7.4.3", ],
Created attachment 226608 [details] ormar.diff
*** This bug has been marked as a duplicate of bug 257370 ***