14
0

Accepting request 1039886 from home:yarunachalam:branches:devel:languages:python

- Update to version 0.1.49 
  * Fix whitespace handling of Copyright files (Closes: #960278)
  * Make python-debian (more) portable (Closes: #1011937)
    - Tweak tests to be portable to other platforms
    - Adapt tests so that skipping optional tests can be prevented if needed
    - Add other platforms to CI to test portability
  * Switch tests to use more pytest features.
  * Updates for newer mypy and pylint.
  * Add Debian 14 'forky' to the list of known releases.

OBS-URL: https://build.opensuse.org/request/show/1039886
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-debian?expand=0&rev=11
This commit is contained in:
2022-12-03 22:34:31 +00:00
committed by Git OBS Bridge
parent 7c23ee5403
commit 3bc1b65a14
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Dec 3 21:28:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 0.1.49
* Fix whitespace handling of Copyright files (Closes: #960278)
* Make python-debian (more) portable (Closes: #1011937)
- Tweak tests to be portable to other platforms
- Adapt tests so that skipping optional tests can be prevented if needed
- Add other platforms to CI to test portability
* Switch tests to use more pytest features.
* Updates for newer mypy and pylint.
* Add Debian 14 'forky' to the list of known releases.
-------------------------------------------------------------------
Fri Oct 28 20:31:05 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>