From bf0d3227c1b4c8841a2359e47a30c9486b1830f8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:51:14 +0000 Subject: [PATCH 01/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 69e88fa..ef838ec 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -39,6 +39,9 @@ sed -i -e "s/aiohttp~=3.0/aiohttp<4.0/g" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.0.4-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.0.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 86fe1238768d5f5a089edc4e87e53adec6e5a5cc Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 15:43:42 +0200 Subject: [PATCH 02/16] Rebuilt for Python 3.11 --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index ef838ec..568fdfa 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -39,6 +39,9 @@ sed -i -e "s/aiohttp~=3.0/aiohttp<4.0/g" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Mon Jun 13 2022 Python Maint - 1.0.4-8 +- Rebuilt for Python 3.11 + * Sat Jan 22 2022 Fedora Release Engineering - 1.0.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 5345c43a08c720a1e076e9c27baad0d426c15bd9 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 18 Jul 2022 09:04:49 -0700 Subject: [PATCH 03/16] Drop cchardet requirement, not really needed (#2099189) --- xcat.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/xcat.spec b/xcat.spec index 568fdfa..3b5751b 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -20,12 +20,16 @@ send data directly to xcat. %prep %autosetup - -%build -%py3_build # Fix dep for generator sed -i -e "s/'xpath-expressions~=1.0'/'xpath-expressions'/g" setup.py sed -i -e "s/aiohttp~=3.0/aiohttp<4.0/g" setup.py +# drop cchardet dep, it does not really use it and our package is FTI +# https://bugzilla.redhat.com/show_bug.cgi?id=2099189 +# https://bugzilla.redhat.com/show_bug.cgi?id=2021804 +sed -i -e "/cchardet/d" setup.py + +%build +%py3_build %install %py3_install @@ -39,6 +43,9 @@ sed -i -e "s/aiohttp~=3.0/aiohttp<4.0/g" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Mon Jul 18 2022 Adam Williamson - 1.0.4-9 +- Drop cchardet requirement, not really needed (#2099189) + * Mon Jun 13 2022 Python Maint - 1.0.4-8 - Rebuilt for Python 3.11 From 564bf74542a99f55a94f3f726f46b01a747447ad Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:50:29 +0000 Subject: [PATCH 04/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 3b5751b..1b1ab8e 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.0.4-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Mon Jul 18 2022 Adam Williamson - 1.0.4-9 - Drop cchardet requirement, not really needed (#2099189) From 69192917bb8db2e03718e5316a350cb72626df5d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:12:20 +0000 Subject: [PATCH 05/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 1b1ab8e..aa60706 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.0.4-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.0.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From d01d5426f0a2abf2093b64d88ad9adb84ca768eb Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 21:00:27 +0200 Subject: [PATCH 06/16] Rebuilt for Python 3.12 --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index aa60706..206e76a 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Tue Jun 13 2023 Python Maint - 1.0.4-12 +- Rebuilt for Python 3.12 + * Sat Jan 21 2023 Fedora Release Engineering - 1.0.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 2ede9d1fdde4f20aa499ac771d873a747ea417f5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:34:32 +0000 Subject: [PATCH 07/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 206e76a..0d555e7 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.0.4-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jun 13 2023 Python Maint - 1.0.4-12 - Rebuilt for Python 3.12 From 78bff9940b515cd3c0d880bdea811509f3dee64d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:22:52 +0000 Subject: [PATCH 08/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 0d555e7..43716cc 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.0.4-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.0.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 0d137a6ef5a90c10338962cb2689f901854c0300 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 09:12:41 +0200 Subject: [PATCH 09/16] Rebuilt for Python 3.13 --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 43716cc..68925c3 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Fri Jun 07 2024 Python Maint - 1.0.4-15 +- Rebuilt for Python 3.13 + * Sat Jan 27 2024 Fedora Release Engineering - 1.0.4-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 634fbe60b43b9ccd57c3d8aa3e72acd27e82f1ce Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:46:18 +0000 Subject: [PATCH 10/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 68925c3..e48bfa3 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.0.4-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Fri Jun 07 2024 Python Maint - 1.0.4-15 - Rebuilt for Python 3.13 From 5896fbd44ad403f3774de8f4ef2c4437174be730 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:29:37 +0000 Subject: [PATCH 11/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index e48bfa3..9dd5274 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 16%{?dist} +Release: 17%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.0.4-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 1.0.4-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From fe1858486acb3a2a314f3a6e5719c65f47f12c0f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 20:54:21 +0200 Subject: [PATCH 12/16] Rebuilt for Python 3.14 --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 9dd5274..ad5c17a 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 17%{?dist} +Release: 18%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Mon Jun 02 2025 Python Maint - 1.0.4-18 +- Rebuilt for Python 3.14 + * Sun Jan 19 2025 Fedora Release Engineering - 1.0.4-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From cfac050202c42c8fe15922ec514b18b9ec2b3e3f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:39:39 +0000 Subject: [PATCH 13/16] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index ad5c17a..16486c2 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 18%{?dist} +Release: 19%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.0.4-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Jun 02 2025 Python Maint - 1.0.4-18 - Rebuilt for Python 3.14 From 09553eb93449a1905a7e8ff2388dfe2a62288859 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 15:23:11 +0200 Subject: [PATCH 14/16] Rebuilt for Python 3.14.0rc2 bytecode --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index 16486c2..ce736af 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 19%{?dist} +Release: 20%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Fri Aug 15 2025 Python Maint - 1.0.4-20 +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 1.0.4-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From aaef604806ce150f9b50f05bd967f511d5096de1 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 15:03:41 +0200 Subject: [PATCH 15/16] Rebuilt for Python 3.14.0rc3 bytecode --- xcat.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xcat.spec b/xcat.spec index ce736af..ba84462 100644 --- a/xcat.spec +++ b/xcat.spec @@ -1,6 +1,6 @@ Name: xcat Version: 1.0.4 -Release: 20%{?dist} +Release: 21%{?dist} Summary: A command line tool to explore blind XPath injection vulnerabilities License: MIT @@ -43,6 +43,9 @@ sed -i -e "/cchardet/d" setup.py %{python3_sitelib}/%{name}-*.egg-info/ %changelog +* Fri Sep 19 2025 Python Maint - 1.0.4-21 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 1.0.4-20 - Rebuilt for Python 3.14.0rc2 bytecode From a23b0f0946efa6714fc9cb1909d8c9b6639f0d3e Mon Sep 17 00:00:00 2001 From: Orphaned Packages Process Date: Fri, 5 Dec 2025 17:38:44 -0600 Subject: [PATCH 16/16] Orphaned for 6+ weeks --- .gitignore | 2 - dead.package | 1 + sources | 1 - xcat.spec | 164 --------------------------------------------------- 4 files changed, 1 insertion(+), 167 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xcat.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index ffc5faf..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/xcat-0.7.1.zip -/xcat-1.0.4.tar.gz 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 ceb6dac..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (xcat-1.0.4.tar.gz) = 01b6301557053bc7dff301189daeb20fde9f641d609e9e74ace1b3f79ba618a49862dcecbe6e63e94b44df89cdc3c8ad475cb44b91f88f2e912dc0b7f9358fb3 diff --git a/xcat.spec b/xcat.spec deleted file mode 100644 index ba84462..0000000 --- a/xcat.spec +++ /dev/null @@ -1,164 +0,0 @@ -Name: xcat -Version: 1.0.4 -Release: 21%{?dist} -Summary: A command line tool to explore blind XPath injection vulnerabilities - -License: MIT -URL: https://github.com/orf/xcat -Source0: %{pypi_source %{name}} -BuildArch: noarch - -BuildRequires: python3-devel -BuildRequires: python3-setuptools - -%description -XCat is a command line program that aides in the exploitation of blind XPath -injection vulnerabilities. It can be used to retrieve the whole XML document -being processed by a vulnerable XPath query, read arbitrary files on the -hosts filesystem and utilize out of bound HTTP requests to make the server -send data directly to xcat. - -%prep -%autosetup -# Fix dep for generator -sed -i -e "s/'xpath-expressions~=1.0'/'xpath-expressions'/g" setup.py -sed -i -e "s/aiohttp~=3.0/aiohttp<4.0/g" setup.py -# drop cchardet dep, it does not really use it and our package is FTI -# https://bugzilla.redhat.com/show_bug.cgi?id=2099189 -# https://bugzilla.redhat.com/show_bug.cgi?id=2021804 -sed -i -e "/cchardet/d" setup.py - -%build -%py3_build - -%install -%py3_install - -%files -%doc README.md -# License file was removed: https://github.com/orf/xcat/pull/35 -#%%license LICENSE -%{_bindir}/%{name} -%{python3_sitelib}/%{name}/ -%{python3_sitelib}/%{name}-*.egg-info/ - -%changelog -* Fri Sep 19 2025 Python Maint - 1.0.4-21 -- Rebuilt for Python 3.14.0rc3 bytecode - -* Fri Aug 15 2025 Python Maint - 1.0.4-20 -- Rebuilt for Python 3.14.0rc2 bytecode - -* Fri Jul 25 2025 Fedora Release Engineering - 1.0.4-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Mon Jun 02 2025 Python Maint - 1.0.4-18 -- Rebuilt for Python 3.14 - -* Sun Jan 19 2025 Fedora Release Engineering - 1.0.4-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Sat Jul 20 2024 Fedora Release Engineering - 1.0.4-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Fri Jun 07 2024 Python Maint - 1.0.4-15 -- Rebuilt for Python 3.13 - -* Sat Jan 27 2024 Fedora Release Engineering - 1.0.4-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jul 22 2023 Fedora Release Engineering - 1.0.4-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Tue Jun 13 2023 Python Maint - 1.0.4-12 -- Rebuilt for Python 3.12 - -* Sat Jan 21 2023 Fedora Release Engineering - 1.0.4-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Jul 23 2022 Fedora Release Engineering - 1.0.4-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Mon Jul 18 2022 Adam Williamson - 1.0.4-9 -- Drop cchardet requirement, not really needed (#2099189) - -* Mon Jun 13 2022 Python Maint - 1.0.4-8 -- Rebuilt for Python 3.11 - -* Sat Jan 22 2022 Fedora Release Engineering - 1.0.4-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 1.0.4-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 1.0.4-5 -- Rebuilt for Python 3.10 - -* Wed Jan 27 2021 Fedora Release Engineering - 1.0.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.0.4-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue May 26 2020 Miro Hrončok - 1.0.4-2 -- Rebuilt for Python 3.9 - -* Tue Mar 24 2020 Fabian Affolter - 1.0.4-8 -- Update to latest upstream release 1.0.4 - -* Fri Jan 31 2020 Fedora Release Engineering - 0.7.1-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Thu Oct 03 2019 Miro Hrončok - 0.7.1-18 -- Rebuilt for Python 3.8.0rc1 (#1748018) - -* Mon Aug 19 2019 Miro Hrončok - 0.7.1-17 -- Rebuilt for Python 3.8 - -* Sat Jul 27 2019 Fedora Release Engineering - 0.7.1-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 0.7.1-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 0.7.1-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Tue Jun 19 2018 Miro Hrončok - 0.7.1-13 -- Rebuilt for Python 3.7 - -* Fri Feb 09 2018 Fedora Release Engineering - 0.7.1-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.7.1-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 0.7.1-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Mon Dec 19 2016 Miro Hrončok - 0.7.1-9 -- Rebuild for Python 3.6 - -* Fri Nov 25 2016 Fabian Affolter - 0.7.1-8 -- Cleanup - -* Tue Jul 19 2016 Fedora Release Engineering - 0.7.1-7 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Fri Feb 05 2016 Fedora Release Engineering - 0.7.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Nov 10 2015 Fedora Release Engineering - 0.7.1-5 -- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 - -* Tue Oct 06 2015 Fabian Affolter - 0.7.1-4 -- Rebuilt - -* Wed Jul 22 2015 Fabian Affolter - 0.7.1-3 -- Rebuilt - -* Fri Jun 19 2015 Fedora Release Engineering - 0.7.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Feb 26 2014 Fabian Affolter - 0.7.1-1 -- Initial package for Fedora