Skip to content

Commit 9b25ca7

Browse files
committed
Merging pull request 157
Signed-off-by: Lukáš Doktor <ldoktor@redhat.com> * github.com:autotest/aexpect: aexpect: Version 1.8.0
2 parents 5e615fc + a0f7d3c commit 9b25ca7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PYTHON=$(shell which python 2>/dev/null || which python3 2>/dev/null)
22
DESTDIR=/
33
BUILDIR=$(CURDIR)/debian/aexpect
44
PROJECT=aexpect
5-
VERSION="1.7.0"
5+
VERSION="1.8.0"
66
COMMIT=$(shell git log --pretty=format:'%H' -n 1)
77
SHORT_COMMIT=$(shell git log --pretty=format:'%h' -n 1)
88
COMMIT_DATE=$(shell git log --pretty='format:%cd' --date='format:%Y%m%d' -n 1)

python-aexpect.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
%global with_tests 0
2323

2424
Name: python-aexpect
25-
Version: 1.7.0
25+
Version: 1.8.0
2626
Release: 1%{?gitrel}%{?dist}
2727
Summary: Aexpect is a python library to control interactive applications
2828

@@ -80,6 +80,9 @@ selftests/checkall
8080
%{_bindir}/aexpect_helper*
8181

8282
%changelog
83+
* Tue Jul 29 2025 Lukas Doktor <ldoktor@redhat.com> - 1.8.0-1
84+
- New release
85+
8386
* Tue Feb 28 2022 Lucas Meneghel Rodrigues <lmr@amazon.com> - 1.7.0-1
8487
- New release
8588

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
if __name__ == "__main__":
2121
setup(
2222
name="aexpect",
23-
version="1.7.0",
23+
version="1.8.0",
2424
description="Aexpect",
2525
author="Aexpect developers",
2626
author_email="avocado-devel@redhat.com",

0 commit comments

Comments
 (0)