From 8b1fe420335c012a0421b14576a4f4275e840a25 Mon Sep 17 00:00:00 2001 From: Jason Elswick 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 00cc7ce3e752faaea3bbd94a6785d0f249063be4 Mon Sep 17 00:00:00 2001 From: Jason Elswick Date: Sun, 19 Nov 2023 13:59:25 -0600 Subject: [PATCH 2/2] python3-dnsrecon: update to 1.1.5. --- .../python3-dnsrecon/patches/requirements-dev.txt.diff | 8 ++++++++ srcpkgs/python3-dnsrecon/patches/requirements.txt.diff | 9 +++++++++ srcpkgs/python3-dnsrecon/template | 10 +++++----- 3 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 srcpkgs/python3-dnsrecon/patches/requirements-dev.txt.diff create mode 100644 srcpkgs/python3-dnsrecon/patches/requirements.txt.diff diff --git a/srcpkgs/python3-dnsrecon/patches/requirements-dev.txt.diff b/srcpkgs/python3-dnsrecon/patches/requirements-dev.txt.diff new file mode 100644 index 0000000000000..76f385d34bdd5 --- /dev/null +++ b/srcpkgs/python3-dnsrecon/patches/requirements-dev.txt.diff @@ -0,0 +1,8 @@ +--- a/file 1969-12-31 18:00:00.000000000 -0600 ++++ b/requirements-dev.txt 2023-11-19 15:25:45.599952918 -0600 +@@ -0,0 +1,5 @@ ++-r requirements.txt ++pytest ++black==23.7.0 ++flake8==6.1.0 ++isort==5.12.0 diff --git a/srcpkgs/python3-dnsrecon/patches/requirements.txt.diff b/srcpkgs/python3-dnsrecon/patches/requirements.txt.diff new file mode 100644 index 0000000000000..cb7722c20c91e --- /dev/null +++ b/srcpkgs/python3-dnsrecon/patches/requirements.txt.diff @@ -0,0 +1,9 @@ +--- a/requirements.txt 2023-11-19 15:38:53.078304888 -0600 ++++ b/requirements.txt 2023-11-19 16:00:30.710566194 -0600 +@@ -1,6 +1,3 @@ + dnspython>=2.0.0 + netaddr + lxml +-flake8 +-pytest +- diff --git a/srcpkgs/python3-dnsrecon/template b/srcpkgs/python3-dnsrecon/template index ba1bd1f1722d2..ceeae7f5238e1 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 -revision=2 +version=1.1.5 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3 python3-netaddr python3-dnspython python3-lxml python3-flake8 python3-setuptools" -checkdepends="${depends} python3-pytest" +depends="python3 python3-netaddr python3-dnspython python3-lxml" +checkdepends="${depends} python3-flake8 python3-pyflakes python3-pytest" short_desc="DNS enumeration script" maintainer="Jason Elswick " 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