14
0
forked from pool/python-pip

Accepting request 703184 from home:mcepl:branches:devel:languages:python

- Update to version 19.1.1+git.1557777841.63878672:
  * Update news file to match usual style
  * fix-5963: assert error message
  * Simplify CandidateEvaluator.evaluate_link().
  * Fix 6486 mac gitignore (#6487)
  * Store instances in the VcsSupport registry instead of classes.
  * Remove unused cls argument from VcsSupport.unregister().
  * fix-5963: Add news file
  * fix-5963: fail elegantly on missing name or section in config set / unset
  * Remove unnecessary slices.
  * Fix typo.

- Switch to multibuild, so testing is separate from the building
  of the package itself.

OBS-URL: https://build.opensuse.org/request/show/703184
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=66
This commit is contained in:
2019-05-15 15:33:36 +00:00
committed by Git OBS Bridge
parent 6f0bdab7e0
commit 34466b4ae2
6 changed files with 44 additions and 22 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed May 15 14:15:56 UTC 2019 - Matej Cepl <mcepl@cepl.eu>
- Update to version 19.1.1+git.1557777841.63878672:
* Update news file to match usual style
* fix-5963: assert error message
* Simplify CandidateEvaluator.evaluate_link().
* Fix 6486 mac gitignore (#6487)
* Store instances in the VcsSupport registry instead of classes.
* Remove unused cls argument from VcsSupport.unregister().
* fix-5963: Add news file
* fix-5963: fail elegantly on missing name or section in config set / unset
* Remove unnecessary slices.
* Fix typo.
-------------------------------------------------------------------
Wed May 15 15:35:34 CEST 2019 - Matej Cepl <mcepl@suse.com>
- Switch to multibuild, so testing is separate from the building
of the package itself.
-------------------------------------------------------------------
Sat May 11 13:41:41 UTC 2019 - Matej Cepl <mcepl@cepl.eu>