15
0
forked from pool/python-pbr

- update to 5.6.0:

* Reverse ordering of 'D1\_D2\_SETUP\_ARGS'
  * Add test for cfg -> py transformation
  * Don't pass empty 'long\_description'
  * Move flake8 as a pre-commit local target
  * Map requires-python to python-requires (attempt 2)
  * Update dependencies to avoid failure with old pip
  * Increase OS\_TEST\_TIMEOUT to 1200
  * Prevent test failure due to use of setpref
  * util: Convert 'D1\_D2\_SETUP\_ARGS' to a list of tuples
  * Revert "Map requires-python to python-requires"
  * Dropping lower constraints testing
  * Adding pre-commit

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=135
This commit is contained in:
2021-05-18 21:13:38 +00:00
committed by Git OBS Bridge
parent 12cf5f81ed
commit d785cbe229
5 changed files with 52 additions and 25 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue May 18 21:10:52 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 5.6.0:
* Reverse ordering of 'D1\_D2\_SETUP\_ARGS'
* Add test for cfg -> py transformation
* Don't pass empty 'long\_description'
* Move flake8 as a pre-commit local target
* Map requires-python to python-requires (attempt 2)
* Update dependencies to avoid failure with old pip
* Increase OS\_TEST\_TIMEOUT to 1200
* Prevent test failure due to use of setpref
* util: Convert 'D1\_D2\_SETUP\_ARGS' to a list of tuples
* Revert "Map requires-python to python-requires"
* Dropping lower constraints testing
* Adding pre-commit
-------------------------------------------------------------------
Sat Dec 19 15:41:35 UTC 2020 - Benjamin Greiner <code@bnavigator.de>