From b4c6486063a7b411cfcc87d4647d7bcf6d7ca99af9a12e1a491096dfb591e4cb Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 20 Oct 2022 05:30:05 +0000 Subject: [PATCH] Accepting request 1026493 from home:pgajdos:python - added patches fix https://github.com/scrapy/parsel/commit/ddb3708b9a191ca02bd20e621f43c68cc92f5d6b + python-parsel-drop-python-2.patch OBS-URL: https://build.opensuse.org/request/show/1026493 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parsel?expand=0&rev=19 --- python-parsel-drop-python-2.patch | 1518 +++++++++++++++++++++++++++++ python-parsel.changes | 7 + python-parsel.spec | 8 +- 3 files changed, 1529 insertions(+), 4 deletions(-) create mode 100644 python-parsel-drop-python-2.patch diff --git a/python-parsel-drop-python-2.patch b/python-parsel-drop-python-2.patch new file mode 100644 index 0000000..078a812 --- /dev/null +++ b/python-parsel-drop-python-2.patch @@ -0,0 +1,1518 @@ +diff --git a/README.rst b/README.rst +index c1674f1..7bd8204 100644 +--- a/README.rst ++++ b/README.rst +@@ -26,7 +26,7 @@ Example (`open online demo`_): + .. code-block:: python + + >>> from parsel import Selector +- >>> selector = Selector(text=u""" ++ >>> selector = Selector(text=""" + +

Hello, Parsel!

+