17
0

Accepting request 686301 from home:jayvdb:branches:devel:languages:python

- Activate test suite on Python 3 using GitHub archive.
  Currently failing on Python 2
- Add missing runtime dependencies
- Add %license
- Update to v3.0.3
  * Python 3.7 support
  * Autotype support
  * Fix "object has no attribute" issue in save_history
  * Fix datetime comparison when there is no tzinfo and autotype sequence
  * Added new Attachment object (see README.rst for usage)
  * Moved the xpath strings into xpath.py
  * Added exceptions.py
  * Fix entry.parentgroup doesn't work for history entries
  * Move first and history into _xpath
  * Use UUID instead of (name, title, password, ...) when comparing objects
  * Notes is a reserved key

OBS-URL: https://build.opensuse.org/request/show/686301
OBS-URL: https://build.opensuse.org/package/show/security/python-pykeepass?expand=0&rev=4
This commit is contained in:
2019-03-19 14:01:05 +00:00
committed by Git OBS Bridge
parent d0d4ed6055
commit fa40fa8024
4 changed files with 49 additions and 26 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Mar 19 04:56:36 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Activate test suite on Python 3 using GitHub archive.
Currently failing on Python 2
- Add missing runtime dependencies
- Add %license
- Update to v3.0.3
* Python 3.7 support
* Autotype support
* Fix "object has no attribute" issue in save_history
* Fix datetime comparison when there is no tzinfo and autotype sequence
* Added new Attachment object (see README.rst for usage)
* Moved the xpath strings into xpath.py
* Added exceptions.py
* Fix entry.parentgroup doesn't work for history entries
* Move first and history into _xpath
* Use UUID instead of (name, title, password, ...) when comparing objects
* Notes is a reserved key
-------------------------------------------------------------------
Wed Sep 12 12:23:46 UTC 2018 - badshah400@gmail.com