* [PR PATCH] python3-dnsrecon update (also add python3-loguru)
@ 2024-10-20 17:16 jason1987d
2024-11-01 1:50 ` [PR PATCH] [Merged]: " classabbyamp
0 siblings, 1 reply; 2+ messages in thread
From: jason1987d @ 2024-10-20 17:16 UTC (permalink / raw)
To: ml
[-- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PR PATCH] [Merged]: python3-dnsrecon update (also add python3-loguru)
2024-10-20 17:16 [PR PATCH] python3-dnsrecon update (also add python3-loguru) jason1987d
@ 2024-11-01 1:50 ` classabbyamp
0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2024-11-01 1:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 606 bytes --]
There's a merged pull request on the void-packages repository
python3-dnsrecon update (also add python3-loguru)
https://github.com/void-linux/void-packages/pull/52705
Description:
#### 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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-01 1:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-20 17:16 [PR PATCH] python3-dnsrecon update (also add python3-loguru) jason1987d
2024-11-01 1:50 ` [PR PATCH] [Merged]: " classabbyamp
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).