Skip to content

Commit

Permalink
Merge branch 'ByteInternet:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
poespas authored Jan 16, 2025
2 parents 97357f1 + 249c38d commit ba4fcde
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
include:
- python-version: '3.7'
os: 'ubuntu-22.04'

steps:
- uses: actions/checkout@v3
Expand All @@ -17,6 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt update
sudo apt install libgirepository1.0-dev -y
pip install -r requirements.txt
pip install tox-gh-actions
Expand Down
7 changes: 5 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nginx-config-reloader (20240524.073029) UNRELEASED; urgency=medium
nginx-config-reloader (20250116.142631) UNRELEASED; urgency=medium

[ Rick van de Loo ]
* add dh-python to cow dep
Expand Down Expand Up @@ -75,7 +75,10 @@ nginx-config-reloader (20240524.073029) UNRELEASED; urgency=medium
* reloader: Do not apply config if target dir is unmounted
* debian/service: Start after remote-fs.target

-- Hypernode team <hypernode@byte.nl> Fri, 24 May 2024 07:30:30 +0000
[ Jonathan ]
* Fix CI to support py 3.7 again (#63)

-- Hypernode team <hypernode@byte.nl> Thu, 16 Jan 2025 14:26:31 +0000

nginx-config-reloader (20191127.113351) xenial; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="nginx_config_reloader",
version="20240524.073029",
version="20250116.142631",
packages=find_packages(exclude=["test*"]),
url="https://github.com/ByteInternet/nginx_config_reloader",
license="",
Expand Down

0 comments on commit ba4fcde

Please sign in to comment.