File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ PYTHON=$(shell which python 2>/dev/null || which python3 2>/dev/null)
22DESTDIR =/
33BUILDIR =$(CURDIR ) /debian/aexpect
44PROJECT =aexpect
5- VERSION ="1.7 .0"
5+ VERSION ="1.8 .0"
66COMMIT =$(shell git log --pretty=format:'% H' -n 1)
77SHORT_COMMIT =$(shell git log --pretty=format:'% h' -n 1)
88COMMIT_DATE =$(shell git log --pretty='format:% cd' --date='format:% Y% m% d' -n 1)
Original file line number Diff line number Diff line change 2222%global with_tests 0
2323
2424Name: python-aexpect
25- Version: 1.7 .0
25+ Version: 1.8 .0
2626Release: 1%{?gitrel }%{?dist }
2727Summary: 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
Original file line number Diff line number Diff line change 2020if __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" ,
You can’t perform that action at this time.
0 commit comments