From c103191891686f2e4c0cff35830e8f922304d527 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Fri, 16 May 2025 08:12:20 +0300 Subject: [PATCH 1/5] Update to 15.7.1 --- .gitignore | 1 + prepare.sh | 12 ++++++------ python-recipe-scrapers.spec | 2 +- sources | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 883f77f..48ca4e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /recipe-scrapers-15.2.1-clean.tar.gz +/recipe-scrapers-15.7.1-clean.tar.gz diff --git a/prepare.sh b/prepare.sh index c48f574..3870024 100644 --- a/prepare.sh +++ b/prepare.sh @@ -1,9 +1,9 @@ #!/bin/bash - -wget https://github.com/hhursev/recipe-scrapers/archive/15.2.1/recipe-scrapers-15.2.1.tar.gz -tar -xf recipe-scrapers-15.2.1.tar.gz -cd recipe-scrapers-15.2.1/ +VERSION=$1 +wget https://github.com/hhursev/recipe-scrapers/archive/${VERSION}/recipe-scrapers-${VERSION}.tar.gz +tar -xf recipe-scrapers-${VERSION}.tar.gz +cd recipe-scrapers-${VERSION}/ rm -r tests/test_data/ cd .. -tar -cvf recipe-scrapers-15.2.1-clean.tar recipe-scrapers-15.2.1 -gzip recipe-scrapers-15.2.1-clean.tar +tar -cvf recipe-scrapers-${VERSION}-clean.tar recipe-scrapers-${VERSION} +gzip recipe-scrapers-${VERSION}-clean.tar diff --git a/python-recipe-scrapers.spec b/python-recipe-scrapers.spec index 2ceb38a..d946801 100644 --- a/python-recipe-scrapers.spec +++ b/python-recipe-scrapers.spec @@ -1,6 +1,6 @@ %global srcname recipe-scrapers %global forgeurl https://github.com/hhursev/%{srcname} -Version: 15.2.1 +Version: 15.7.1 %global tag v%{version} %forgemeta diff --git a/sources b/sources index 355c83f..79de926 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (recipe-scrapers-15.2.1-clean.tar.gz) = e95f7c43e31156c9bcdc47026fec09a2eaec0d527a3cd1a77abb9e3ea3a5f3179378c88e0851968dc8cfdb4f14716a79fbd59fac90f1f28466199d32a130621d +SHA512 (recipe-scrapers-15.7.1-clean.tar.gz) = e1a44caf3b1c1fa38907752b4733e06662929f0e4ec09f73f70a2ca062d2ddf1e7bcf392fbbb8a439c8c90565b789d94fcd1ff0f44c9f9f19876ba2e6ee9f469 From c6a66cf4148e2de85630e4ad63a483f869cc6525 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 13 Jun 2025 11:13:01 +0200 Subject: [PATCH 2/5] Rebuilt for Python 3.14 From 6f044efcb4d90c815c7af5e265138ef4d1b98eb9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 10:06:58 +0000 Subject: [PATCH 3/5] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 63515fc309a003e118ed4dc9997cca4f4d6f9ec6 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 14:43:38 +0200 Subject: [PATCH 4/5] Rebuilt for Python 3.14.0rc2 bytecode From 2fc2138f9c89fdc60091f73d40f55c1bf8636977 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 14:18:28 +0200 Subject: [PATCH 5/5] Rebuilt for Python 3.14.0rc3 bytecode