mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
databases/py-sqlalchemy14: Update to 1.4.25
Changes: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
This commit is contained in:
parent
5aeb72f312
commit
3c9ff3ac90
@ -1,5 +1,5 @@
|
||||
PORTNAME= sqlalchemy
|
||||
PORTVERSION= 1.4.23
|
||||
PORTVERSION= 1.4.25
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1632037034
|
||||
SHA256 (SQLAlchemy-1.4.23.tar.gz) = 76ff246881f528089bf19385131b966197bb494653990396d2ce138e2a447583
|
||||
SIZE (SQLAlchemy-1.4.23.tar.gz) = 7730769
|
||||
TIMESTAMP = 1632664322
|
||||
SHA256 (SQLAlchemy-1.4.25.tar.gz) = 1adf3d25e2e33afbcd48cfad8076f9378793be43e7fec3e4334306cac6bec138
|
||||
SIZE (SQLAlchemy-1.4.25.tar.gz) = 7776002
|
||||
|
@ -6,6 +6,7 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_modules/examples/association/proxied_association.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_modules/examples/asyncio/async_orm.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_modules/examples/asyncio/basic.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_modules/examples/asyncio/gather_orm_statements.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_modules/examples/asyncio/greenlet_orm.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_modules/examples/custom_attributes/active_column_defaults.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_modules/examples/custom_attributes/custom_management.html
|
||||
@ -428,6 +429,7 @@
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/asyncio/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/asyncio/async_orm.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/asyncio/basic.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/asyncio/gather_orm_statements.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/asyncio/greenlet_orm.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/__init__.py
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/custom_attributes/active_column_defaults.py
|
||||
|
Loading…
Reference in New Issue
Block a user