Compare commits

..

11 commits

Author SHA1 Message Date
Maxwell G
bc053dd015 Orphaned for 6+ weeks 2025-08-19 22:41:21 -05:00
Python Maint
137f17116d Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 15:22:34 +02:00
Fedora Release Engineering
fafd177370 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:16:17 +00:00
Python Maint
bfebc5ee6e Rebuilt for Python 3.14 2025-06-02 22:56:35 +02:00
Fedora Release Engineering
446c10dc29 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 14:42:53 +00:00
Miroslav Suchý
a827081311 convert license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
2024-09-04 22:43:47 +02:00
Fedora Release Engineering
c4738a2569 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 09:05:23 +00:00
Python Maint
778d1e05ab Rebuilt for Python 3.13 2024-06-07 11:00:08 +02:00
Fedora Release Engineering
c771f0cce9 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 08:19:58 +00:00
Fedora Release Engineering
36fa779fe8 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-22 17:56:27 +00:00
Python Maint
d7052e02b8 Rebuilt for Python 3.12 2023-06-13 23:07:31 +02:00
5 changed files with 1 additions and 107 deletions

6
.gitignore vendored
View file

@ -1,6 +0,0 @@
/wad-0.4.1.tar.gz
/wad-0.4.2.tar.gz
/wad-0.4.3.tar.gz
/wad-0.4.4.tar.gz
/wad-0.4.5.tar.gz
/wad-0.4.6.tar.gz

View file

@ -1,3 +0,0 @@
# wad
The wad package

1
dead.package Normal file
View file

@ -0,0 +1 @@
Orphaned for 6+ weeks

View file

@ -1 +0,0 @@
SHA512 (wad-0.4.6.tar.gz) = e47e1bf8eb48ded4c6dce87c0badb60c43f1212c9c168e2498b2eed7c48bbb2247079f03c30cafdff1fc6c11137e79f71ae843339ee2f3c550ff43b59875721a

View file

@ -1,97 +0,0 @@
Name: wad
Version: 0.4.6
Release: 10%{?dist}
Summary: Tool for detecting technologies used by web applications
# wad is GPLv3, wappalyzer source is MIT
License: GPLv3 and MIT
URL: https://github.com/CERN-CERT/WAD
Source0: %{pypi_source}
BuildArch: noarch
BuildRequires: python3-devel
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
application behind that URL, from the OS and web server level, to the
programming platform and frameworks, as well as server- and client-side
applications, tools and libraries.
%prep
%autosetup -n %{name}-%{version}
rm -rf %{pypi_name}.egg-info
mv wad/etc/README.md wad/etc/README-wappalyzer.md
%build
%py3_build
%install
%py3_install
%check
%pytest -v %{name}/tests
%files
%license LICENSE
%doc README.md wad/etc/README-wappalyzer.md
%{_bindir}/wad
%{python3_sitelib}/%{name}/
%{python3_sitelib}/%{name}-%{version}-py*.egg-info/
%changelog
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.4.6-8
- Rebuilt for Python 3.11
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* 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
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.4.6-4
- Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Dec 18 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.4.6-2
- Update macros
* Fri Sep 25 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.4.6-1
- Update to latest upstream release 0.4.6 (#1883156)
* Fri Sep 25 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.4.5-1
- Update to latest upstream release 0.4.5 (#1882610)
* Thu Aug 20 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.4.4-1
- Update to latest upstream release 0.4.4
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.4.3-2
- Rebuilt for Python 3.9
* Sat May 16 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.4.3-1
- Update to latest upstream release 0.4.3
* Sat May 16 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.4.2-1
- Update to latest upstream release 0.4.2
- Fix for Python 3.9 (rhbz#1834183)
* Thu Apr 30 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.4.1-1
- Initial package for Fedora