diff --git a/.gitignore b/.gitignore index b317951..cd49cfb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /wad-0.4.1.tar.gz +/wad-0.4.2.tar.gz diff --git a/sources b/sources index c9fdaf9..319f3fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wad-0.4.1.tar.gz) = 5f9ab93da5fbf80517a092bf80056d2ecedb96325f48ac27993d19a427d26ace008df7d4627f63d0e670f2f9746f84b002116ca3550ace36f06ad02d4bb73246 +SHA512 (wad-0.4.2.tar.gz) = 7ed2a0712ff12d10f70a7d5270a5ba3cb63dee0b2fe101e2eb3c6d7471f355491105c4441f089d64bf4a748e41b7a9cf2e4f894a8252303f3958ee73b563684b diff --git a/wad.spec b/wad.spec index 96611e8..1557cae 100644 --- a/wad.spec +++ b/wad.spec @@ -1,5 +1,5 @@ Name: wad -Version: 0.4.1 +Version: 0.4.2 Release: 1%{?dist} Summary: Tool for detecting technologies used by web applications @@ -42,6 +42,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v %{name}/t %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Sat May 16 2020 Fabian Affolter - 4.7.6-1 +- Update to latest upstream release 0.4.2 +- Fix for Python 3.9 (rhbz#1834183) + * Thu Apr 30 2020 Fabian Affolter - 0.4.1-1 - Initial package for Fedora