Skip to content

Commit d239f2d

Browse files
committed
New version - 1.8
1 parent 28bdce8 commit d239f2d

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

python-simpleline.spec

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Name: python-%{srcname}
44
Summary: A Python library for creating text UI
55
Url: https://github.com/rhinstaller/python-%{srcname}
6-
Version: 1.7
6+
Version: 1.8
77
Release: 1%{?dist}
88
# This tarball was created from upstream git:
99
# git clone https://github.com/rhinstaller/python-simpleline
@@ -60,6 +60,33 @@ make test
6060
%{python3_sitelib}/*
6161

6262
%changelog
63+
* Mon Feb 22 2021 Jiri Konecny <[email protected]> - 1.8-1
64+
- Add missing make command to spec file (jkonecny)
65+
- Don't translate the prompt keys (vponcova)
66+
- Enable daily build for Anaconda-devel COPR repository (jkonecny)
67+
- Use Fedora container registry instead of Dockerhub (jkonecny)
68+
- Migrate COPR daily COPR builds to Packit (jkonecny)
69+
- Test build on Fedora ELN (jkonecny)
70+
- Remove packit get-current-action (jkonecny)
71+
- Run tests in GitHub workflow (martin)
72+
- Fix raise-missing-from (W0707) pylint warnings (martin)
73+
- Fix pylint to check test code correctly (jkonecny)
74+
- Use script to run unit tests (jkonecny)
75+
- Use relative imports in tests (jkonecny)
76+
- Change directory structure of unit tests (jkonecny)
77+
- Fix documentation of _process_screen method (jkonecny)
78+
- Fix pylint issues (jkonecny)
79+
- Use pylint instead of pocketlint (jkonecny)
80+
- Add coverage support (jkonecny)
81+
- Make link to exmples directory in Readme (jkonecny)
82+
- Fix homepage of the project in setup.py (jkonecny)
83+
- Fix classifiers in setup.py (jkonecny)
84+
- Add pypi-upload to Makefile (jkonecny)
85+
- Use correct variant of the field (jkonecny)
86+
- Propose Fedora update only to Fedora in development (jkonecny)
87+
- Add upstream tag template to packit for releasing (jkonecny)
88+
- Packit will download archive from Source0 if needed (jkonecny)
89+
6390
* Thu Jun 25 2020 Jiri Konecny <[email protected]> - 1.7-1
6491
- Testing farm seems like a better option (jkonecny)
6592
- Fix upstream package name (jkonecny)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
long_description = f.read()
2525

2626
setup(name='simpleline',
27-
version='1.7',
27+
version='1.8',
2828
author='Jiri Konecny',
2929
author_email='[email protected]',
3030
description='Python text UI framework',

0 commit comments

Comments
 (0)