summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-17 13:18:41 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-17 13:18:41 +0100
commit0d64ae3fe33663d5ee536a53d15b21763b73e488 (patch)
tree1b4e64e1d06c7fbfd0c8992380317c0dcef897a4 /doc
parent2ab4d8a021b2efef4f4de6b366a7190925c69612 (diff)
downloadqutebrowser-0d64ae3fe33663d5ee536a53d15b21763b73e488.tar.gz
qutebrowser-0d64ae3fe33663d5ee536a53d15b21763b73e488.zip
Finish dropping PyPEG2
Closes #1161
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc4
-rw-r--r--doc/contributing.asciidoc1
-rw-r--r--doc/install.asciidoc2
3 files changed, 4 insertions, 3 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 02ac2aad2..a88ece965 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -28,6 +28,7 @@ Major changes
if not, consider packaging it, albeit optional it's very useful for users)
* Remove the `cssutils` optional dependency (if present)
* Remove the `attrs` (`attr`) dependency
+ * Remove the `pypeg2` dependency
* Move the `pygments` dependency from required to optional
* TODO: Move the `setuptools` dependency from runtime (for `pkg_resources`) to
build-time.
@@ -71,6 +72,9 @@ Major changes
thus requiring the backports for those versions as well.
- The former dependency on the `attrs`/`attr` package is now dropped.
- On Python 3.6, a new dependency on the `dataclasses` backport is now required.
+- The former dependency on the `pypeg2` package is now dropped. This might cause
+ some changes for certain corner-cases for suggested filenames when downloading
+ files with the QtWebKit backend.
- Windows 7 is not supported anymore by the Windows binaries.
Removed
diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc
index 3960dec27..f50067571 100644
--- a/doc/contributing.asciidoc
+++ b/doc/contributing.asciidoc
@@ -228,7 +228,6 @@ Documentation of used Python libraries:
* http://jinja.pocoo.org/docs/dev/[jinja2]
* http://pygments.org/docs/[pygments]
-* http://fdik.org/pyPEG/index.html[pyPEG2]
* http://pythonhosted.org/setuptools/[setuptools]
* http://www.pyinstaller.org/[PyInstaller]
* https://pypi.python.org/pypi/colorama[colorama]
diff --git a/doc/install.asciidoc b/doc/install.asciidoc
index 03f079cad..954c7da41 100644
--- a/doc/install.asciidoc
+++ b/doc/install.asciidoc
@@ -218,8 +218,6 @@ sbopkg -V 14.2
sbopkg -r
----
-The pyPEG2 and MarkupSafe dependencies both need building for python3. You can either set PYTHON3=yes in the shell or set those as options in the dialog menu for each.
-
Generate a queue file for qutebrowser and dependencies:
----