Skip to content

Commit

Permalink
Release 1.6.4
Browse files Browse the repository at this point in the history
Signed-off-by: Cleber Rosa <[email protected]>
  • Loading branch information
clebergnu committed Dec 8, 2021
1 parent 3c1d7ee commit 57e2328
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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.2"
VERSION="1.6.4"
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
9 changes: 6 additions & 3 deletions python-aexpect.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
%global gittar aexpect-%{version}.tar.gz
%else
%if ! 0%{?commit:1}
%global commit d216b6d0151e46efe1d08891c20cb01dfbd311e3
%global commit 3c1d7eeec3ea607d1ac51dbf538e9e98b4731afe
%endif
%if ! 0%{?commit_date:1}
%global commit_date 20211123
%global commit_date 20211208
%endif
%global shortcommit %(c=%{commit};echo ${c:0:7})
%global gitrel .%{commit_date}git%{shortcommit}
Expand All @@ -22,7 +22,7 @@
%global with_tests 0

Name: python-aexpect
Version: 1.6.3
Version: 1.6.4
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
* Wed Dec 8 2021 Cleber Rosa <[email protected]> - 1.6.4-1
- New release

* Tue Nov 23 2021 Cleber Rosa <[email protected]> - 1.6.3-1
- New release

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

if __name__ == '__main__':
setup(name='aexpect',
version='1.6.3',
version='1.6.4',
description='Aexpect',
author='Aexpect developers',
author_email='[email protected]',
Expand Down

0 comments on commit 57e2328

Please sign in to comment.