[packit] 1.9.0 upstream release
Upstream tag: 1.9.0 Upstream commit: cf7a0496 Signed-off-by: Packit Service <user-cont-team+packit-service@redhat.com>
This commit is contained in:
parent
fcbb619b86
commit
a209d7d27d
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/simpleline-1.7.tar.gz
|
/simpleline-1.7.tar.gz
|
||||||
/simpleline-1.8.tar.gz
|
/simpleline-1.8.tar.gz
|
||||||
/simpleline-1.8.2.tar.gz
|
/simpleline-1.8.2.tar.gz
|
||||||
|
/simpleline-1.9.0.tar.gz
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 0.10.3.dev857+g939f9f4.
|
The file was generated using packit 0.38.1.dev5+gd57da48.
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Summary: A Python library for creating text UI
|
Summary: A Python library for creating text UI
|
||||||
Url: https://github.com/rhinstaller/python-%{srcname}
|
Url: https://github.com/rhinstaller/python-%{srcname}
|
||||||
Version: 1.8.2
|
Version: 1.9.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# This tarball was created from upstream git:
|
# This tarball was created from upstream git:
|
||||||
# git clone https://github.com/rhinstaller/python-simpleline
|
# git clone https://github.com/rhinstaller/python-simpleline
|
||||||
@ -60,6 +60,18 @@ make test
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 11 2021 Packit Service <user-cont-team+packit-service@redhat.com> - 1.9.0-1
|
||||||
|
- New version - 1.9.0 (Jiri Konecny)
|
||||||
|
- Adapt Makefile bumpver target for x.y.z versioning (Jiri Konecny)
|
||||||
|
- Add tests for UIScreen wide disabling of concurrency check (Jiri Konecny)
|
||||||
|
- Rename helper test classes to have Mock postfix (Jiri Konecny)
|
||||||
|
- Call App.initialize() in the setUp phase of GlobalConfiguration test (Jiri Konecny)
|
||||||
|
- Abstract registering signal handler in the InputHandler constructor (Jiri Konecny)
|
||||||
|
- Allow to disable concurrency check for all UIScreen inputs (Jiri Konecny)
|
||||||
|
- Use {} and [] instead of dict() and list() (Jiri Konecny)
|
||||||
|
- Specify encoding for open() (Jiri Konecny)
|
||||||
|
- Remove 'u' prefix from strings (Jiri Konecny)
|
||||||
|
|
||||||
* Tue Aug 31 2021 Jiri Konecny <jkonecny@redhat.com> - 1.8.2-1
|
* Tue Aug 31 2021 Jiri Konecny <jkonecny@redhat.com> - 1.8.2-1
|
||||||
- New version - 1.8.2 (Jiri Konecny)
|
- New version - 1.8.2 (Jiri Konecny)
|
||||||
- Remove changelog from the upstream spec file (Jiri Konecny)
|
- Remove changelog from the upstream spec file (Jiri Konecny)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (simpleline-1.8.2.tar.gz) = ca68814e22dccbe724929aadc14fa503ab1eb837302a68ccb8c62cf6fbcc4dd1c1fc3bfc0ea31d0c83cac22464fb197b9c63243d732219ce57c189f51b71c333
|
SHA512 (simpleline-1.9.0.tar.gz) = b8c35be2071c4598b9c75a003fdfa24e2c134d7f189755d3e5806b2b5963d8d99f1751bd5d115cab3f74883f069ff0be1fd00b83482e0496ef05bb5b4e7de28b
|
||||||
|
Loading…
Reference in New Issue
Block a user