14
0

- update to 4.0.0:

* Opted back into using Poetry now that the existing issues have been fixed.
  * Python 2.7 support was no officially dropped. 
- add pycodestyle-indent-size.patch and use pypi tarball to avoid poetry

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-debugger?expand=0&rev=6
This commit is contained in:
2021-04-01 07:19:39 +00:00
committed by Git OBS Bridge
parent f419c89109
commit 96b9348ab2
6 changed files with 430 additions and 8 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Apr 1 07:18:57 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 4.0.0:
* Opted back into using Poetry now that the existing issues have been fixed.
* Python 2.7 support was no officially dropped.
- add pycodestyle-indent-size.patch and use pypi tarball to avoid poetry
-------------------------------------------------------------------
Thu Apr 16 10:43:35 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>