Skip to content

Commit 35d5064

Browse files
committed
New version - 1.7
1 parent 38b0907 commit 35d5064

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

python-simpleline.spec

Lines changed: 30 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.6
6+
Version: 1.7
77
Release: 1%{?dist}
88
# This tarball was created from upstream git:
99
# git clone https://github.com/rhinstaller/python-simpleline
@@ -59,6 +59,35 @@ make test
5959
%{python3_sitelib}/*
6060

6161
%changelog
62+
* Thu Jun 25 2020 Jiri Konecny <[email protected]> - 1.7-1
63+
- Testing farm seems like a better option (jkonecny)
64+
- Fix upstream package name (jkonecny)
65+
- Copy archive to the project root for packit (jkonecny)
66+
- Use BUILD_ARGS for packit to remove wheel dependency (jkonecny)
67+
- Correct how packit sniffing package version (jkonecny)
68+
- Add packit action to create archive correctly (jkonecny)
69+
- Simplify Packit configuration file (jkonecny)
70+
- Enable copr builds and add packit config (dhodovsk)
71+
- Add possibility to change setup.py arguments (jkonecny)
72+
- Fix typo in setup.py (jkonecny)
73+
- Add translation badge from Weblate (jkonecny)
74+
- Add potfile to the .gitignore (jkonecny)
75+
- Pause releasing when calling bumpver (jkonecny)
76+
- Remove unused PREFIX from the Makefile (jkonecny)
77+
- Remove Zanata from the Simpleline (jkonecny)
78+
- Switch po-push from Zanata to Weblate (jkonecny)
79+
- Download translations from Weblate (jkonecny)
80+
- Remove pot file from this repository (jkonecny)
81+
- Add new directories to .gitignore and make clean (jkonecny)
82+
- Add Makefile PHONY targets (jkonecny)
83+
- Simplify archive creation (jkonecny)
84+
- Reflect rename of COPYING to LICENSE.md (jkonecny)
85+
- Change license in spec file to LGPLv3+ (jkonecny)
86+
- Add COPR badge for daily builds (jkonecny)
87+
- Improve setup.py (jkonecny)
88+
- Change license to LGPLv3 for all the files (jkonecny)
89+
- Change License from GPLv2+ to LGPLv3+ (jkonecny)
90+
6291
* Thu Aug 22 2019 Jiri Konecny <[email protected]> - 1.6-1
6392
- Always close the password dialog (vponcova)
6493
- Remove unnecessary pass statements (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.6',
27+
version='1.7',
2828
author='Jiri Konecny',
2929
author_email='[email protected]',
3030
description='Python text UI framework',

0 commit comments

Comments
 (0)