-
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
d02217a
commit 4e9fe8c
Showing
3 changed files
with
15 additions
and
4 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
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.1 | ||
Version: 1.1.1 | ||
Release: 1%{?dist} | ||
# This tarball was created from upstream git: | ||
# git clone https://github.com/rhinstaller/python-simpleline | ||
|
@@ -60,6 +60,17 @@ make test | |
%{python3_sitelib}/* | ||
|
||
%changelog | ||
* Tue Aug 11 2020 Jiri Konecny <[email protected]> - 1.1.1-1 | ||
- Use relative imports in tests (jkonecny) | ||
- Solve pylint errors (jkonecny) | ||
- Remove pot file (jkonecny) | ||
- Switch translations to rhel-8 Weblate branch (jkonecny) | ||
- Add potfile to the .gitignore (jkonecny) | ||
- Pause releasing when calling bumpver (jkonecny) | ||
- Remove Zanata from the Simpleline (jkonecny) | ||
- Switch po-push from Zanata to Weblate (jkonecny) | ||
- Download translations from Weblate (jkonecny) | ||
|
||
* Tue Apr 10 2018 Jiri Konecny <[email protected]> - 1.1-1 | ||
- Add global configuration initialize test (jkonecny) | ||
- Use default password function from GlobalConfiguration (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.1', | ||
setup(name='simpleline', version='1.1.1', | ||
description='Python text UI framework', | ||
author='Jiri Konecny', author_email='[email protected]', | ||
url='http://git.fedoraproject.org/git/?p=python-simpleline.git', | ||
|