Skip to content

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

jason1987d
Copy link
Contributor

  • New package: python3-limits-5.4.0
  • New package: python3-fastapi-0.116.1
  • New package: python3-slowapi-0.1.9
  • dnsrecon: update to 1.5.0.

Testing the changes

  • I tested the changes in this PR: YES

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

Copy link
Contributor

@mmdbalkhi mmdbalkhi left a 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).

version=0.116.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-pdm-backend"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
hostmakedepends="python3-setuptools python3-wheel python3-pdm-backend"
hostmakedepends="python3-pdm-backend"

version=0.1.9
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-limits python3-poetry-core python3-redis"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
hostmakedepends="python3-setuptools python3-wheel python3-limits python3-poetry-core python3-redis"
hostmakedepends="python3-poetry-core"
depends="python3-limits python3-redis"

version=5.4.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
hostmakedepends="python3-setuptools python3-wheel"
hostmakedepends="python3-setuptools"

@@ -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"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
hostmakedepends="python3-wheel"
hostmakedepends="python3-setuptools"

https://github.com/darkoperator/dnsrecon/blob/f70983329bc51ba09aac205430dd2331cb96c275/pyproject.toml#L55

@jason1987d
Copy link
Contributor Author

I misread one of your suggestions but I think I got it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants