Skip to content

Commit

Permalink
Merging pull request 119
Browse files Browse the repository at this point in the history
Signed-off-by: Lukáš Doktor <[email protected]>

* github.com:autotest/aexpect:
  python-aexpect.spec: Update spec with latest version
  • Loading branch information
ldoktor committed Mar 1, 2023
2 parents 7f831a2 + 6184ddb commit 5182d37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PYTHON_DEVELOP_ARGS=$(shell if ($(PYTHON) setup.py develop --help 2>/dev/null |
DESTDIR=/
BUILDIR=$(CURDIR)/debian/aexpect
PROJECT=aexpect
VERSION="1.6.4"
VERSION="1.7.0"
COMMIT=$(shell git log --pretty=format:'%H' -n 1)
SHORT_COMMIT=$(shell git log --pretty=format:'%h' -n 1)
COMMIT_DATE=$(shell git log --pretty='format:%cd' --date='format:%Y%m%d' -n 1)
Expand Down
5 changes: 4 additions & 1 deletion python-aexpect.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
%global with_tests 0

Name: python-aexpect
Version: 1.6.4
Version: 1.7.0
Release: 1%{?gitrel}%{?dist}
Summary: Aexpect is a python library to control interactive applications

Expand Down Expand Up @@ -80,6 +80,9 @@ selftests/checkall
%{_bindir}/aexpect_helper*

%changelog
* Tue Feb 28 2022 Lucas Meneghel Rodrigues <[email protected]> - 1.7.0-1
- New release

* Wed Dec 8 2021 Cleber Rosa <[email protected]> - 1.6.4-1
- New release

Expand Down

0 comments on commit 5182d37

Please sign in to comment.