forked from pool/python-autopage
- Force $LANG env to UTF-8 to fix tests for Leap 16.0 OBS-URL: https://build.opensuse.org/request/show/1206250 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-autopage?expand=0&rev=17
72 lines
2.6 KiB
Plaintext
72 lines
2.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Oct 8 07:22:31 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Force $LANG env to UTF-8 to fix tests for Leap 16.0
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 5 04:53:08 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Drop patch support-python-311.patch, no longer required.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 10 13:14:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.5.2:
|
|
* Always return an integer error code from exit_code()
|
|
* Fix line buffering detection for TTYs on Illumos/Solaris
|
|
* Numerous improvements to the integration tests:
|
|
- Work correctly with less v633
|
|
- Fix flaky tests
|
|
- Improve behaviour and debugging when tests fail
|
|
- Allow test runners to capture stdout of all child processes
|
|
* Update test dependencies to account for recent releases of
|
|
fixtures
|
|
* Test using a more recent version of mypy
|
|
* Run tests on Python 3.11 and 3.12
|
|
main
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 11 05:45:45 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch support-python-311.patch:
|
|
* Support Python 3.11 changes.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 21 12:23:06 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Do not distribute tests with the package
|
|
- Build using %pyproject macros
|
|
- Remove python_module macro definition
|
|
- More specific python_sitelib in %files
|
|
- Remove duplicate files with %fdupes
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 4 09:29:45 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
|
|
|
|
- Update to 0.5.1:
|
|
* integration tests: Increase timeout for subprocess to exit
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 23 15:24:07 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- skip end-to-end test, they hang in OBS
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 22 10:10:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.5.0:
|
|
* Testing on Python 3.10.
|
|
* More (optional) strategies for selecting the pager command to use.
|
|
* Fully-automated integration testing.
|
|
* Support for type checking by consumers using PEP561.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 8 20:01:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- skip python2 build, it doesn't work anymore
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 26 20:10:01 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- Initial package (0.4.0)
|