Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
c7771ac6
Commit
c7771ac6
authored
1 month ago
by
Daniel Néri
Committed by
Kevin Daudt
3 weeks ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-sqlalchemy: upgrade to 2.0.38
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.38
parent
f19effd7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!77609
community/py3-sqlalchemy: upgrade to 2.0.38
Pipeline
#305869
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-sqlalchemy/APKBUILD
+4
-3
4 additions, 3 deletions
community/py3-sqlalchemy/APKBUILD
with
4 additions
and
3 deletions
community/py3-sqlalchemy/APKBUILD
+
4
−
3
View file @
c7771ac6
# Contributor: Steven Guikal <void@fluix.one>
# Contributor: Steven Guikal <void@fluix.one>
# Maintainer: Steven Guikal <void@fluix.one>
# Maintainer: Steven Guikal <void@fluix.one>
pkgname
=
py3-sqlalchemy
pkgname
=
py3-sqlalchemy
pkgver
=
2.0.3
4
pkgver
=
2.0.3
8
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"object relational mapper for Python"
pkgdesc
=
"object relational mapper for Python"
url
=
"https://pypi.org/project/SQLAlchemy"
url
=
"https://pypi.org/project/SQLAlchemy"
...
@@ -52,7 +52,8 @@ build() {
...
@@ -52,7 +52,8 @@ build() {
check
()
{
check
()
{
python3
-m
venv
--clear
--without-pip
--system-site-packages
.testenv
python3
-m
venv
--clear
--without-pip
--system-site-packages
.testenv
.testenv/bin/python3
-m
installer .dist/
*
.whl
.testenv/bin/python3
-m
installer .dist/
*
.whl
.testenv/bin/python3
-m
pytest
-n
auto
# mypy plugin tests fail with mypy 1.14.x
.testenv/bin/python3
-m
pytest
-n
auto
-m
"not mypy"
}
}
package
()
{
package
()
{
...
@@ -61,5 +62,5 @@ package() {
...
@@ -61,5 +62,5 @@ package() {
}
}
sha512sums
=
"
sha512sums
=
"
fd585ed9a78a86deaab1f84b5ff29f37120c08f3c8c93566786b73d74ce67f
1f
7
10
97e43d42b0999be1aca493ae1c55d5a0c2d49386b65dcca566c036401232b
sqlalchemy-2.0.3
4
.tar.gz
244df15b30a2d585aa9cb1d89b7460b1e75871a5e41579a23743bbfe40ece9c5c24308e317ccb7686ba7599a2e02a6
1f
6
10
77da6e1ab8567e4e31d61d4d77380
sqlalchemy-2.0.3
8
.tar.gz
"
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment