databases/py-sqlalchemy14: Update to 1.4.38
Changes: https://docs.sqlalchemy.org/en/14/changelog/changelog_14.html
This commit is contained in:
parent
6fe3eccb28
commit
190a7b060e
3 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= sqlalchemy
|
||||
PORTVERSION= 1.4.37
|
||||
PORTVERSION= 1.4.38
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1654275857
|
||||
SHA256 (SQLAlchemy-1.4.37.tar.gz) = 3688f92c62db6c5df268e2264891078f17ecb91e3141b400f2e28d0f75796dea
|
||||
SIZE (SQLAlchemy-1.4.37.tar.gz) = 8155965
|
||||
TIMESTAMP = 1656092924
|
||||
SHA256 (SQLAlchemy-1.4.38.tar.gz) = 93ae1d2ef42fbf0f0b3d44b35225bda123310df4b33c9bf662e7b50a68c48a98
|
||||
SIZE (SQLAlchemy-1.4.38.tar.gz) = 8211925
|
||||
|
|
|
@ -58,6 +58,7 @@
|
|||
%%PORTDOCS%%%%DOCSDIR%%/_modules/examples/vertical/dictlike-polymorphic.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_modules/examples/vertical/dictlike.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_modules/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/_sphinx_javascript_frameworks_compat.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/basic.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/changelog.css
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/clipboard.min.js
|
||||
|
@ -73,7 +74,7 @@
|
|||
%%PORTDOCS%%%%DOCSDIR%%/_static/dragons_original.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/file.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/init.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/jquery-3.5.1.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/jquery-3.6.0.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/language_data.js
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_static/minus.png
|
||||
|
@ -187,6 +188,7 @@
|
|||
%%PORTDOCS%%%%DOCSDIR%%/build/orm/composites.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/orm/constructors.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/orm/contextual.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/orm/dataclasses.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/orm/declarative_config.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/orm/declarative_mapping.rst
|
||||
%%PORTDOCS%%%%DOCSDIR%%/build/orm/declarative_mixins.rst
|
||||
|
@ -357,6 +359,7 @@
|
|||
%%PORTDOCS%%%%DOCSDIR%%/orm/composites.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/orm/constructors.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/orm/contextual.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/orm/dataclasses.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/orm/declarative_config.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/orm/declarative_mapping.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/orm/declarative_mixins.html
|
||||
|
|
Loading…
Reference in a new issue