[Bug 257315] [NEW PORT] databases/py-orm: Python async ORM with FastAPI in mind and pydantic validation

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 22 Jul 2021 01:45:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257315

Kubilay Kocak <koobs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |feature, needs-patch,
                   |                            |needs-qa
            Summary|[NEWPORT] databases/py-orm: |[NEW PORT]
                   |Python async ORM with       |databases/py-orm: Python
                   |FastAPI in mind and         |async ORM with FastAPI in
                   |pydantic validation         |mind and pydantic
                   |                            |validation
                 CC|                            |meka@tilda.center,
                   |                            |python@FreeBSD.org
              Flags|                            |maintainer-feedback?(meka@t
                   |                            |ilda.center)
             Status|New                         |Open

--- Comment #1 from Kubilay Kocak <koobs@FreeBSD.org> ---
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",
  ],

-- 
You are receiving this mail because:
You are the assignee for the bug.