Skip to content

Commit c3b2e26

Browse files
authored
Merge pull request #320 from lsof-org/dependabot/pip/docs/zipp-3.19.1
Bump zipp from 3.11.0 to 3.19.1 in /docs
2 parents fe15efa + e0ec5da commit c3b2e26

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.circleci/config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ executors:
1818
debian11:
1919
docker:
2020
- image: docker.io/debian:11
21+
debian12:
22+
docker:
23+
- image: docker.io/debian:12
2124
fedora37:
2225
docker:
2326
- image: docker.io/fedora:37
2427
fedora38:
2528
docker:
2629
- image: docker.io/fedora:38
27-
centos8:
28-
docker:
29-
- image: quay.io/centos/centos:stream8
3030
centos9:
3131
docker:
3232
- image: quay.io/centos/centos:stream9
@@ -117,15 +117,15 @@ jobs:
117117
command: |
118118
nix-channel --update
119119
nix-build
120-
bigsur:
120+
ventura:
121121
macos:
122-
xcode: 12.5.1
122+
xcode: 13.4.1
123123
steps:
124124
- checkout
125125
- run:
126126
name: Install pkg-config
127127
command: |
128-
brew install pkg-config libtool
128+
brew install pkg-config libtool autoconf automake
129129
- run:
130130
name: Configure
131131
command: |
@@ -145,7 +145,7 @@ jobs:
145145
autoreconf -vif
146146
./configure
147147
make
148-
make install
148+
DESTDIR=$PWD/prefix make install
149149
make check
150150
- run:
151151
name: Rebuild and test using distribution tarball
@@ -157,7 +157,7 @@ jobs:
157157
cd lsof-*
158158
./configure
159159
make
160-
make install
160+
DESTDIR=$PWD/prefix make install
161161
make check
162162
163163
# Invoke jobs via workflows
@@ -168,6 +168,6 @@ workflows:
168168
- linux:
169169
matrix:
170170
parameters:
171-
distro: [fedora37, fedora38, centos8, centos9, debian11, ubuntu2204, archlinux, opensuse15, alpine317]
171+
distro: [fedora37, fedora38, centos9, debian11, debian12, ubuntu2204, archlinux, opensuse15, alpine317]
172172
- nixos
173-
- bigsur
173+
- ventura

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ task:
44
matrix:
55
- image_family: freebsd-15-0-snap
66
- image_family: freebsd-14-0
7-
- image_family: freebsd-13-2
7+
- image_family: freebsd-13-3
88
install_script: pkg install -y bash git autoconf automake libtool groff pkgconf
99
build_script:
1010
- ./Configure -n freebsd

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ six==1.16.0
3636
# via python-dateutil
3737
watchdog==2.2.1
3838
# via mkdocs
39-
zipp==3.11.0
39+
zipp==3.19.1
4040
# via importlib-metadata

0 commit comments

Comments
 (0)