15
0

- Update to 1.3.0:

1.2.9
-----
  - pkg: add initial conda recipe and workflow (plus .gitattributes)
  - Add some flake8 cleanup and tool cfgs.
  - Use nose wth coverage and detailed-errors for smoke test.
  - Replace os.path.isfile in lookup_by_name (fails on windows <py38)
  - cleanup python/pkg versions, update tox cfg, switch CI

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-MiniMock?expand=0&rev=31
This commit is contained in:
2022-02-16 23:41:07 +00:00
committed by Git OBS Bridge
parent a71045a23b
commit 3f0364c263
4 changed files with 30 additions and 18 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Feb 16 23:33:05 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 1.3.0:
1.2.9
-----
- pkg: add initial conda recipe and workflow (plus .gitattributes)
- Add some flake8 cleanup and tool cfgs.
- Use nose wth coverage and detailed-errors for smoke test.
- Replace os.path.isfile in lookup_by_name (fails on windows <py38)
- cleanup python/pkg versions, update tox cfg, switch CI
-------------------------------------------------------------------
Fri Feb 11 13:11:28 UTC 2022 - Matej Cepl <mcepl@suse.com>