summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-06-26 18:01:15 +1200
committertoofar <toofar@spalge.com>2023-06-26 18:01:15 +1200
commit937cfa41ad28ac7cb449ca74054edc7484b8b924 (patch)
tree495e52d0e48f54a8eeae86a570da057ccb997c5f
parentfaa8091c653cedaf681119b148197c5472e29b87 (diff)
downloadqutebrowser-937cfa41ad28ac7cb449ca74054edc7484b8b924.tar.gz
qutebrowser-937cfa41ad28ac7cb449ca74054edc7484b8b924.zip
Pin for 3.8 and changelog URL for jaraco.functools
-rw-r--r--misc/requirements/requirements-tests.txt3
-rw-r--r--misc/requirements/requirements-tests.txt-raw2
-rw-r--r--scripts/dev/changelog_urls.json2
3 files changed, 5 insertions, 2 deletions
diff --git a/misc/requirements/requirements-tests.txt b/misc/requirements/requirements-tests.txt
index e0ea67661..6ab512bd5 100644
--- a/misc/requirements/requirements-tests.txt
+++ b/misc/requirements/requirements-tests.txt
@@ -18,7 +18,7 @@ idna==3.4
importlib-metadata==6.7.0
iniconfig==2.0.0
itsdangerous==2.1.2
-jaraco.functools==3.8.0
+jaraco.functools==3.8.0 ; python_version>="3.8"
# Jinja2==3.1.2
Mako==1.2.4
manhole==1.8.0
@@ -57,3 +57,4 @@ Werkzeug==2.3.6 ; python_version>="3.8"
zipp==3.15.0
Flask==2.2.5 ; python_version=="3.7.*"
Werkzeug==2.2.3 ; python_version=="3.7.*"
+jaraco.functools<3.8.0 ; python_version=="3.7.*"
diff --git a/misc/requirements/requirements-tests.txt-raw b/misc/requirements/requirements-tests.txt-raw
index f50754ba6..bb4eb9bfa 100644
--- a/misc/requirements/requirements-tests.txt-raw
+++ b/misc/requirements/requirements-tests.txt-raw
@@ -37,3 +37,5 @@ tldextract
#@ add: Flask==2.2.5 ; python_version=="3.7.*"
#@ markers: Werkzeug python_version>="3.8"
#@ add: Werkzeug==2.2.3 ; python_version=="3.7.*"
+#@ markers: jaraco.functools python_version>="3.8"
+#@ add: jaraco.functools<3.8.0 ; python_version=="3.7.*"
diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json
index 2f497cc07..1f80d9b78 100644
--- a/scripts/dev/changelog_urls.json
+++ b/scripts/dev/changelog_urls.json
@@ -76,7 +76,7 @@
"sphinxcontrib-jsmath": "https://www.sphinx-doc.org/en/master/changes.html",
"sphinxcontrib-qthelp": "https://www.sphinx-doc.org/en/master/changes.html",
"sphinxcontrib-serializinghtml": "https://www.sphinx-doc.org/en/master/changes.html",
- "jaraco.functools": "https://github.com/jaraco/jaraco.functools/blob/main/CHANGES.rst",
+ "jaraco.functools": "https://jaracofunctools.readthedocs.io/en/latest/history.html",
"parse": "https://github.com/r1chardj0n3s/parse#potential-gotchas",
"Pympler": "https://github.com/pympler/pympler/blob/master/CHANGELOG.md",
"pytest-mock": "https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst",