14
0

Accepting request 492692 from home:TheBlackCat:branches:devel:languages:python

- Implement single-spec version.
- Fix source URL.
- Update to version 10.3.2

OBS-URL: https://build.opensuse.org/request/show/492692
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-keyring?expand=0&rev=57
This commit is contained in:
Todd R
2017-05-03 16:04:18 +00:00
committed by Git OBS Bridge
parent 7de08d7b11
commit b9525e7583
4 changed files with 50 additions and 39 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed May 3 16:03:08 UTC 2017 - toddrme2178@gmail.com
- Implement single-spec version.
- Fix source URL.
- Update to version 10.3.2
* #267: More leniently unescape lowercased characters as
they get re-cased by ConfigParser.
- Update to version 10.3.1
* #266: Use private compatibity model rather than six to
avoid the dependency.
- Update to version 10.3
* #264: Implement devpi hook for supplying a password when
logging in with `devpi <https://pypi.org/project/devpi>`_
client.
* #260: For macOS, added initial API support for internet
passwords.
-------------------------------------------------------------------
Mon Jan 16 18:18:33 UTC 2017 - michael@stroeder.com