From fbed07591a036a88674c1723e1d5fa59a1dd7ec2 Mon Sep 17 00:00:00 2001 From: Johannes Laurin Hoermann Date: Mon, 4 Nov 2024 22:40:28 +0100 Subject: [PATCH 1/2] MAINT: do not pin urllib3 anymore in mingw --- pyinstaller/mingw64_requirements.in | 1 - pyinstaller/mingw64_requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/pyinstaller/mingw64_requirements.in b/pyinstaller/mingw64_requirements.in index 98e9544..bb0e2fe 100644 --- a/pyinstaller/mingw64_requirements.in +++ b/pyinstaller/mingw64_requirements.in @@ -11,5 +11,4 @@ dtool-symlink dtoolcore pyasn1 pysmb -urllib3 yamllint \ No newline at end of file diff --git a/pyinstaller/mingw64_requirements.txt b/pyinstaller/mingw64_requirements.txt index 5d89e55..1dbc531 100644 --- a/pyinstaller/mingw64_requirements.txt +++ b/pyinstaller/mingw64_requirements.txt @@ -11,6 +11,5 @@ dtool-symlink==0.3.1 dtoolcore==3.18.3 pyasn1==0.6.1 pysmb==1.2.10 -urllib3==2.2.3 yamllint==1.35.1 From 0fd403420f7dcbb18a2e6be05b965fc91602c5c0 Mon Sep 17 00:00:00 2001 From: Johannes Laurin Hoermann Date: Mon, 4 Nov 2024 23:01:18 +0100 Subject: [PATCH 2/2] CI: try macos 14 --- .github/workflows/build-on-macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-on-macos.yml b/.github/workflows/build-on-macos.yml index 39849e0..9b74e7c 100644 --- a/.github/workflows/build-on-macos.yml +++ b/.github/workflows/build-on-macos.yml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: macos-13 + runs-on: macos-14 steps: @@ -24,7 +24,7 @@ jobs: - name: Install system dependencies run: | - brew install python pygobject3 gtk+3 gtksourceview4 gnome-icon-theme create-dmg gcc gfortran + brew install python pygobject3 gtk+3 gtksourceview4 adwaita-icon-theme create-dmg gfortran - name: Log system package info run: |