1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
python-scrapy (1.7.3-1) unstable; urgency=medium
As the Python 2 subpackage, python-scrapy, is dropped starting with this
version, the alternatives system is no longer used and
/usr/bin/python3-scrapy is no longer shipped. Instead, /usr/bin/scrapy is a
real executable now.
-- Andrey Rahmatullin <wrar@debian.org> Fri, 02 Aug 2019 17:57:10 +0500
python-scrapy (1.3.0-1~exp2) experimental; urgency=low
The CLI command /usr/bin/scrapy is now managed through update-alternatives
to switch between using Python2 and Python3 runtimes. To explicitly select
one runtime use /usr/bin/python2-scrapy or /usr/bin/python3-scrapy.
-- Michael Fladischer <fladi@debian.org> Sun, 29 Jan 2017 17:04:50 +0100
|