From ea6c847ced06b82399d44d18c8b4a7a31adb1acc Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 17:17:47 +0200 Subject: [PATCH 01/33] Rebuilt for Python 3.11 From 690eb1cab6be5ddb8d5091c5ab92c5317050efb6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 11:30:51 +0000 Subject: [PATCH 02/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 0ac459fbc03be75d6cb65b49148a12907a92c5b1 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Thu, 4 Aug 2022 10:05:52 +0100 Subject: [PATCH 03/33] feat: update to 0.9.10 (fixes rhbz#2115175) --- .gitignore | 1 + sources | 2 +- urlscan.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3b12fad..288303b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /urlscan-0.9.6.tar.gz /urlscan-0.9.8.tar.gz /urlscan-0.9.9.tar.gz +/urlscan-0.9.10.tar.gz diff --git a/sources b/sources index a3e41d4..af61574 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (urlscan-0.9.9.tar.gz) = 737265f8ff6a38f8826100ece557c6f08480074c42e31997a4b8ec92e5b045192192d8b33baac9602910f384142b7ee70ad97514b9b18e64ce0a1e01983a062d +SHA512 (urlscan-0.9.10.tar.gz) = 3bcf1bf361dcc1fc3866bf9a17c2c97fcbfc445a705ef84ec3f451fe30f9bf00dc9141b478068834b960429296a6b79d58707c0bd2eff68b4fd0dd21aadaae40 diff --git a/urlscan.spec b/urlscan.spec index f51bd54..2652b14 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -1,5 +1,5 @@ Name: urlscan -Version: 0.9.9 +Version: 0.9.10 Release: %autorelease Summary: Extract and browse the URLs contained in an email (urlview replacement) From 9b039df922a39979e5bd2f59ce697effb66ba64b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 05:56:03 +0000 Subject: [PATCH 04/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering From d36e020f6b2ca70d59cf08db10c7a630a876664a Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Wed, 7 Jun 2023 08:55:26 +0100 Subject: [PATCH 05/33] feat: update to 1.0.0 (fixes rhbz#2211863) --- .gitignore | 1 + sources | 2 +- urlscan-remove-doc.patch | 13 ------------- urlscan.spec | 14 +++++++++++--- 4 files changed, 13 insertions(+), 17 deletions(-) delete mode 100644 urlscan-remove-doc.patch diff --git a/.gitignore b/.gitignore index 288303b..c25f8d0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /urlscan-0.9.8.tar.gz /urlscan-0.9.9.tar.gz /urlscan-0.9.10.tar.gz +/urlscan-1.0.0.tar.gz diff --git a/sources b/sources index af61574..31f4e50 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (urlscan-0.9.10.tar.gz) = 3bcf1bf361dcc1fc3866bf9a17c2c97fcbfc445a705ef84ec3f451fe30f9bf00dc9141b478068834b960429296a6b79d58707c0bd2eff68b4fd0dd21aadaae40 +SHA512 (urlscan-1.0.0.tar.gz) = 2f1f288bf31b5237644703fe70552c81bdeb9c44ed451aac2beff9a80d49fea64df2e03961e273b993d9a619c8cebb7b3f06e8f07ef60c25bddbc99825865d52 diff --git a/urlscan-remove-doc.patch b/urlscan-remove-doc.patch deleted file mode 100644 index 9f33a33..0000000 --- a/urlscan-remove-doc.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -ur urlscan-0.9.8.orig/setup.py urlscan-0.9.8/setup.py ---- urlscan-0.9.8.orig/setup.py 2021-12-22 18:20:36.526135645 +0000 -+++ urlscan-0.9.8/setup.py 2021-12-22 18:22:49.112596528 +0000 -@@ -24,8 +24,7 @@ - 'console_scripts': ['urlscan=urlscan.__main__:main'] - }, - package_data={'urlscan': ['assets/*']}, -- data_files=[('share/doc/urlscan', ['README.md', 'COPYING']), -- ('share/man/man1', ['urlscan.1'])], -+ data_files=[('share/man/man1', ['urlscan.1'])], - license="GPLv2", - install_requires=["urwid>=1.2.1"], - classifiers=[ diff --git a/urlscan.spec b/urlscan.spec index 2652b14..05d66c9 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -1,5 +1,5 @@ Name: urlscan -Version: 0.9.10 +Version: 1.0.0 Release: %autorelease Summary: Extract and browse the URLs contained in an email (urlview replacement) @@ -7,7 +7,6 @@ License: GPLv2+ URL: https://github.com/firecat53/%{name} Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz Source1: muttrc -Patch0: %{name}-remove-doc.patch BuildArch: noarch BuildRequires: python3-devel @@ -19,24 +18,33 @@ the current terminal. It is primarily meant as a replacement for urlview. %prep -%autosetup -p1 +%autosetup cp -p %{SOURCE1} . +# stop installing LICENSE file in docdir +sed -i '/^LICENSE/ d' pyproject.toml + # remove shebang sed -i '/\/usr\/bin\/env.*python/ d' urlscan/__main__.py %generate_buildrequires +export SETUPTOOLS_SCM_PRETEND_VERSION='%{version}' %pyproject_buildrequires %build +export SETUPTOOLS_SCM_PRETEND_VERSION='%{version}' %pyproject_wheel %install +export SETUPTOOLS_SCM_PRETEND_VERSION='%{version}' %pyproject_install %pyproject_save_files urlscan +# remove extra file +rm -fr %{buildroot}/%{_docdir}/%{name}/ + %files -f %{pyproject_files} %doc muttrc README.md From d6eda14bd1cebff66caa14e3057b98d5bd11dc1e Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 14 Jun 2023 00:06:46 +0200 Subject: [PATCH 06/33] Rebuilt for Python 3.12 From 121d79be98da414ac00e735036d4941287b3ff37 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:14:04 +0000 Subject: [PATCH 07/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering From f1d0c6695322dc250dd8ead4e25a37940eecddf8 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Sat, 29 Jul 2023 00:04:00 +0100 Subject: [PATCH 08/33] feat: use spdx license --- urlscan.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urlscan.spec b/urlscan.spec index 05d66c9..80491cc 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -3,7 +3,7 @@ Version: 1.0.0 Release: %autorelease Summary: Extract and browse the URLs contained in an email (urlview replacement) -License: GPLv2+ +License: GPL-2.0-or-later URL: https://github.com/firecat53/%{name} Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz Source1: muttrc From 01fffb0802338b73c0ed1823635c78cec0ed1a91 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Sat, 29 Jul 2023 00:05:05 +0100 Subject: [PATCH 09/33] feat: add packit config --- .packit.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..fe9441a --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,8 @@ +upstream_project_url: https://github.com/firecat53/urlscan +copy_upstream_release_description: false + +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-all From 5e8c7648d7d8647d7c18467157a971cf297960df Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Sat, 29 Jul 2023 00:07:17 +0100 Subject: [PATCH 10/33] feat: update to 1.0.1 (fixes rhbz#2225286) --- .gitignore | 1 + sources | 2 +- urlscan.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c25f8d0..1b495e0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /urlscan-0.9.9.tar.gz /urlscan-0.9.10.tar.gz /urlscan-1.0.0.tar.gz +/urlscan-1.0.1.tar.gz diff --git a/sources b/sources index 31f4e50..3049a34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (urlscan-1.0.0.tar.gz) = 2f1f288bf31b5237644703fe70552c81bdeb9c44ed451aac2beff9a80d49fea64df2e03961e273b993d9a619c8cebb7b3f06e8f07ef60c25bddbc99825865d52 +SHA512 (urlscan-1.0.1.tar.gz) = e66e08cadc599fae8ed61c946cfbb08e2465da8a778ad5966307f08bf3ec717b05cfc04691cd1fc979c81e3568dbf3f2f112234f77d30c496388ffa7c09561d7 diff --git a/urlscan.spec b/urlscan.spec index 80491cc..24ea6d6 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -1,5 +1,5 @@ Name: urlscan -Version: 1.0.0 +Version: 1.0.1 Release: %autorelease Summary: Extract and browse the URLs contained in an email (urlview replacement) From 28ee072e27711461162f4baf86f922d1597f64e8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 07:14:06 +0000 Subject: [PATCH 11/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From cb7063bd55ce7a84fcf5ae9d8df63cf63e8fca90 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Mon, 29 Apr 2024 11:47:38 +0100 Subject: [PATCH 12/33] fix: add patch (fixes rh#2277705) --- 0001-fix-urwid-add-import.patch | 25 +++++++++++++++++++++++++ urlscan.spec | 15 ++++++++++++--- 2 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 0001-fix-urwid-add-import.patch diff --git a/0001-fix-urwid-add-import.patch b/0001-fix-urwid-add-import.patch new file mode 100644 index 0000000..e109a0d --- /dev/null +++ b/0001-fix-urwid-add-import.patch @@ -0,0 +1,25 @@ +From a7ddb23d98c317fa418db27038448c1bb430dc95 Mon Sep 17 00:00:00 2001 +From: "Ankur Sinha (Ankur Sinha Gmail)" +Date: Mon, 29 Apr 2024 11:38:30 +0100 +Subject: [PATCH] fix(urwid): add import + +Fixes #146 +--- + urlscan/urlchoose.py | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/urlscan/urlchoose.py b/urlscan/urlchoose.py +index 8f050b2..0426774 100644 +--- a/urlscan/urlchoose.py ++++ b/urlscan/urlchoose.py +@@ -30,6 +30,7 @@ from threading import Thread + import webbrowser + + import urwid ++import urwid.decoration + import urwid.curses_display + import urwid.raw_display + +-- +2.44.0 + diff --git a/urlscan.spec b/urlscan.spec index 24ea6d6..2bfbe97 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -1,15 +1,24 @@ +%global forgeurl https://github.com/firecat53/urlscan + Name: urlscan Version: 1.0.1 Release: %autorelease Summary: Extract and browse the URLs contained in an email (urlview replacement) +%global tag %{version} +%forgemeta + License: GPL-2.0-or-later -URL: https://github.com/firecat53/%{name} -Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +URL: %{forgeurl} +Source0: %{forgesource} Source1: muttrc +# https://github.com/firecat53/urlscan/pull/147 +Patch: 0001-fix-urwid-add-import.patch + BuildArch: noarch BuildRequires: python3-devel +BuildRequires: git-core %description @@ -18,7 +27,7 @@ the current terminal. It is primarily meant as a replacement for urlview. %prep -%autosetup +%forgeautosetup -S git cp -p %{SOURCE1} . # stop installing LICENSE file in docdir From ffca091ac759141b9e52a6f7195013de83c67ef4 Mon Sep 17 00:00:00 2001 From: Packit Date: Wed, 1 May 2024 16:26:30 +0000 Subject: [PATCH 13/33] Update to 1.0.2 upstream release - Resolves: rhbz#2278171 Upstream tag: 1.0.2 Upstream commit: 8143a0e5 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 3 +++ sources | 2 +- urlscan.spec | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 README.packit diff --git a/.gitignore b/.gitignore index 1b495e0..ff66a4c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /urlscan-0.9.10.tar.gz /urlscan-1.0.0.tar.gz /urlscan-1.0.1.tar.gz +/urlscan-1.0.2.tar.gz diff --git a/README.packit b/README.packit new file mode 100644 index 0000000..066b312 --- /dev/null +++ b/README.packit @@ -0,0 +1,3 @@ +This repository is maintained by packit. +https://packit.dev/ +The file was generated using packit 0.95.0.post1.dev8+gce6bd577. diff --git a/sources b/sources index 3049a34..591ff13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (urlscan-1.0.1.tar.gz) = e66e08cadc599fae8ed61c946cfbb08e2465da8a778ad5966307f08bf3ec717b05cfc04691cd1fc979c81e3568dbf3f2f112234f77d30c496388ffa7c09561d7 +SHA512 (urlscan-1.0.2.tar.gz) = b09b20153e0dfb1ec6c83b0a34e4e2e63bf676d25103e6d93350e0f91b82f4de771a0f5e33f9da37dec81b1af73f154164376eb5214b88aee22bbbb29ea50a39 diff --git a/urlscan.spec b/urlscan.spec index 2bfbe97..b4cbdc3 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/firecat53/urlscan Name: urlscan -Version: 1.0.1 +Version: 1.0.2 Release: %autorelease Summary: Extract and browse the URLs contained in an email (urlview replacement) From 1ee35249fea6665b42718f3a137fa3774fd1a683 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Sun, 5 May 2024 17:10:50 +0100 Subject: [PATCH 14/33] chore: update packit config --- .packit.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index fe9441a..e5d3919 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -1,8 +1,13 @@ upstream_project_url: https://github.com/firecat53/urlscan copy_upstream_release_description: false +upstream_tag_template: "{version}" jobs: - job: pull_from_upstream trigger: release dist_git_branches: - - fedora-all + - fedora-rawhide + - job: koji_build + trigger: commit + dist_git_branches: + - fedora-rawhide From 4890d2188f1f4dc22f8890e76fef99949fd2c81b Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Sun, 5 May 2024 17:14:49 +0100 Subject: [PATCH 15/33] chore: remove unused patch (fixes rh#2278171) --- 0001-fix-urwid-add-import.patch | 25 ------------------------- urlscan.spec | 3 --- 2 files changed, 28 deletions(-) delete mode 100644 0001-fix-urwid-add-import.patch diff --git a/0001-fix-urwid-add-import.patch b/0001-fix-urwid-add-import.patch deleted file mode 100644 index e109a0d..0000000 --- a/0001-fix-urwid-add-import.patch +++ /dev/null @@ -1,25 +0,0 @@ -From a7ddb23d98c317fa418db27038448c1bb430dc95 Mon Sep 17 00:00:00 2001 -From: "Ankur Sinha (Ankur Sinha Gmail)" -Date: Mon, 29 Apr 2024 11:38:30 +0100 -Subject: [PATCH] fix(urwid): add import - -Fixes #146 ---- - urlscan/urlchoose.py | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/urlscan/urlchoose.py b/urlscan/urlchoose.py -index 8f050b2..0426774 100644 ---- a/urlscan/urlchoose.py -+++ b/urlscan/urlchoose.py -@@ -30,6 +30,7 @@ from threading import Thread - import webbrowser - - import urwid -+import urwid.decoration - import urwid.curses_display - import urwid.raw_display - --- -2.44.0 - diff --git a/urlscan.spec b/urlscan.spec index b4cbdc3..092d65e 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -13,9 +13,6 @@ URL: %{forgeurl} Source0: %{forgesource} Source1: muttrc -# https://github.com/firecat53/urlscan/pull/147 -Patch: 0001-fix-urwid-add-import.patch - BuildArch: noarch BuildRequires: python3-devel BuildRequires: git-core From 81a203ba80eccea053d9a0541f824c6f21342577 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 7 Jun 2024 12:30:27 +0200 Subject: [PATCH 16/33] Rebuilt for Python 3.13 From c8c3741fe3f90408766068ff4b3fc241ec3dac52 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:23:05 +0000 Subject: [PATCH 17/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From af03400945ca4cf3244581a62df7eb983feec5d2 Mon Sep 17 00:00:00 2001 From: Packit Date: Mon, 18 Nov 2024 19:51:47 +0000 Subject: [PATCH 18/33] Update to 1.0.4 upstream release - Resolves: rhbz#2298538 Upstream tag: 1.0.4 Upstream commit: 16a20aa2 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- sources | 2 +- urlscan.spec | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ff66a4c..c128762 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /urlscan-1.0.0.tar.gz /urlscan-1.0.1.tar.gz /urlscan-1.0.2.tar.gz +/urlscan-1.0.4.tar.gz diff --git a/README.packit b/README.packit index 066b312..58044ba 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.95.0.post1.dev8+gce6bd577. +The file was generated using packit 0.104.0. diff --git a/sources b/sources index 591ff13..541f4fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (urlscan-1.0.2.tar.gz) = b09b20153e0dfb1ec6c83b0a34e4e2e63bf676d25103e6d93350e0f91b82f4de771a0f5e33f9da37dec81b1af73f154164376eb5214b88aee22bbbb29ea50a39 +SHA512 (urlscan-1.0.4.tar.gz) = 23528cab31782250e4e7cb7ec4a3910f7ac82de6457850075284b45d8e782305ca9b922dd020ab53db61f59f83ea781c7637782d9633b7b5db4983f92d2fdb72 diff --git a/urlscan.spec b/urlscan.spec index 092d65e..fef8266 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/firecat53/urlscan Name: urlscan -Version: 1.0.2 +Version: 1.0.4 Release: %autorelease Summary: Extract and browse the URLs contained in an email (urlview replacement) From 926c2d5eed034f178c87e32e9f4bf08a72ff2ed3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 13:53:54 +0000 Subject: [PATCH 19/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From bff53218f5007cc9bed49c0937bf89091b2d1673 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Wed, 12 Feb 2025 11:59:14 +0000 Subject: [PATCH 20/33] feat: update to 1.0.6 (fixes rh#2328291) --- .gitignore | 1 + sources | 2 +- urlscan.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c128762..f241335 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /urlscan-1.0.1.tar.gz /urlscan-1.0.2.tar.gz /urlscan-1.0.4.tar.gz +/urlscan-1.0.6.tar.gz diff --git a/sources b/sources index 541f4fe..5cc26e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (urlscan-1.0.4.tar.gz) = 23528cab31782250e4e7cb7ec4a3910f7ac82de6457850075284b45d8e782305ca9b922dd020ab53db61f59f83ea781c7637782d9633b7b5db4983f92d2fdb72 +SHA512 (urlscan-1.0.6.tar.gz) = f7411b10f512fcdc5f42e5ce8afe746c66a7e6987e6db6e8d1b567bdca6ec3168f7bb9414abd3e3f4da86049fa8106143465b7941f4c1f8def131ba29dfaa728 diff --git a/urlscan.spec b/urlscan.spec index fef8266..bf9f0be 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/firecat53/urlscan Name: urlscan -Version: 1.0.4 +Version: 1.0.6 Release: %autorelease Summary: Extract and browse the URLs contained in an email (urlview replacement) From a1900288ba8adfcce88a13357b4fcd7e3d087439 Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 18 May 2025 04:30:42 +0000 Subject: [PATCH 21/33] Update to 1.0.7 upstream release - Resolves: rhbz#2367033 Upstream tag: 1.0.7 Upstream commit: 44c01517 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- sources | 2 +- urlscan.spec | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f241335..9d2fda2 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /urlscan-1.0.2.tar.gz /urlscan-1.0.4.tar.gz /urlscan-1.0.6.tar.gz +/urlscan-1.0.7.tar.gz diff --git a/README.packit b/README.packit index 58044ba..807ffc6 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.104.0. +The file was generated using packit 1.6.0.post1.dev2+gd5a7662a. diff --git a/sources b/sources index 5cc26e0..b80508c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (urlscan-1.0.6.tar.gz) = f7411b10f512fcdc5f42e5ce8afe746c66a7e6987e6db6e8d1b567bdca6ec3168f7bb9414abd3e3f4da86049fa8106143465b7941f4c1f8def131ba29dfaa728 +SHA512 (urlscan-1.0.7.tar.gz) = 1d0eff390721e071864feec8e4b4a84702c805314271235218331fb1aaf6b4bf1e394dae38b2356e7ea065ebca7d1d4946216ab7c0e9833e1587ff0cdaf27e5e diff --git a/urlscan.spec b/urlscan.spec index bf9f0be..40fd87e 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/firecat53/urlscan Name: urlscan -Version: 1.0.6 +Version: 1.0.7 Release: %autorelease Summary: Extract and browse the URLs contained in an email (urlview replacement) From aceec096da939eeda7c7dc138deb103e9505e57f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 3 Jun 2025 00:00:56 +0200 Subject: [PATCH 22/33] Rebuilt for Python 3.14 From 022d0b370058493a9253f1385665f187d012fbcc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:51:20 +0000 Subject: [PATCH 23/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 8483c7b3b3ce61a6c92b00c3fa4836e93b55258b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 15:21:35 +0200 Subject: [PATCH 24/33] Rebuilt for Python 3.14.0rc2 bytecode From da0196ae8609dd4219053e8b795a09dfa100627f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 15:01:42 +0200 Subject: [PATCH 25/33] Rebuilt for Python 3.14.0rc3 bytecode From dac33b365dcceda3f209f883a28a9f66462d0de2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:40:28 +0000 Subject: [PATCH 26/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 178bf146991aa0c362b30404bbcedc8bab7476c7 Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 25 Jan 2026 21:27:54 +0000 Subject: [PATCH 27/33] Update to 1.0.8 upstream release - Resolves: rhbz#2432713 Upstream tag: 1.0.8 Upstream commit: de9fd279 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- sources | 2 +- urlscan.spec | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9d2fda2..daa0f7e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /urlscan-1.0.4.tar.gz /urlscan-1.0.6.tar.gz /urlscan-1.0.7.tar.gz +/urlscan-1.0.8.tar.gz diff --git a/README.packit b/README.packit index 807ffc6..39e81ea 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.6.0.post1.dev2+gd5a7662a. +The file was generated using packit 1.14.0.post1.dev2+g6506c7467. diff --git a/sources b/sources index b80508c..6830993 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (urlscan-1.0.7.tar.gz) = 1d0eff390721e071864feec8e4b4a84702c805314271235218331fb1aaf6b4bf1e394dae38b2356e7ea065ebca7d1d4946216ab7c0e9833e1587ff0cdaf27e5e +SHA512 (urlscan-1.0.8.tar.gz) = b64d825253103ad31d45ecb416be30ebc606f1b978d2a9a6e1a1ff18b20146a755c5d5ad73ea9931f90740f0cbee603507dd4546e35f38fca496867db907012d diff --git a/urlscan.spec b/urlscan.spec index 40fd87e..c95aeac 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/firecat53/urlscan Name: urlscan -Version: 1.0.7 +Version: 1.0.8 Release: %autorelease Summary: Extract and browse the URLs contained in an email (urlview replacement) From 2431fdf5d2216cb803b0a38edd29581822a7e667 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 3 Jun 2026 23:03:36 +0200 Subject: [PATCH 28/33] Rebuilt for Python 3.15 From bbb99d6adf9ca41b7227c9246369bf3078f033dd Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 5 Jun 2026 14:04:48 +0000 Subject: [PATCH 29/33] Update to 1.0.9 upstream release - Resolves: rhbz#2485458 Upstream tag: 1.0.9 Upstream commit: a14f389d Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- sources | 2 +- urlscan.spec | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index daa0f7e..e233727 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /urlscan-1.0.6.tar.gz /urlscan-1.0.7.tar.gz /urlscan-1.0.8.tar.gz +/urlscan-1.0.9.tar.gz diff --git a/README.packit b/README.packit index 39e81ea..4e76cbe 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.14.0.post1.dev2+g6506c7467. +The file was generated using packit 1.16.0.post1.dev8+g8a0482385. diff --git a/sources b/sources index 6830993..0add0ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (urlscan-1.0.8.tar.gz) = b64d825253103ad31d45ecb416be30ebc606f1b978d2a9a6e1a1ff18b20146a755c5d5ad73ea9931f90740f0cbee603507dd4546e35f38fca496867db907012d +SHA512 (urlscan-1.0.9.tar.gz) = e70d02f2278e5494801bc3671677de7ab0be8cd3caf6247c75a7ec8e2c5a1c6a035caa3cb16a7c06b578e3b7d8109a04498d41caa7e9f1f53d66a8e42f2d1ed1 diff --git a/urlscan.spec b/urlscan.spec index c95aeac..09afcd8 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/firecat53/urlscan Name: urlscan -Version: 1.0.8 +Version: 1.0.9 Release: %autorelease Summary: Extract and browse the URLs contained in an email (urlview replacement) From bb4e66ffeeeb6e1e8a911f8fb194fed7a644ddf4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:15:05 +0000 Subject: [PATCH 30/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild From 02814e6660be09c098337ec6a39ec4ee55d6c70c Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 16 Aug 2026 17:37:26 +0000 Subject: [PATCH 31/33] Update to 1.1.2 upstream release - Resolves: rhbz#2516119 Upstream tag: 1.1.2 Upstream commit: 1c15a8cd Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + README.packit | 2 +- sources | 2 +- urlscan.spec | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e233727..ed70646 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /urlscan-1.0.7.tar.gz /urlscan-1.0.8.tar.gz /urlscan-1.0.9.tar.gz +/urlscan-1.1.2.tar.gz diff --git a/README.packit b/README.packit index 4e76cbe..68a092a 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.16.0.post1.dev8+g8a0482385. +The file was generated using packit 1.16.2.post1.dev8+g69d783e81. diff --git a/sources b/sources index 0add0ed..19a2282 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (urlscan-1.0.9.tar.gz) = e70d02f2278e5494801bc3671677de7ab0be8cd3caf6247c75a7ec8e2c5a1c6a035caa3cb16a7c06b578e3b7d8109a04498d41caa7e9f1f53d66a8e42f2d1ed1 +SHA512 (urlscan-1.1.2.tar.gz) = 2bf008a8ce60df2a0997f3c2161975578c19e0b130454411f9e97d02c70096c3841492e4607be808cd575c6dd1529c6c82747ccd231b6e56b959f6c5461979e1 diff --git a/urlscan.spec b/urlscan.spec index 09afcd8..741f4fa 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/firecat53/urlscan Name: urlscan -Version: 1.0.9 +Version: 1.1.2 Release: %autorelease Summary: Extract and browse the URLs contained in an email (urlview replacement) From 806f008ec39978fcba4504994794960ac6bb60c5 Mon Sep 17 00:00:00 2001 From: Packit Date: Sun, 16 Aug 2026 17:37:38 +0000 Subject: [PATCH 32/33] Update to 1.1.1 upstream release - Resolves: rhbz#2516119 Upstream tag: 1.1.1 Upstream commit: 77195d73 Commit authored by Packit automation (https://packit.dev/) --- .gitignore | 1 + sources | 2 +- urlscan.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ed70646..48813b4 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /urlscan-1.0.8.tar.gz /urlscan-1.0.9.tar.gz /urlscan-1.1.2.tar.gz +/urlscan-1.1.1.tar.gz diff --git a/sources b/sources index 19a2282..bd0cccb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (urlscan-1.1.2.tar.gz) = 2bf008a8ce60df2a0997f3c2161975578c19e0b130454411f9e97d02c70096c3841492e4607be808cd575c6dd1529c6c82747ccd231b6e56b959f6c5461979e1 +SHA512 (urlscan-1.1.1.tar.gz) = 01efe7b21ab85c20cdc3545a025a9374520dc09d78b99062d6fa48d869ca22a1dadd614f502a7bfec741e50fcb1d7abde8876ad9ebfdf9f8a63caf12b7f6a3b2 diff --git a/urlscan.spec b/urlscan.spec index 741f4fa..bdd9e5c 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/firecat53/urlscan Name: urlscan -Version: 1.1.2 +Version: 1.1.1 Release: %autorelease Summary: Extract and browse the URLs contained in an email (urlview replacement) From 69db10a60897dd9bb2e784578d7bd00c1e23e35e Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Thu, 20 Aug 2026 11:15:16 +0100 Subject: [PATCH 33/33] feat: update to 1.1.2 Fixes rhbz#2516119 --- sources | 2 +- urlscan.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources b/sources index bd0cccb..19a2282 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (urlscan-1.1.1.tar.gz) = 01efe7b21ab85c20cdc3545a025a9374520dc09d78b99062d6fa48d869ca22a1dadd614f502a7bfec741e50fcb1d7abde8876ad9ebfdf9f8a63caf12b7f6a3b2 +SHA512 (urlscan-1.1.2.tar.gz) = 2bf008a8ce60df2a0997f3c2161975578c19e0b130454411f9e97d02c70096c3841492e4607be808cd575c6dd1529c6c82747ccd231b6e56b959f6c5461979e1 diff --git a/urlscan.spec b/urlscan.spec index bdd9e5c..741f4fa 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/firecat53/urlscan Name: urlscan -Version: 1.1.1 +Version: 1.1.2 Release: %autorelease Summary: Extract and browse the URLs contained in an email (urlview replacement)