#1 BuildRequire python3-six which is used but was only transitively pulled in by python3-mock
Merged 2 years ago by churchyard. Opened 2 years ago by churchyard.
rpms/ churchyard/wad six  into  rawhide

file modified
+5 -1
@@ -1,6 +1,6 @@ 

  Name:           wad

  Version:        0.4.6

- Release:        5%{?dist}

+ Release:        6%{?dist}

  Summary:        Tool for detecting technologies used by web applications

  

  # wad is GPLv3, wappalyzer source is MIT
@@ -13,6 +13,7 @@ 

  BuildRequires:  %py3_dist setuptools

  BuildRequires:  %py3_dist pytest

  BuildRequires:  %py3_dist mock

+ BuildRequires:  %py3_dist six

  

  %description

  WAD lets you analyze given URL(s) and detect technologies used by web
@@ -42,6 +43,9 @@ 

  %{python3_sitelib}/%{name}-%{version}-py*.egg-info/

  

  %changelog

+ * Wed Jan 12 2022 Miro Hrončok <mhroncok@redhat.com> - 0.4.6-6

+ - BuildRequire python3-six which is used but was only transitively pulled in by python3-mock

+ 

  * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-5

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

  

no initial comment

Considering the mass rebuild has started, I am merging this to avoid the need for a rebase.

Pull-Request has been merged by churchyard

2 years ago
Metadata