15
0
forked from pool/python-pbr

Accepting request 680522 from home:mimi_vx:branches:devel:languages:python

- update to 5.1.3
- drop 0001-Skip-test-for-testr-hook-being-installed-when-testr-.patch
       new_wheel.patch
 * Resolve ``ValueError`` when mapping value contains a literal ``=``
 * ignore –find-links in requirements file
 * Do not globally replace path prefix
 * Use templates for cover and lower-constraints
 * Special case long_description_content_type
 * Support wheel 0.32.0+

OBS-URL: https://build.opensuse.org/request/show/680522
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=111
This commit is contained in:
Tomáš Chvátal
2019-03-01 15:49:20 +00:00
committed by Git OBS Bridge
parent 953313e924
commit 53114e5165
6 changed files with 17 additions and 108 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Mar 1 14:36:24 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 5.1.3
- drop 0001-Skip-test-for-testr-hook-being-installed-when-testr-.patch
new_wheel.patch
* Resolve ``ValueError`` when mapping value contains a literal ``=``
* ignore find-links in requirements file
* Do not globally replace path prefix
* Use templates for cover and lower-constraints
* Special case long_description_content_type
* Support wheel 0.32.0+
-------------------------------------------------------------------
Thu Jan 17 15:56:29 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>