From 7e57267c9c6b079458ee214d67d4736969e602d2 Mon Sep 17 00:00:00 2001 From: RhinosF1 Date: Tue, 18 Jun 2024 19:23:11 +0100 Subject: [PATCH 1/9] Create debci.txt --- .github/debci.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/debci.txt diff --git a/.github/debci.txt b/.github/debci.txt new file mode 100644 index 0000000..0e2b9b7 --- /dev/null +++ b/.github/debci.txt @@ -0,0 +1,3 @@ +langcodes==3.4.0 +language_data==1.2.0 +marisa_trie==1.2.0 From 3f93ebe2a7d592b28219d7030a7304b45aba4b62 Mon Sep 17 00:00:00 2001 From: RhinosF1 Date: Tue, 18 Jun 2024 19:23:53 +0100 Subject: [PATCH 2/9] Create noauto.txt --- .github/noauto.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/noauto.txt diff --git a/.github/noauto.txt b/.github/noauto.txt new file mode 100644 index 0000000..f148604 --- /dev/null +++ b/.github/noauto.txt @@ -0,0 +1,6 @@ +requests==2.28.1; python_version == '3.11' +requests==2.31.0; python_version >= '3.12' +filelock==3.9.0; python_version == '3.11' +filelock==3.14.0; python_version >= '3.12' +internetarchive==3.3.0; python_version == '3.11' +internetarchive==3.7.0; python_version >= '3.12' From ec3d7bb5fcaecdfd290dd8df40bc33de2ebe50f1 Mon Sep 17 00:00:00 2001 From: RhinosF1 Date: Tue, 18 Jun 2024 19:24:08 +0100 Subject: [PATCH 3/9] Update pythonchecks.txt --- .github/pythonchecks.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/pythonchecks.txt b/.github/pythonchecks.txt index 94aab37..21c89f2 100644 --- a/.github/pythonchecks.txt +++ b/.github/pythonchecks.txt @@ -22,9 +22,3 @@ flake8-noqa==1.3.2 coverage==7.3.2 setuptools==68.2.2; python_version == '3.12' build==1.2.1 -requests==2.28.1; python_version == '3.11' -requests==2.31.0; python_version >= '3.12' -filelock==3.9.0; python_version == '3.11' -filelock==3.14.0; python_version >= '3.12' -internetarchive==3.3.0; python_version == '3.11' -internetarchive==3.7.0; python_version >= '3.12' From bc82525f3d174f878cd0cee248b9477b75a7a147 Mon Sep 17 00:00:00 2001 From: RhinosF1 Date: Tue, 18 Jun 2024 19:25:38 +0100 Subject: [PATCH 4/9] Update python.yml --- .github/workflows/python.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 29ce6f6..3eb423c 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -21,6 +21,7 @@ jobs: sudo apt-get install -y libgnutls28-dev pip install -U pip pip install -r .github/pythonchecks.txt + pip install -r .github/noauto.txt pyproject-build --wheel --outdir dist . find dist -name "*.whl" | xargs pip3 install - name: Run tests @@ -43,9 +44,7 @@ jobs: run: | pyproject-build --wheel --outdir dist . cd dist - pip wheel langcodes==3.4.0 --no-deps - pip wheel language_data==1.2.0 --no-deps - pip wheel marisa_trie==1.2.0 --no-deps + pip wheel -r ../.github/debci.txt --no-deps # FIXME: https://github.com/pytries/marisa-trie/issues/106 mv marisa_trie-1.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl marisa_trie-1.2.0-py3-cp310-manylinux2014_x86_64.whl - name: wheel2deb From bc59b066ae77cb3a71f4c4f9939a62c429d058ea Mon Sep 17 00:00:00 2001 From: RhinosF1 Date: Tue, 18 Jun 2024 19:27:31 +0100 Subject: [PATCH 5/9] Rename debci.txt to debci.txt --- {.github => .nogithub}/debci.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {.github => .nogithub}/debci.txt (100%) diff --git a/.github/debci.txt b/.nogithub/debci.txt similarity index 100% rename from .github/debci.txt rename to .nogithub/debci.txt From 14fd6f1580f5a8cbb9e8699b124ef03cfe148314 Mon Sep 17 00:00:00 2001 From: RhinosF1 Date: Tue, 18 Jun 2024 19:28:00 +0100 Subject: [PATCH 6/9] Rename noauto.txt to noauto.txt --- {.github => .deps}/noauto.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {.github => .deps}/noauto.txt (100%) diff --git a/.github/noauto.txt b/.deps/noauto.txt similarity index 100% rename from .github/noauto.txt rename to .deps/noauto.txt From 008c15b4163c56109abcdf752783ed6a5b42ca92 Mon Sep 17 00:00:00 2001 From: RhinosF1 Date: Tue, 18 Jun 2024 19:28:20 +0100 Subject: [PATCH 7/9] Rename debci.txt to debci.txt --- {.nogithub => .github}/debci.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {.nogithub => .github}/debci.txt (100%) diff --git a/.nogithub/debci.txt b/.github/debci.txt similarity index 100% rename from .nogithub/debci.txt rename to .github/debci.txt From ecb723bb4da25c756d168998d217c9872f590a55 Mon Sep 17 00:00:00 2001 From: RhinosF1 Date: Tue, 18 Jun 2024 19:28:41 +0100 Subject: [PATCH 8/9] Update python.yml --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 3eb423c..5f7f511 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -21,7 +21,7 @@ jobs: sudo apt-get install -y libgnutls28-dev pip install -U pip pip install -r .github/pythonchecks.txt - pip install -r .github/noauto.txt + pip install -r .deps/noauto.txt pyproject-build --wheel --outdir dist . find dist -name "*.whl" | xargs pip3 install - name: Run tests From b3656db0ef770803d18bd684b848a549ec475a7e Mon Sep 17 00:00:00 2001 From: RhinosF1 Date: Tue, 18 Jun 2024 19:29:41 +0100 Subject: [PATCH 9/9] Update dependabot.yml --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1230149..a9e6c17 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,11 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: pip + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: pip + directory: "/.github" + schedule: + interval: "daily"