15
0

- Update to 0.12.0:

* Fixing a warning from deprecated get_platform function.
  * Applied black
  * some cleanups
  * removed the package module (not used)
  * more tests
  * logging slightly improved 
- Actually run tests, skipping one test that requires network.
- Stop installing easydev_buildPackage

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-easydev?expand=0&rev=9
This commit is contained in:
2021-09-16 04:06:32 +00:00
committed by Git OBS Bridge
parent f0a6eb7c3e
commit 390bfe6be1
4 changed files with 24 additions and 13 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Sep 16 04:01:51 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.12.0:
* Fixing a warning from deprecated get_platform function.
* Applied black
* some cleanups
* removed the package module (not used)
* more tests
* logging slightly improved
- Actually run tests, skipping one test that requires network.
- Stop installing easydev_buildPackage
-------------------------------------------------------------------
Tue May 26 06:34:04 UTC 2020 - Petr Gajdos <pgajdos@suse.com>