Skip to content

Commit b08f2aa

Browse files
authored
Merge pull request #32 from sarnold/packaging-fix
packaging fix
2 parents e82ae49 + 6d4c28a commit b08f2aa

2 files changed

Lines changed: 37 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,52 @@ Changelog
22
=========
33

44

5-
0.6.0 (2025-07-14)
5+
0.6.2 (2025-08-18)
6+
------------------
7+
8+
Fixes
9+
~~~~~
10+
- Remove deprecated version attribute from package metadata. [Stephen L
11+
Arnold]
12+
13+
14+
0.6.1 (2025-07-31)
15+
------------------
16+
17+
Fixes
18+
~~~~~
19+
- Add PROCMAN_PREFIX override for install prefix path. [Stephen L
20+
Arnold]
21+
22+
* set the above env variable to install prefix as needed, something like
23+
PROCMAN_PREFIX=/usr if scripts are installed to /usr/bin
24+
25+
Other
26+
~~~~~
27+
- Merge pull request #29 from sarnold/refactored-yaml. [Steve Arnold]
28+
29+
yaml and path cleanup
30+
31+
32+
0.6.0 (2025-07-15)
633
------------------
734

835
Changes
936
~~~~~~~
1037
- Make sure github and reuse can find the license file. [Stephen L
1138
Arnold]
39+
40+
* use reasonable min versions in pyproject.toml, update changelog
1241
- Cleanup dep versioning, allow el9 setuptools. [Stephen L Arnold]
1342

43+
Other
44+
~~~~~
45+
- Merge pull request #26 from sarnold/license-bits. [Steve Arnold]
46+
47+
License bits
48+
1449

15-
0.5.3 (2025-07-13)
50+
0.5.3 (2025-07-14)
1651
------------------
1752

1853
Changes

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[metadata]
22
name = procman
3-
version = attr: setuptools_scm.get_version
43
description = Console tool for running multiple external processes and multiplexing their output
54
url = https://github.com/sarnold/procman
65
author = Stephen Arnold

0 commit comments

Comments
 (0)