-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fcaa82a
commit 3973611
Showing
3 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-05-13 11:48+0200\n" | ||
"POT-Creation-Date: 2019-08-22 11:47+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -38,24 +38,24 @@ msgstr "" | |
msgid "Passphrase: " | ||
msgstr "" | ||
|
||
#: ../simpleline/render/adv_widgets.py:121 | ||
#: ../simpleline/render/adv_widgets.py:120 | ||
msgid "Question" | ||
msgstr "" | ||
|
||
#: ../simpleline/render/adv_widgets.py:131 | ||
#: ../simpleline/render/adv_widgets.py:130 | ||
#, python-format | ||
msgid "Please respond '%(yes)s' or '%(no)s'" | ||
msgstr "" | ||
|
||
#: ../simpleline/render/adv_widgets.py:167 | ||
#: ../simpleline/render/adv_widgets.py:166 | ||
msgid "Help" | ||
msgstr "" | ||
|
||
#: ../simpleline/render/adv_widgets.py:173 | ||
#: ../simpleline/render/adv_widgets.py:172 | ||
msgid "The help is not available." | ||
msgstr "" | ||
|
||
#: ../simpleline/render/adv_widgets.py:186 | ||
#: ../simpleline/render/adv_widgets.py:185 | ||
#, python-format | ||
msgid "Press %s to return" | ||
msgstr "" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Name: python-%{srcname} | ||
Summary: A Python library for creating text UI | ||
Url: https://github.com/rhinstaller/python-%{srcname} | ||
Version: 1.5 | ||
Version: 1.6 | ||
Release: 1%{?dist} | ||
# This tarball was created from upstream git: | ||
# git clone https://github.com/rhinstaller/python-simpleline | ||
|
@@ -59,6 +59,10 @@ make test | |
%{python3_sitelib}/* | ||
|
||
%changelog | ||
* Thu Aug 22 2019 Jiri Konecny <[email protected]> - 1.6-1 | ||
- Always close the password dialog (vponcova) | ||
- Remove unnecessary pass statements (jkonecny) | ||
|
||
* Mon May 13 2019 Jiri Konecny <[email protected]> - 1.5-1 | ||
- Update spec file from the downstream (jkonecny) | ||
- Fix translation issue for lt language (jkonecny) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
from distutils.core import setup | ||
|
||
setup(name='simpleline', version='1.5', | ||
setup(name='simpleline', version='1.6', | ||
description='Python text UI framework', | ||
author='Jiri Konecny', author_email='[email protected]', | ||
url='http://git.fedoraproject.org/git/?p=python-simpleline.git', | ||
|