Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Python3 dnsrecon
@ 2023-11-19 20:00 jason1987d
  2023-11-19 20:10 ` [PR REVIEW] [WIP] python3-dnsrecon: update to 1.1.5 ahesford
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: jason1987d @ 2023-11-19 20:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1262 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/47317

Python3 dnsrecon
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/47317.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-dnsrecon-47317.patch --]
[-- Type: text/x-diff, Size: 2492 bytes --]

From 8b1fe420335c012a0421b14576a4f4275e840a25 Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Sun, 19 Nov 2023 13:55:23 -0600
Subject: [PATCH 1/2] python3-pyflakes: Update to 3.1.0.

---
 srcpkgs/python3-pyflakes/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python3-pyflakes/template b/srcpkgs/python3-pyflakes/template
index 49feba052dd0e..ceb4cca74e197 100644
--- a/srcpkgs/python3-pyflakes/template
+++ b/srcpkgs/python3-pyflakes/template
@@ -1,6 +1,6 @@
 # Template file for 'python3-pyflakes'
 pkgname=python3-pyflakes
-version=3.0.1
+version=3.1.0
 revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://github.com/PyCQA/pyflakes"
 changelog="https://raw.githubusercontent.com/PyCQA/pyflakes/master/NEWS.rst"
 distfiles="${PYPI_SITE}/p/pyflakes/pyflakes-${version}.tar.gz"
-checksum=ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd
+checksum=a0aae034c444db0071aa077972ba4768d40c830d9539fd45bf4cd3f8f6992efc
 conflicts="python-pyflakes>=0"
 
 post_install() {

From 86f0557c8bfac215b789c222f17069f018b82ce0 Mon Sep 17 00:00:00 2001
From: Jason Elswick <jason@jasondavid.tv>
Date: Sun, 19 Nov 2023 13:59:25 -0600
Subject: [PATCH 2/2] python3-dnsrecon: update to 1.1.5.

---
 srcpkgs/python3-dnsrecon/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python3-dnsrecon/template b/srcpkgs/python3-dnsrecon/template
index ba1bd1f1722d2..3052401bfb75b 100644
--- a/srcpkgs/python3-dnsrecon/template
+++ b/srcpkgs/python3-dnsrecon/template
@@ -1,14 +1,14 @@
 # Template file for 'python3-dnsrecon'
 pkgname=python3-dnsrecon
-version=1.1.4
+version=1.1.5
 revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3 python3-netaddr python3-dnspython python3-lxml python3-flake8 python3-setuptools"
+depends="python3 python3-netaddr python3-dnspython python3-lxml python3-flake8 python3-setuptools python3-pyflakes"
 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=ef3a7969b2cf25d1a65a62043a8dbede73103920e2c17c72e8c1aa7c1cc467b2
+checksum=528881c6f2cf759ce91c895c19345768902c3fd811b05dbdfba864f5980aef9c

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2023-11-27  1:14 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-19 20:00 [PR PATCH] Python3 dnsrecon jason1987d
2023-11-19 20:10 ` [PR REVIEW] [WIP] python3-dnsrecon: update to 1.1.5 ahesford
2023-11-19 20:23 ` jason1987d
2023-11-19 20:25 ` jason1987d
2023-11-19 20:48 ` ahesford
2023-11-19 21:34 ` jason1987d
2023-11-19 21:59 ` ahesford
2023-11-19 22:02 ` [PR PATCH] [Updated] " jason1987d
2023-11-19 22:04 ` jason1987d
2023-11-19 22:04 ` jason1987d
2023-11-19 23:10 ` ahesford
2023-11-24  2:49 ` jason1987d
2023-11-26  4:31 ` [PR PATCH] [Updated] " jason1987d
2023-11-26  5:42 ` jason1987d
2023-11-26 15:35 ` jason1987d
2023-11-26 19:30 ` ahesford
2023-11-26 20:49 ` jason1987d
2023-11-27  1:08 ` ahesford
2023-11-27  1:14 ` [PR PATCH] [Closed]: " ahesford

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).