Skip to content

Releases: sarnold/pyserv

Release v1.9.1

07 Jan 01:48
f1edc60

Choose a tag to compare

1.9.1 (2026-01-07)

Changes

  • Un-pin scapy deps, use new toolbox package in rpm workflows. [Stephen L Arnold]

    • allow dnf install to use not-latest versions of rpm deps
    • update changelog file for release

Release v1.9.0

23 Nov 03:37
89b7789

Choose a tag to compare

1.9.0 (2025-11-23)

Changes

  • Cleanup doc bits, tool configs, and some lint. [Stephen L Arnold]

    • update changelog file for release

Release v1.8.11

22 Nov 23:01
af78612

Choose a tag to compare

1.8.11 (2025-11-22)

Changes

  • Use transitional rpm deps in workflow, review doorstop bits. [Stephen L Arnold]

    • update changelog file for release
  • Revert diagram markup to (re)generate dep graph. [Stephen L Arnold]

    • add checkout workaround for pull request action
  • Update doorstop doc items, restore comment markers. [Stephen L Arnold]

  • Replace pygtail with logwatcher, update log handling and deps. [Stephen L Arnold]

Other

  • [create-pull-request] automated change. [github-actions[bot]]

Release v1.8.10

03 Nov 18:33
a817665

Choose a tag to compare

1.8.10 (2025-11-03)

Changes

  • Bump daemonizer to latest release in setup.cfg and reqs files. [Stephen L Arnold]

Release v1.8.9

03 Nov 02:20
c0d1d12

Choose a tag to compare

1.8.9 (2025-11-03)

Changes

  • Bump daemonizer to latest in all reqs files and setup.cfg. [Stephen L Arnold]

    • bump all the deps in requirements-rpm.txt to latest

Fixes

  • Restore missing async argparser defaults, cleanup logging. [Stephen L Arnold]

    • fix lpname string split in daemontui script
    • fix missing arg defaults in async argparser, cleanup help strings
    • cleanup logging configuration, set daemon class logging to INFO only
    • align server logging with parent cfg, move asyncio setup out of try block

Release v1.8.8

11 Sep 04:48
2737d3c

Choose a tag to compare

1.8.8 (2025-09-11)

New

  • Add rpm sbom dependency workflow, mv ci scripts to .github dir. [Stephen L Arnold]

Changes

  • Remove experimental daemontui script from installed files. [Stephen L Arnold]

    • update readme and project files, cleanup pylint and version bits

Release v1.8.7

19 Aug 21:26
4b2f65e

Choose a tag to compare

1.8.7 (2025-08-19)

Fixes

  • Remove deprecated version attribute from package metadata. [Stephen L Arnold]

    • bump github deps to latest versions with the same fix

Release v1.8.6

15 Aug 04:14
4cea7d8

Choose a tag to compare

1.8.6 (2025-08-15)

Changes

  • Bump picotui to latest version, use tags in pip URLs. [Stephen L Arnold]

Release v1.8.5

10 Aug 01:03
640c42b

Choose a tag to compare

1.8.5 (2025-08-10)

Changes

  • Add readme admonition about change in previous behavior. [Stephen L Arnold]

Fixes

  • Add fallback values for empty environment settings. [Stephen L Arnold]

    • provide the same default values for each setting var if set but empty
    • add another test using monkeypatched empty values
    • update requirements file and coverage config

    this closes issue #62

Release v1.8.4

21 Jul 21:31
cf29f93

Choose a tag to compare

1.8.4 (2025-07-21)

Changes

  • Update changelog for packaging release. [Stephen L Arnold]

  • Backport metadata from pyproject.toml to setup.cfg, relax versions. [Stephen L Arnold]

    • makes things compatible with ancient el9 setuptools