|
3 | 3 | Name: python-%{srcname} |
4 | 4 | Summary: A Python library for creating text UI |
5 | 5 | Url: https://github.com/rhinstaller/python-%{srcname} |
6 | | -Version: 1.6 |
| 6 | +Version: 1.7 |
7 | 7 | Release: 1%{?dist} |
8 | 8 | # This tarball was created from upstream git: |
9 | 9 | # git clone https://github.com/rhinstaller/python-simpleline |
@@ -59,6 +59,35 @@ make test |
59 | 59 | %{python3_sitelib}/* |
60 | 60 |
|
61 | 61 | %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 | + |
62 | 91 | * Thu Aug 22 2019 Jiri Konecny <[email protected]> - 1.6-1 |
63 | 92 | - Always close the password dialog (vponcova) |
64 | 93 | - Remove unnecessary pass statements (jkonecny) |
|
0 commit comments