Skip to content

Commit d6ed8e4

Browse files
committed
Prepare release 1.4.1-1
1 parent 063c591 commit d6ed8e4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

puppet-jens.spec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Jens is a Puppet modules/hostgroups librarian
22
Name: puppet-jens
3-
Version: 1.4.0
3+
Version: 1.4.1
44
Release: 1%{?dist}
55

66
License: GPLv3
@@ -82,6 +82,12 @@ export GIT_COMMITTER_NAME="RPM build"
8282
%{_unitdir}/jens-purge-queue.service
8383

8484
%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+
8591
* Mon Mar 13 2023 Nacho Barrientos <[email protected]> - 1.4.0-1
8692
- Gitlab producer: Return 201 if the hint can be enqueued.
8793
- Gitlab producer: Return 200 if the hinted repository is not part of the library.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
INSTALL_REQUIRES = None
1111

1212
setup(name='jens',
13-
version='1.4.0',
13+
version='1.4.1',
1414
description='Jens is a Puppet modules/hostgroups librarian',
1515
classifiers=[
1616
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)