New version 1.6-1
- Always close the password dialog (vponcova) - Remove unnecessary pass statements (jkonecny)
This commit is contained in:
parent
2977482042
commit
0bcfe48342
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
|||||||
/simpleline-1.3.tar.gz
|
/simpleline-1.3.tar.gz
|
||||||
/simpleline-1.4.tar.gz
|
/simpleline-1.4.tar.gz
|
||||||
/simpleline-1.5.tar.gz
|
/simpleline-1.5.tar.gz
|
||||||
|
/simpleline-1.6.tar.gz
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Summary: A Python library for creating text UI
|
Summary: A Python library for creating text UI
|
||||||
Url: https://github.com/rhinstaller/python-%{srcname}
|
Url: https://github.com/rhinstaller/python-%{srcname}
|
||||||
Version: 1.5
|
Version: 1.6
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
# This tarball was created from upstream git:
|
# This tarball was created from upstream git:
|
||||||
# git clone https://github.com/rhinstaller/python-simpleline
|
# git clone https://github.com/rhinstaller/python-simpleline
|
||||||
# cd python-simpleline && make archive
|
# cd python-simpleline && make archive
|
||||||
@ -59,6 +59,10 @@ make test
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 22 2019 Jiri Konecny <jkonecny@redhat.com> - 1.6-1
|
||||||
|
- Always close the password dialog (vponcova)
|
||||||
|
- Remove unnecessary pass statements (jkonecny)
|
||||||
|
|
||||||
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 1.5-3
|
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 1.5-3
|
||||||
- Rebuilt for Python 3.8
|
- Rebuilt for Python 3.8
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (simpleline-1.5.tar.gz) = 2e60a51beebbf912074ca0ff88cf57b3db198f27436b2476487254ccd06d030543d1e76ef0a5182b7e6ec9594bcb15fe012ef29bfe39e922e90c85f77d6fc297
|
SHA512 (simpleline-1.6.tar.gz) = 51d48981f52055a211b5ae4a704eae4ebda56a1ac32006dedc4b141067c4ce7d32a700fb4656c1e5adc02a2a9f9ebbf257c2b2433de602fd8cd535e3f562a0b8
|
||||||
|
Loading…
Reference in New Issue
Block a user