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
Merge requests
!63880
community/py3-nats: upgrade to 2.7.2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
community/py3-nats: upgrade to 2.7.2
ncopa/aports:py3-nats
into
master
Overview
0
Commits
1
Pipelines
3
Changes
1
Merged
Natanael Copa
requested to merge
ncopa/aports:py3-nats
into
master
11 months ago
Overview
0
Commits
1
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
a52cacf9
11 months ago
master (base)
and
latest version
latest version
af2e2bc8
1 commit,
11 months ago
version 1
a52cacf9
1 commit,
11 months ago
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
community/py3-nats/APKBUILD
+
3
−
3
Options
@@ -2,7 +2,7 @@
# Maintainer: Henrik Riomar <henrik.riomar@gmail.com>
pkgname
=
py3-nats
_pkgname
=
nats.py
pkgver
=
2.
6.0
pkgver
=
2.
7.2
pkgrel
=
0
pkgdesc
=
"Python3 client for NATS"
url
=
"https://github.com/nats-io/nats.py"
@@ -40,7 +40,7 @@ build() {
check
()
{
python3
-m
venv
--clear
--without-pip
--system-site-packages
.testenv
.testenv/bin/python3
-m
installer .dist/
*
.whl
.testenv/bin/python3
-m
pytest
-k
"not test_fetch_n and not test_subscribe_iterate_next_msg"
.testenv/bin/python3
-m
pytest
}
package
()
{
@@ -48,5 +48,5 @@ package() {
}
sha512sums
=
"
766bd12f687f19134935e2d43f2d53943b2284103daa0d606146bb17636c69ce368f63f7b9701a963242f38c0136f030d7f629612473e3b2c7a9ed25f391f53b
nats.py-2.
6.0
.tar.gz
4ce5820d1c4e495b50153355c96c47a994ecba021b92531f68ee342ac895aa7a3896102dc799072d8747bed0609d8db53431250685ad8dd7c56aafe5d9c94c45
nats.py-2.
7.2
.tar.gz
"
Loading