|
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.7 |
| 6 | +Version: 1.8 |
7 | 7 | Release: 1%{?dist} |
8 | 8 | # This tarball was created from upstream git: |
9 | 9 | # git clone https://github.com/rhinstaller/python-simpleline |
@@ -60,6 +60,33 @@ make test |
60 | 60 | %{python3_sitelib}/* |
61 | 61 |
|
62 | 62 | %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 | + |
63 | 90 | * Thu Jun 25 2020 Jiri Konecny <[email protected]> - 1.7-1 |
64 | 91 | - Testing farm seems like a better option (jkonecny) |
65 | 92 | - Fix upstream package name (jkonecny) |
|
0 commit comments