Releases: sarnold/python-daemonizer
Release v1.1.7
1.1.7 (2025-11-03)
Changes
- Reset logging level in is_running() to info. [Stephen L Arnold]
Release v1.1.6
1.1.6 (2025-11-02)
Changes
-
Make sure all logging calls are debug in self.is_running. [Stephen L Arnold]
- aligns with overall logging config cleanup in pyserv
Release v1.1.5
1.1.5 (2025-09-04)
Fixes
-
Update packaging and spec file, simplify version cfg. [Stephen L Arnold]
- no more version file or exports in the spec file
- no .git folder in container, so export pretend in GH env
- update changelog
Release v1.1.4
1.1.4 (2025-08-18)
New
-
Add github dev rpm package workflow, upload artifacts. [Stephen L Arnold]
-
Add makefile for rpm dev workflows, update gitignore and tox. [Stephen L Arnold]
- note the makefile requires rpmbuild command for actually building
anything, but creating versioned spec file and rpm source tarball
still works fine
- note the makefile requires rpmbuild command for actually building
Changes
-
Refactor spec file to use python3_pkgversion macro. [Stephen L Arnold]
- cleanup version and description bits
- add pip caching to rpms workflow
- cleanup pyproject.toml setuptools-scm constraints
-
Use post-release version scheme, adjust version munging. [Stephen L Arnold]
- also ignore version file in both coverage and pylint
-
Force spec using only version from previous job. [Stephen L Arnold]
- update makefile to take VERSION insted of git, generate version file
- update rpms action workflow to take advantage of makefile
Fixes
-
Apply the proper fix for setuptools/setuptools-scm packaging. [Stephen L Arnold]
-
Avoid version bug, pin max version of setuptools-scm to <9.2. [Stephen L Arnold]
- pending resolution of upstream issue #1213
Release v1.1.3
1.1.3 (2025-07-01)
Changes
-
Revert rpm workflow to release versioned rpm artifacts. [Stephen L Arnold]
- pull this into release workflow and add artifacts
- needs new dev rpm workflow with a build script or makefile
- try rpm with licenses folder and reuse config
-
Use the post version format for rpm artifacts. [Stephen L Arnold]
- plain python .postN is a fedora-compatible format for version field
- use that to set the version in github rpms workflow artifacts
Fixes
- Run the yum builddep cmd with yes, cleanup artifact bits. [Stephen L Arnold]
RPM Release v1.1.2
1.1.2 (2025-06-30)
New
- Add rpmbuild workflow for CI packages. [Stephen L Arnold]
Changes
-
Make sure dev versions sort correctly, cleanup spec bits. [Stephen L Arnold]
-
Bump versions in spec and readme, switch to find namespace. [Stephen L Arnold]
Fixes
-
Cleanup test imports and tox env, fix typo in setup.cfg. [Stephen L Arnold]
- remove problematic test imports, use simple test class instead
- more spec file cleanup, update pre-commit to ignore test dir
Other
-
Fall back to setup.cfg for packaging metadata. [Stephen L Arnold]
- workaround for bug UNKNOWN 0.0.0
- pypa/setuptools#3269
Packaging Release v1.1.1
1.1.1 (2025-06-28)
Changes
-
Relax build deps, remove runtime version imports, rename spec. [Stephen L Arnold]
- start generating a version file and refactor imports, cleanup tox envs
-
Add preliminary spec file for building rpms. [Stephen L Arnold]
- currently needs pyproject-rpm-macros from crb repos
Pyproject Release v1.1.0
1.1.0 (2025-06-27)
Changes
-
Update workflows, add container workflow to test rpms. [Stephen L Arnold]
- add a tox dev environment, remove .spec from gitignore
-
Still more cleanup in docs config and index. [Stephen L Arnold]
-
Migrate package metadata to pyproject.toml, update project files. [Stephen L Arnold]
- update readme, pre-commit, and tox files
- remove MANIFEST.in and setup.cfg
Fixes
- Cleanup test imports and lint, update tox config. [Stephen L Arnold]
Stable Release v1.0.0
1.0.0 (2025-03-24)
New
-
Generate a changelog and add to doc index. [Stephen L Arnold]
-
Add tox cmd to generate changelog. [Stephen L Arnold]
Changes
-
Add reuse badge and update changelog. [Stephen L Arnold]
-
Add REUSE config and make LICENSE a symlink to the text. [Stephen L Arnold]
-
Add/update workflows and add dependabot automation. [Stephen L Arnold]
- add tox env extension and update pre-commit and pkg metadata,
fix readme link
- add tox env extension and update pre-commit and pkg metadata,
-
Update tox cmds and python versions, adjust project config. [Stephen L Arnold]
- update readme and add .gitchangelog.rc file
Fixes
-
Disable link check in sphinx docs build workflow. [Stephen L Arnold]
- old changelog bits have too many crufty URLs
Release v0.4.1
0.4.1 (2024-12-24)
Changes
- Early spring cleanup, update workflows and use setuptools_scm. [Stephen L Arnold]
Fixes
- Cleanup daemon args logging vs console output. [Stephen L Arnold]