Skip to content

Commit

Permalink
Prepare release 1.4.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarrientos committed Mar 24, 2023
1 parent 063c591 commit d6ed8e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion puppet-jens.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Jens is a Puppet modules/hostgroups librarian
Name: puppet-jens
Version: 1.4.0
Version: 1.4.1
Release: 1%{?dist}

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

%changelog
* Fri Mar 24 2023 Nacho Barrientos <[email protected]> - 1.4.1-1
- Switch to Setuptools.
- Adapt SPEC file so the software builds in EL9.
- Run unit tests too when the RPM is built.
- Use built-in unittest.mock instead of mock.

* Mon Mar 13 2023 Nacho Barrientos <[email protected]> - 1.4.0-1
- Gitlab producer: Return 201 if the hint can be enqueued.
- Gitlab producer: Return 200 if the hinted repository is not part of the library.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
INSTALL_REQUIRES = None

setup(name='jens',
version='1.4.0',
version='1.4.1',
description='Jens is a Puppet modules/hostgroups librarian',
classifiers=[
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit d6ed8e4

Please sign in to comment.