From d6ed8e4ee85659cab69944b8f87abed48d8d17a9 Mon Sep 17 00:00:00 2001 From: Nacho Barrientos Date: Fri, 24 Mar 2023 14:08:28 +0100 Subject: [PATCH] Prepare release 1.4.1-1 --- puppet-jens.spec | 8 +++++++- setup.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/puppet-jens.spec b/puppet-jens.spec index dd76bf7..31647fa 100644 --- a/puppet-jens.spec +++ b/puppet-jens.spec @@ -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 @@ -82,6 +82,12 @@ export GIT_COMMITTER_NAME="RPM build" %{_unitdir}/jens-purge-queue.service %changelog +* Fri Mar 24 2023 Nacho Barrientos - 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 - 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. diff --git a/setup.py b/setup.py index 17af624..df91393 100644 --- a/setup.py +++ b/setup.py @@ -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',