-
Notifications
You must be signed in to change notification settings - Fork 2.3k
dnsrecon: update to 1.5.0. #56539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
dnsrecon: update to 1.5.0. #56539
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While hostmakedepends
are packages needed to build the main package (e.g., pdm-backend), run-time dependencies must be added to depends
(e.g., python3-redis).
srcpkgs/python3-fastapi/template
Outdated
version=0.116.1 | ||
revision=1 | ||
build_style=python3-pep517 | ||
hostmakedepends="python3-setuptools python3-wheel python3-pdm-backend" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hostmakedepends="python3-setuptools python3-wheel python3-pdm-backend" | |
hostmakedepends="python3-pdm-backend" |
srcpkgs/python3-slowapi/template
Outdated
version=0.1.9 | ||
revision=1 | ||
build_style=python3-pep517 | ||
hostmakedepends="python3-setuptools python3-wheel python3-limits python3-poetry-core python3-redis" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hostmakedepends="python3-setuptools python3-wheel python3-limits python3-poetry-core python3-redis" | |
hostmakedepends="python3-poetry-core" | |
depends="python3-limits python3-redis" |
srcpkgs/python3-limits/template
Outdated
version=5.4.0 | ||
revision=1 | ||
build_style=python3-pep517 | ||
hostmakedepends="python3-setuptools python3-wheel" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hostmakedepends="python3-setuptools python3-wheel" | |
hostmakedepends="python3-setuptools" |
srcpkgs/dnsrecon/template
Outdated
@@ -1,18 +1,18 @@ | |||
# Template file for 'dnsrecon' | |||
pkgname=dnsrecon | |||
version=1.4.0 | |||
version=1.5.0 | |||
revision=1 | |||
build_style=python3-pep517 | |||
make_check_args="-k not(test_zone_transfer)" | |||
hostmakedepends="python3-wheel" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hostmakedepends="python3-wheel" | |
hostmakedepends="python3-setuptools" |
I misread one of your suggestions but I think I got it now. |
Testing the changes
Some of the new dependencies are new packages.
New package
This new package conforms to the package requirements: YES
I built this PR locally for my native architecture, x86_64-libc