Re: scrapy on F39

2024-02-08 Thread Barry
> 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

Re: scrapy on F39

2024-02-08 Thread George N. White III
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 > > [...] > >

Re: scrapy on F39

2024-02-07 Thread Frederic Muller
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

Re: scrapy on F39

2024-02-07 Thread Barry
> 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

Re: scrapy on F39

2024-02-07 Thread Barry
> 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

Re: scrapy on F39

2024-02-07 Thread George N. White III
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

scrapy on F39

2024-02-06 Thread Frederic Muller
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