15
0

Accepting request 790615 from home:mcalabkova:branches:devel:languages:python

- update to 1.4.5
  * Add support for c++17 tuple destructuring
  * Travis CI: Add Python 3.8 to the testing
  * Fix linting unnecessary elif after break

OBS-URL: https://build.opensuse.org/request/show/790615
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cpplint?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2020-04-01 14:59:59 +00:00
committed by Git OBS Bridge
parent 5eada19e60
commit b548620fdc
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Apr 1 14:13:44 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.4.5
* Add support for c++17 tuple destructuring
* Travis CI: Add Python 3.8 to the testing
* Fix linting unnecessary elif after break
-------------------------------------------------------------------
Mon Feb 25 23:10:30 UTC 2019 - John Vandenberg <jayvdb@gmail.com>