From 8e63e76ffcd0bdba58eb800abf9d292c812c67eb Mon Sep 17 00:00:00 2001 From: Paul Landes Date: Wed, 16 Aug 2023 14:22:19 -0500 Subject: [PATCH] build sub; fix github URL; deps; doc; fix CI warnings --- .github/workflows/test.yml | 4 ++-- .gitmodules | 2 +- CHANGELOG.md | 9 ++++++++- src/python/requirements.txt | 2 +- zenbuild | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 842bdfc..db033e9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,12 +17,12 @@ jobs: python-version: ['3.9', '3.10'] steps: - name: Checkout reposistory - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3 with: submodules: recursive - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} diff --git a/.gitmodules b/.gitmodules index df60bf0..9e633c4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "zenbuild"] path = zenbuild - url = https://github.com/plandes/zenbuild + url = git@github.com:plandes/zenbuild.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 9223d27..53168a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.3.0] - 2023-08-16 +### Changed +- Updated [zensols.util] to 1.13.0. +- Fix setuptool warning. + + ## [0.2.0] - 2023-02-02 ### Changed - Updated [zensols.util] to 1.12.0. @@ -113,7 +119,8 @@ Stable release. - Initial version -[Unreleased]: https://github.com/plandes/grsync/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/plandes/grsync/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/plandes/grsync/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/plandes/grsync/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/plandes/grsync/compare/v0.0.17...v0.1.0 [0.0.17]: https://github.com/plandes/grsync/compare/v0.0.16...v0.0.17 diff --git a/src/python/requirements.txt b/src/python/requirements.txt index 37d91b5..814c683 100644 --- a/src/python/requirements.txt +++ b/src/python/requirements.txt @@ -1,3 +1,3 @@ -zensols.util~=1.12.0 GitPython~=3.1.29 gitdb2~=2.0.3 +zensols.util~=1.13.0 diff --git a/zenbuild b/zenbuild index b94e074..33fb638 160000 --- a/zenbuild +++ b/zenbuild @@ -1 +1 @@ -Subproject commit b94e07466b12cb9e84eaaf2cd03d9e64e5eb0003 +Subproject commit 33fb6386fdbc5907b87de3cd4cc3fb6d4768ceac