From: jason1987d <jason1987d@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] python3-dnsrecon update (also add python3-loguru)
Date: Sun, 20 Oct 2024 19:16:18 +0200 [thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52705@inbox.vuxu.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 772 bytes --]
There is a new pull request by jason1987d against master on the void-packages repository
https://github.com/jason1987d/void-packages python3-dnsrecon
https://github.com/void-linux/void-packages/pull/52705
python3-dnsrecon update (also add python3-loguru)
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package (python3-loguru) conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-libc
The dependencies for dnsrecon have changed as of 1.3.0.
A patch file from https://github.com/void-linux/void-packages/pull/52705.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-dnsrecon-52705.patch --]
[-- Type: text/x-diff, Size: 2598 bytes --]
From cee00e867702f55976b86639d45dd99a33c924c6 Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.us>
Date: Sun, 20 Oct 2024 11:38:36 -0500
Subject: [PATCH 1/2] New package: python3-loguru-0.7.2
---
srcpkgs/python3-loguru/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/python3-loguru/template
diff --git a/srcpkgs/python3-loguru/template b/srcpkgs/python3-loguru/template
new file mode 100644
index 00000000000000..734ceb1d765bda
--- /dev/null
+++ b/srcpkgs/python3-loguru/template
@@ -0,0 +1,17 @@
+# Template file for 'python3-loguru'
+pkgname=python3-loguru
+version=0.7.2
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-flit_core python3-setuptools"
+depends="python3"
+short_desc="Python logging made (stupidly) simple"
+maintainer="Jason Elswick <jason@jasondavid.us>"
+license="MIT"
+homepage="https://github.com/Delgan/loguru"
+distfiles="https://github.com/Delgan/loguru/archive/refs/tags/${version}.tar.gz"
+checksum=2b3517ef6941a3bb24ed108074194041b3de429d5d43fe9d51359f4abdd8bad5
+
+post_install() {
+ vlicense LICENSE
+}
From 8d557149275e7007b597bc8a763367cb5003cb9e Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.us>
Date: Sun, 20 Oct 2024 11:43:23 -0500
Subject: [PATCH 2/2] python3-dnsrecon: update to 1.3.0.
---
srcpkgs/python3-dnsrecon/template | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/srcpkgs/python3-dnsrecon/template b/srcpkgs/python3-dnsrecon/template
index 3a353c3e1cfb3c..053055b5001fac 100644
--- a/srcpkgs/python3-dnsrecon/template
+++ b/srcpkgs/python3-dnsrecon/template
@@ -1,16 +1,15 @@
# Template file for 'python3-dnsrecon'
pkgname=python3-dnsrecon
-version=1.2.0
+version=1.3.0
revision=1
build_style=python3-pep517
make_check_args="-k not(test_zone_transfer)"
hostmakedepends="python3-wheel"
-depends="python3 python3-netaddr python3-dnspython python3-lxml"
-checkdepends="${depends} python3-flake8 python3-pyflakes python3-pytest"
+depends="python3 python3-netaddr python3-dnspython python3-lxml python3-requests python3-loguru"
+checkdepends="${depends} python3-pytest"
short_desc="DNS enumeration script"
maintainer="Jason Elswick <jason@jasondavid.tv>"
license="GPL-2.0-only"
homepage="https://github.com/darkoperator/dnsrecon"
distfiles="https://github.com/darkoperator/dnsrecon/archive/refs/tags/${version}.tar.gz"
-checksum=76fe1d5f776116060bec93b296874a8f81606de3a58b5f926d8a2fbada74fe8a
-make_check=no # requires python3-pytest >=8.0.0
+checksum=a59580f1dfb309965f6e1912b90bbc8c9ea965cc19939535094e80a3072af30c
next reply other threads:[~2024-10-20 17:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-20 17:16 jason1987d [this message]
2024-11-01 1:50 ` [PR PATCH] [Merged]: " classabbyamp
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-52705@inbox.vuxu.org \
--to=jason1987d@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).