File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
Summary: Jens is a Puppet modules/hostgroups librarian
2
2
Name: puppet-jens
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
Release: 1%{?dist }
5
5
6
6
License: GPLv3
@@ -82,6 +82,12 @@ export GIT_COMMITTER_NAME="RPM build"
82
82
%{_unitdir }/jens-purge-queue.service
83
83
84
84
%changelog
85
+ *
Fri Mar 24 2023 Nacho Barrientos <[email protected] > -
1.4.1-1
86
+ - Switch to Setuptools.
87
+ - Adapt SPEC file so the software builds in EL9.
88
+ - Run unit tests too when the RPM is built.
89
+ - Use built-in unittest.mock instead of mock.
90
+
85
91
*
Mon Mar 13 2023 Nacho Barrientos <[email protected] > -
1.4.0-1
86
92
- Gitlab producer: Return 201 if the hint can be enqueued.
87
93
- Gitlab producer: Return 200 if the hinted repository is not part of the library.
Original file line number Diff line number Diff line change 10
10
INSTALL_REQUIRES = None
11
11
12
12
setup (name = 'jens' ,
13
- version = '1.4.0 ' ,
13
+ version = '1.4.1 ' ,
14
14
description = 'Jens is a Puppet modules/hostgroups librarian' ,
15
15
classifiers = [
16
16
'Programming Language :: Python :: 3' ,
You can’t perform that action at this time.
0 commit comments