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
26a9b496
Commit
26a9b496
authored
3 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
testing/py3-dnslib: upgrade to 0.9.16
parent
bf2ba626
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/py3-dnslib/APKBUILD
+10
-4
10 additions, 4 deletions
testing/py3-dnslib/APKBUILD
with
10 additions
and
4 deletions
testing/py3-dnslib/APKBUILD
+
10
−
4
View file @
26a9b496
...
...
@@ -2,9 +2,9 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname
=
py3-dnslib
_pkgname
=
dnslib
pkgver
=
0.9.1
4
pkgrel
=
2
pkgdesc
=
"
A
simple library to encode/decode DNS wire-format packets"
pkgver
=
0.9.1
6
pkgrel
=
0
pkgdesc
=
"simple library to encode/decode DNS wire-format packets"
url
=
"https://github.com/paulc/dnslib"
arch
=
"noarch"
license
=
"BSD-2-Clause"
...
...
@@ -20,8 +20,14 @@ build() {
python3 setup.py build
}
check
()
{
PYTHONPATH
=
"
$PWD
/build/lib"
python3 dnslib/test_decode.py
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"75638ae5ac238ae60151bdf52f678be2afa21da429670ebf1eb4dfda04e871d171664995b52690fd921aeee28d25630d0fad015677471e68563ba04dbbbd52f6 dnslib-0.9.14.tar.gz"
sha512sums
=
"
debe8a68cd88224a42aec3800683e803f8928dfd67645b58e0fd7f74eff6b22bad09a84e7b322c3e19e7aecb7b70ea086a2ab4b3f8d91c11dc3efc6f8b288ff2 dnslib-0.9.16.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