From 131e56e17829e6925fb940750f63c95a1b0a0950 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 8 May 2020 21:25:26 +0200 Subject: [PATCH 01/29] * Fri May 08 2020 Fabian Affolter - 0.4.1-2 - Add missing BR (rhbz#1829901) * Thu Apr 30 2020 Fabian Affolter - 0.4.1-1 - Initial package for Fedora --- .gitignore | 1 + sources | 1 + wad.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 .gitignore create mode 100644 sources create mode 100644 wad.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b317951 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/wad-0.4.1.tar.gz diff --git a/sources b/sources new file mode 100644 index 0000000..c9fdaf9 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (wad-0.4.1.tar.gz) = 5f9ab93da5fbf80517a092bf80056d2ecedb96325f48ac27993d19a427d26ace008df7d4627f63d0e670f2f9746f84b002116ca3550ace36f06ad02d4bb73246 diff --git a/wad.spec b/wad.spec new file mode 100644 index 0000000..96611e8 --- /dev/null +++ b/wad.spec @@ -0,0 +1,47 @@ +Name: wad +Version: 0.4.1 +Release: 1%{?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: python3-setuptools +BuildRequires: python3-pytest +BuildRequires: python3-mock + +%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 +PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -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 +* Thu Apr 30 2020 Fabian Affolter - 0.4.1-1 +- Initial package for Fedora + From 76be204a533f136b22c8d3f43d12a4abf8485cde Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 16 May 2020 20:11:04 +0200 Subject: [PATCH 02/29] * 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) --- .gitignore | 1 + sources | 2 +- wad.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) 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 From 3309be415a7ef317bbd33f9062d56944a426aea6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 16 May 2020 23:11:47 +0200 Subject: [PATCH 03/29] * Sat May 16 2020 Fabian Affolter - 0.4.3-1 - Update to latest upstream release 0.4.3 --- .gitignore | 1 + sources | 2 +- wad.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cd49cfb..9c85788 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /wad-0.4.1.tar.gz /wad-0.4.2.tar.gz +/wad-0.4.3.tar.gz diff --git a/sources b/sources index 319f3fd..63ba2bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wad-0.4.2.tar.gz) = 7ed2a0712ff12d10f70a7d5270a5ba3cb63dee0b2fe101e2eb3c6d7471f355491105c4441f089d64bf4a748e41b7a9cf2e4f894a8252303f3958ee73b563684b +SHA512 (wad-0.4.3.tar.gz) = f1033454a3354e1168c5fbb5d6524e5d44bcbfa3d7bad763e11ef23864806eb849c7385a2707cd1a75f6d0fc199ae169f48493396b8fbf62c3269694a55ce62a diff --git a/wad.spec b/wad.spec index 1557cae..bd31673 100644 --- a/wad.spec +++ b/wad.spec @@ -1,5 +1,5 @@ Name: wad -Version: 0.4.2 +Version: 0.4.3 Release: 1%{?dist} Summary: Tool for detecting technologies used by web applications @@ -42,7 +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 +* Sat May 16 2020 Fabian Affolter - 0.4.3-1 +- Update to latest upstream release 0.4.3 + +* Sat May 16 2020 Fabian Affolter - 0.4.2-1 - Update to latest upstream release 0.4.2 - Fix for Python 3.9 (rhbz#1834183) From ee88cd7d1696674333f5f712cae44dbb46e0a97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 03:54:48 +0200 Subject: [PATCH 04/29] Rebuilt for Python 3.9 --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index bd31673..8668a4e 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -42,6 +42,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v %{name}/t %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Tue May 26 2020 Miro Hrončok - 0.4.3-2 +- Rebuilt for Python 3.9 + * Sat May 16 2020 Fabian Affolter - 0.4.3-1 - Update to latest upstream release 0.4.3 From d9bade1bb2e6ee3da2a53234f03ed7543667598b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 13:56:42 +0000 Subject: [PATCH 05/29] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index 8668a4e..3dcfb7b 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -42,6 +42,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v %{name}/t %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.4.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue May 26 2020 Miro Hrončok - 0.4.3-2 - Rebuilt for Python 3.9 From 18acba08b7b924ef4a90f457ed66403ef86e90bd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 20 Aug 2020 22:47:01 +0200 Subject: [PATCH 06/29] * Thu Aug 20 2020 Fabian Affolter - 0.4.4-1 - Update to latest upstream release 0.4.4 --- .gitignore | 1 + sources | 2 +- wad.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9c85788..d25ac6d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /wad-0.4.1.tar.gz /wad-0.4.2.tar.gz /wad-0.4.3.tar.gz +/wad-0.4.4.tar.gz diff --git a/sources b/sources index 63ba2bf..0f25908 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wad-0.4.3.tar.gz) = f1033454a3354e1168c5fbb5d6524e5d44bcbfa3d7bad763e11ef23864806eb849c7385a2707cd1a75f6d0fc199ae169f48493396b8fbf62c3269694a55ce62a +SHA512 (wad-0.4.4.tar.gz) = 77076a063b848f98d6571f3f679d2a94a330105aefef9f1fea6ee076ffa5dbf7661d5a705d1e53a961b43090966d15d56a31d1376674bbca3adda8f7bc61d659 diff --git a/wad.spec b/wad.spec index 3dcfb7b..cb91ea8 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad -Version: 0.4.3 -Release: 3%{?dist} +Version: 0.4.4 +Release: 1%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -42,6 +42,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v %{name}/t %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Thu Aug 20 2020 Fabian Affolter - 0.4.4-1 +- Update to latest upstream release 0.4.4 + * Wed Jul 29 2020 Fedora Release Engineering - 0.4.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From a7a7da1f905dff642a10efbbc0fb91fc48bc145c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 25 Sep 2020 09:06:39 +0200 Subject: [PATCH 07/29] * Fri Sep 25 2020 Fabian Affolter - 0.4.5-1 - Update to latest upstream release 0.4.5 (#1882610) --- .gitignore | 1 + sources | 2 +- wad.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d25ac6d..22f8801 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /wad-0.4.2.tar.gz /wad-0.4.3.tar.gz /wad-0.4.4.tar.gz +/wad-0.4.5.tar.gz diff --git a/sources b/sources index 0f25908..3d7278c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wad-0.4.4.tar.gz) = 77076a063b848f98d6571f3f679d2a94a330105aefef9f1fea6ee076ffa5dbf7661d5a705d1e53a961b43090966d15d56a31d1376674bbca3adda8f7bc61d659 +SHA512 (wad-0.4.5.tar.gz) = c533f6f5e0a3fd70ba0eb84b8e059716d7704c0e53e9fc580812ba3e4a003f645204bdb5411bd464daa00d1487589c1d696b39ac4a85cd8a84430321b7b121d9 diff --git a/wad.spec b/wad.spec index cb91ea8..0cf104f 100644 --- a/wad.spec +++ b/wad.spec @@ -1,5 +1,5 @@ Name: wad -Version: 0.4.4 +Version: 0.4.5 Release: 1%{?dist} Summary: Tool for detecting technologies used by web applications @@ -42,6 +42,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v %{name}/t %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Fri Sep 25 2020 Fabian Affolter - 0.4.5-1 +- Update to latest upstream release 0.4.5 (#1882610) + * Thu Aug 20 2020 Fabian Affolter - 0.4.4-1 - Update to latest upstream release 0.4.4 From 7b115936cc45eca544e2dfcfaf75ac50af513c26 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 28 Sep 2020 12:50:10 +0200 Subject: [PATCH 08/29] * Fri Sep 25 2020 Fabian Affolter - 0.4.6-1 - Update to latest upstream release 0.4.6 (#1883156) --- .gitignore | 1 + sources | 2 +- wad.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 22f8801..697df7b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /wad-0.4.3.tar.gz /wad-0.4.4.tar.gz /wad-0.4.5.tar.gz +/wad-0.4.6.tar.gz diff --git a/sources b/sources index 3d7278c..d3376e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (wad-0.4.5.tar.gz) = c533f6f5e0a3fd70ba0eb84b8e059716d7704c0e53e9fc580812ba3e4a003f645204bdb5411bd464daa00d1487589c1d696b39ac4a85cd8a84430321b7b121d9 +SHA512 (wad-0.4.6.tar.gz) = e47e1bf8eb48ded4c6dce87c0badb60c43f1212c9c168e2498b2eed7c48bbb2247079f03c30cafdff1fc6c11137e79f71ae843339ee2f3c550ff43b59875721a diff --git a/wad.spec b/wad.spec index 0cf104f..6f2459c 100644 --- a/wad.spec +++ b/wad.spec @@ -1,5 +1,5 @@ Name: wad -Version: 0.4.5 +Version: 0.4.6 Release: 1%{?dist} Summary: Tool for detecting technologies used by web applications @@ -42,6 +42,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v %{name}/t %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Fri Sep 25 2020 Fabian Affolter - 0.4.6-1 +- Update to latest upstream release 0.4.6 (#1883156) + * Fri Sep 25 2020 Fabian Affolter - 0.4.5-1 - Update to latest upstream release 0.4.5 (#1882610) From 04e7504e506570487a5a44558f34a795d6d18386 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 19 Dec 2020 14:13:25 +0100 Subject: [PATCH 09/29] * Fri Dec 18 2020 Fabian Affolter - 0.4.6-2 - Update macros --- wad.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/wad.spec b/wad.spec index 6f2459c..2d3341b 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -10,9 +10,9 @@ Source0: %{pypi_source} BuildArch: noarch BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-pytest -BuildRequires: python3-mock +BuildRequires: %py3_dist setuptools +BuildRequires: %py3_dist pytest +BuildRequires: %py3_dist mock %description WAD lets you analyze given URL(s) and detect technologies used by web @@ -32,7 +32,7 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %py3_install %check -PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v %{name}/tests +%pytest -v %{name}/tests %files %license LICENSE @@ -42,6 +42,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v %{name}/t %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Fri Dec 18 2020 Fabian Affolter - 0.4.6-2 +- Update macros + * Fri Sep 25 2020 Fabian Affolter - 0.4.6-1 - Update to latest upstream release 0.4.6 (#1883156) From 3d87e26a5a3823b244816fbe3315531999ad30b5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:17:53 +0000 Subject: [PATCH 10/29] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index 2d3341b..04a4778 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -42,6 +42,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.4.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Dec 18 2020 Fabian Affolter - 0.4.6-2 - Update macros From f9daeed4dc42e1224bb43b8160cb2ed1b5549f1a Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 21:19:43 +0200 Subject: [PATCH 11/29] Rebuilt for Python 3.10 --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index 04a4778..6d67617 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -42,6 +42,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Fri Jun 04 2021 Python Maint - 0.4.6-4 +- Rebuilt for Python 3.10 + * Wed Jan 27 2021 Fedora Release Engineering - 0.4.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From dde4a390b297ff446f10130f5b82d574234fb915 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 20:43:40 +0000 Subject: [PATCH 12/29] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index 6d67617..770d594 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.6 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -42,6 +42,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.4.6-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Fri Jun 04 2021 Python Maint - 0.4.6-4 - Rebuilt for Python 3.10 From 349436755ae187c40957cb3e4f23f25a2e4085e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 12 Jan 2022 11:22:00 +0100 Subject: [PATCH 13/29] BuildRequire python3-six which is used but was only transitively pulled in by python3-mock --- wad.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index 770d594..f6d70b8 100644 --- a/wad.spec +++ b/wad.spec @@ -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: 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 @@ -42,6 +43,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Wed Jan 12 2022 Miro Hrončok - 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 - 0.4.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From ed224aae88605d57d637b16068e27cf9399c750e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:14:33 +0000 Subject: [PATCH 14/29] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index f6d70b8..045cc5d 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.6 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -43,6 +43,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.4.6-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Wed Jan 12 2022 Miro Hrončok - 0.4.6-6 - BuildRequire python3-six which is used but was only transitively pulled in by python3-mock From 460e99ab2628d5a8cd9ac1b7dedabc65708ded72 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 31 Jan 2022 17:56:46 -0800 Subject: [PATCH 15/29] epel8-playground decommissioned : https://pagure.io/epel/issue/136 --- README.md | 3 --- dead.package | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 README.md create mode 100644 dead.package diff --git a/README.md b/README.md deleted file mode 100644 index 5592a2c..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# wad - -The wad package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..a72aec0 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +epel8-playground decommissioned : https://pagure.io/epel/issue/136 From 4469a6a09608e715594ecb7231a2e342705a905d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 17:17:54 +0200 Subject: [PATCH 16/29] Rebuilt for Python 3.11 --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index 045cc5d..5d45e93 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.6 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -43,6 +43,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Mon Jun 13 2022 Python Maint - 0.4.6-8 +- Rebuilt for Python 3.11 + * Sat Jan 22 2022 Fedora Release Engineering - 0.4.6-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From ad280cfcb13a6f9f6ea5dc6487c17ca10a6531f4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:10:32 +0000 Subject: [PATCH 17/29] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index 5d45e93..1969792 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.6 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -43,6 +43,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.4.6-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Jun 13 2022 Python Maint - 0.4.6-8 - Rebuilt for Python 3.11 From 9c4f967e7ebcb04fa02ac10cbb1cc4d6abc47c5e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:34:09 +0000 Subject: [PATCH 18/29] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index 1969792..355ba5f 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.6 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -43,6 +43,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 0.4.6-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 0.4.6-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From d7052e02b8b56fb3c6467b378c0b4bd07bb7145c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 23:07:31 +0200 Subject: [PATCH 19/29] Rebuilt for Python 3.12 --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index 355ba5f..ccb7403 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.6 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -43,6 +43,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Tue Jun 13 2023 Python Maint - 0.4.6-11 +- Rebuilt for Python 3.12 + * Sat Jan 21 2023 Fedora Release Engineering - 0.4.6-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 36fa779fe8e5eb13ca78087418cebfd8365f4fcb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:56:27 +0000 Subject: [PATCH 20/29] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index ccb7403..aa35e27 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.6 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -43,6 +43,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0.4.6-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jun 13 2023 Python Maint - 0.4.6-11 - Rebuilt for Python 3.12 From c771f0cce983e2907fe11549975171322a81dd98 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 08:19:58 +0000 Subject: [PATCH 21/29] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index aa35e27..f580186 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.6 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -43,6 +43,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 0.4.6-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 0.4.6-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 778d1e05aba499c8cf718b48430057193b4bc329 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 11:00:08 +0200 Subject: [PATCH 22/29] Rebuilt for Python 3.13 --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index f580186..505e2ec 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.6 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -43,6 +43,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Fri Jun 07 2024 Python Maint - 0.4.6-14 +- Rebuilt for Python 3.13 + * Sat Jan 27 2024 Fedora Release Engineering - 0.4.6-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From c4738a25699f9f32edf0e656f3d02ca9bc977e93 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:05:23 +0000 Subject: [PATCH 23/29] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index 505e2ec..efd29d6 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.6 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -43,6 +43,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0.4.6-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 0.4.6-14 - Rebuilt for Python 3.13 From a8270813119526d7d94f872a567c5a46b6d63149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 22:43:47 +0200 Subject: [PATCH 24/29] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- wad.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wad.spec b/wad.spec index efd29d6..75f9b2b 100644 --- a/wad.spec +++ b/wad.spec @@ -1,10 +1,11 @@ Name: wad Version: 0.4.6 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT -License: GPLv3 and MIT +# Automatically converted from old format: GPLv3 and MIT - review is highly recommended. +License: GPL-3.0-only AND LicenseRef-Callaway-MIT URL: https://github.com/CERN-CERT/WAD Source0: %{pypi_source} BuildArch: noarch @@ -43,6 +44,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Wed Sep 04 2024 Miroslav Suchý - 0.4.6-16 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 0.4.6-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 446c10dc29b8f8dd0456e1865640e373106ec19b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:42:53 +0000 Subject: [PATCH 25/29] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index 75f9b2b..5d5276b 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.6 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -44,6 +44,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.4.6-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Sep 04 2024 Miroslav Suchý - 0.4.6-16 - convert license to SPDX From bfebc5ee6e305fd1216fdf5a68fd3296c488fc77 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 22:56:35 +0200 Subject: [PATCH 26/29] Rebuilt for Python 3.14 --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index 5d5276b..4a59a3a 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.6 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -44,6 +44,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Mon Jun 02 2025 Python Maint - 0.4.6-18 +- Rebuilt for Python 3.14 + * Sun Jan 19 2025 Fedora Release Engineering - 0.4.6-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From fafd17737034d4913ab24cc74aaab0448e0b05e9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:16:17 +0000 Subject: [PATCH 27/29] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index 4a59a3a..38ff8a2 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.6 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -44,6 +44,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.4.6-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Jun 02 2025 Python Maint - 0.4.6-18 - Rebuilt for Python 3.14 From 137f17116dcaef6993279db9dee5ca92f2c44a27 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 15:22:34 +0200 Subject: [PATCH 28/29] Rebuilt for Python 3.14.0rc2 bytecode --- wad.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wad.spec b/wad.spec index 38ff8a2..3f9d257 100644 --- a/wad.spec +++ b/wad.spec @@ -1,6 +1,6 @@ Name: wad Version: 0.4.6 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Tool for detecting technologies used by web applications # wad is GPLv3, wappalyzer source is MIT @@ -44,6 +44,9 @@ mv wad/etc/README.md wad/etc/README-wappalyzer.md %{python3_sitelib}/%{name}-%{version}-py*.egg-info/ %changelog +* Fri Aug 15 2025 Python Maint - 0.4.6-20 +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 0.4.6-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From bc053dd015c3f21248d2886941640e74586ea3ad Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Tue, 19 Aug 2025 22:41:21 -0500 Subject: [PATCH 29/29] Orphaned for 6+ weeks --- .gitignore | 6 --- README.md | 3 -- dead.package | 1 + sources | 1 - wad.spec | 128 --------------------------------------------------- 5 files changed, 1 insertion(+), 138 deletions(-) delete mode 100644 .gitignore delete mode 100644 README.md create mode 100644 dead.package delete mode 100644 sources delete mode 100644 wad.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 697df7b..0000000 --- a/.gitignore +++ /dev/null @@ -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 diff --git a/README.md b/README.md deleted file mode 100644 index 5592a2c..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# wad - -The wad package \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index d3376e0..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (wad-0.4.6.tar.gz) = e47e1bf8eb48ded4c6dce87c0badb60c43f1212c9c168e2498b2eed7c48bbb2247079f03c30cafdff1fc6c11137e79f71ae843339ee2f3c550ff43b59875721a diff --git a/wad.spec b/wad.spec deleted file mode 100644 index 3f9d257..0000000 --- a/wad.spec +++ /dev/null @@ -1,128 +0,0 @@ -Name: wad -Version: 0.4.6 -Release: 20%{?dist} -Summary: Tool for detecting technologies used by web applications - -# wad is GPLv3, wappalyzer source is MIT -# Automatically converted from old format: GPLv3 and MIT - review is highly recommended. -License: GPL-3.0-only AND LicenseRef-Callaway-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 -* Fri Aug 15 2025 Python Maint - 0.4.6-20 -- Rebuilt for Python 3.14.0rc2 bytecode - -* Fri Jul 25 2025 Fedora Release Engineering - 0.4.6-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Mon Jun 02 2025 Python Maint - 0.4.6-18 -- Rebuilt for Python 3.14 - -* Sun Jan 19 2025 Fedora Release Engineering - 0.4.6-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Wed Sep 04 2024 Miroslav Suchý - 0.4.6-16 -- convert license to SPDX - -* Sat Jul 20 2024 Fedora Release Engineering - 0.4.6-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Fri Jun 07 2024 Python Maint - 0.4.6-14 -- Rebuilt for Python 3.13 - -* Sat Jan 27 2024 Fedora Release Engineering - 0.4.6-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jul 22 2023 Fedora Release Engineering - 0.4.6-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Tue Jun 13 2023 Python Maint - 0.4.6-11 -- Rebuilt for Python 3.12 - -* Sat Jan 21 2023 Fedora Release Engineering - 0.4.6-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 0.4.6-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Mon Jun 13 2022 Python Maint - 0.4.6-8 -- Rebuilt for Python 3.11 - -* Sat Jan 22 2022 Fedora Release Engineering - 0.4.6-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Wed Jan 12 2022 Miro Hrončok - 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 - 0.4.6-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 0.4.6-4 -- Rebuilt for Python 3.10 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.4.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Dec 18 2020 Fabian Affolter - 0.4.6-2 -- Update macros - -* Fri Sep 25 2020 Fabian Affolter - 0.4.6-1 -- Update to latest upstream release 0.4.6 (#1883156) - -* Fri Sep 25 2020 Fabian Affolter - 0.4.5-1 -- Update to latest upstream release 0.4.5 (#1882610) - -* Thu Aug 20 2020 Fabian Affolter - 0.4.4-1 -- Update to latest upstream release 0.4.4 - -* Wed Jul 29 2020 Fedora Release Engineering - 0.4.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro Hrončok - 0.4.3-2 -- Rebuilt for Python 3.9 - -* Sat May 16 2020 Fabian Affolter - 0.4.3-1 -- Update to latest upstream release 0.4.3 - -* Sat May 16 2020 Fabian Affolter - 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 - 0.4.1-1 -- Initial package for Fedora -