New version - 1.3-1
- Fix pylint errors raised by new pylint version (jkonecny) - Setup logging handler properly for a library (jkonecny)
This commit is contained in:
parent
03fbfa6cda
commit
e71954e301
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/simpleline-1.0.tar.gz
|
/simpleline-1.0.tar.gz
|
||||||
/simpleline-1.1.tar.gz
|
/simpleline-1.1.tar.gz
|
||||||
/simpleline-1.2.tar.gz
|
/simpleline-1.2.tar.gz
|
||||||
|
/simpleline-1.3.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
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.2
|
Version: 1.3
|
||||||
Release: 1%{?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
|
||||||
@ -60,6 +60,10 @@ make test
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 11 2018 Jiri Konecny <jkonecny@redhat.com> - 1.3-1
|
||||||
|
- Fix pylint errors raised by new pylint version (jkonecny)
|
||||||
|
- Setup logging handler properly for a library (jkonecny)
|
||||||
|
|
||||||
* Tue May 29 2018 Jiri Konecny <jkonecny@redhat.com> - 1.2-1
|
* Tue May 29 2018 Jiri Konecny <jkonecny@redhat.com> - 1.2-1
|
||||||
- Document GlobalConfiguration class (jkonecny)
|
- Document GlobalConfiguration class (jkonecny)
|
||||||
- Add advanced input processing section to docs (jkonecny)
|
- Add advanced input processing section to docs (jkonecny)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (simpleline-1.2.tar.gz) = 9b0a51490253f0d45c7930790177346f40497d7ff0bde3be59a4654fb27eec263e737b170cc523fc6e88bf22b081f5d39b1ca2d794a6d41f70b980837e6cb13c
|
SHA512 (simpleline-1.3.tar.gz) = edacf38050460503df2096d8c6d7692e0aa1e70300b05d3d56f94ef97e7ba05a233615832b53e33195b846da5fc487199d7d196fedf24d301f634f55f7d4e637
|
||||||
|
Loading…
Reference in New Issue
Block a user