Skip to content

Commit

Permalink
Merge pull request #320 from lsof-org/dependabot/pip/docs/zipp-3.19.1
Browse files Browse the repository at this point in the history
Bump zipp from 3.11.0 to 3.19.1 in /docs
  • Loading branch information
jiegec authored Jul 10, 2024
2 parents fe15efa + e0ec5da commit c3b2e26
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ executors:
debian11:
docker:
- image: docker.io/debian:11
debian12:
docker:
- image: docker.io/debian:12
fedora37:
docker:
- image: docker.io/fedora:37
fedora38:
docker:
- image: docker.io/fedora:38
centos8:
docker:
- image: quay.io/centos/centos:stream8
centos9:
docker:
- image: quay.io/centos/centos:stream9
Expand Down Expand Up @@ -117,15 +117,15 @@ jobs:
command: |
nix-channel --update
nix-build
bigsur:
ventura:
macos:
xcode: 12.5.1
xcode: 13.4.1
steps:
- checkout
- run:
name: Install pkg-config
command: |
brew install pkg-config libtool
brew install pkg-config libtool autoconf automake
- run:
name: Configure
command: |
Expand All @@ -145,7 +145,7 @@ jobs:
autoreconf -vif
./configure
make
make install
DESTDIR=$PWD/prefix make install
make check
- run:
name: Rebuild and test using distribution tarball
Expand All @@ -157,7 +157,7 @@ jobs:
cd lsof-*
./configure
make
make install
DESTDIR=$PWD/prefix make install
make check
# Invoke jobs via workflows
Expand All @@ -168,6 +168,6 @@ workflows:
- linux:
matrix:
parameters:
distro: [fedora37, fedora38, centos8, centos9, debian11, ubuntu2204, archlinux, opensuse15, alpine317]
distro: [fedora37, fedora38, centos9, debian11, debian12, ubuntu2204, archlinux, opensuse15, alpine317]
- nixos
- bigsur
- ventura
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ task:
matrix:
- image_family: freebsd-15-0-snap
- image_family: freebsd-14-0
- image_family: freebsd-13-2
- image_family: freebsd-13-3
install_script: pkg install -y bash git autoconf automake libtool groff pkgconf
build_script:
- ./Configure -n freebsd
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ six==1.16.0
# via python-dateutil
watchdog==2.2.1
# via mkdocs
zipp==3.11.0
zipp==3.19.1
# via importlib-metadata

0 comments on commit c3b2e26

Please sign in to comment.