> On 8 Feb 2024, at 12:38, George N. White III wrote:
>
> For scrapy there is the added complication of the recent CVE for twisted: do
> we get
> patches for older versions of twisted or does scrapy have to be changed to
> use the
> current version?
I don’t think twisted back ports fixes. Bu
On Thu, Feb 8, 2024 at 12:48 AM Frederic Muller wrote:
> On 07/02/2024 22:09, George N. White III wrote:
>
> On Wed, Feb 7, 2024 at 2:11 AM Frederic Muller wrote:
>
>> Hi!
>>
>> Installed scrapy and just trying to start the tutorial gives me that:
>>
>> scrapy startproject tutorial
>
> [...]
>
>
On 07/02/2024 22:09, George N. White III wrote:
On Wed, Feb 7, 2024 at 2:11 AM Frederic Muller wrote:
Hi!
Installed scrapy and just trying to start the tutorial gives me that:
scrapy startproject tutorial
[...]
/home/fred/.local/lib/python3.12/site-packages/parsel/csstransla
> On 7 Feb 2024, at 18:06, Barry wrote:
>
>
>
>
>>> On 7 Feb 2024, at 15:10, George N. White III wrote:
>>>
>> twisted has https://nvd.nist.gov/vuln/detail/CVE-2023-46137 so
>
> Which is fixed in the version in Fedora as far as I can tell
Oh sorry George, I see that scrapy wants the bu
> On 7 Feb 2024, at 15:10, George N. White III wrote:
>
> twisted has https://nvd.nist.gov/vuln/detail/CVE-2023-46137 so
Which is fixed in the version in Fedora as far as I can tell.
Barry
--
___
users mailing list -- users@lists.fedoraproject.org
On Wed, Feb 7, 2024 at 2:11 AM Frederic Muller wrote:
> Hi!
>
> Installed scrapy and just trying to start the tutorial gives me that:
>
> scrapy startproject tutorial
[...]
> /home/fred/.local/lib/python3.12/site-packages/parsel/csstranslator.py",
>
line 8, in
> from cssselect.parser impo
Hi!
Installed scrapy and just trying to start the tutorial gives me that:
scrapy startproject tutorial
Traceback (most recent call last):
File "/home/fred/.local/bin/scrapy", line 5, in
from scrapy.cmdline import execute
File
"/home/fred/.local/lib/python3.12/site-packages/scrapy/__ini