15
0

- Update to 0.3.11:

- store source-code module in a directory
  - black files
  - use pytest
  - use __version__ for version number
  - start using github workflows
  - Bundle tests into tarball
- Remove upstreamed patches:
  - drop-nose-requirement.patch
  - python-columnize-no-mock.patch
  - test_columnize.py

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-columnize?expand=0&rev=7
This commit is contained in:
2022-03-12 09:22:30 +00:00
committed by Git OBS Bridge
parent c7d0a2f84c
commit baf966a81b
7 changed files with 22 additions and 243 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Mar 12 09:14:09 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 0.3.11:
- store source-code module in a directory
- black files
- use pytest
- use __version__ for version number
- start using github workflows
- Bundle tests into tarball
- Remove upstreamed patches:
- drop-nose-requirement.patch
- python-columnize-no-mock.patch
- test_columnize.py
-------------------------------------------------------------------
Tue Mar 8 10:13:54 UTC 2022 - Matej Cepl <mcepl@suse.com>