2020-04-30 15:45:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Apr 28 18:24:15 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Update to version 3.2.0:
|
|
|
|
|
* Added PyKeePass.xml().
|
|
|
|
|
* Added create_database().
|
|
|
|
|
* Added tag searching - gh#libkeepass/pykeepass#182.
|
|
|
|
|
* Binary attachments missing Compressed attribute unparseable
|
|
|
|
|
[gh#libkeepass/pykeepass#181].
|
|
|
|
|
* Protected multiline fields missing newline
|
|
|
|
|
[gh#libkeepass/pykeepass#129].
|
|
|
|
|
* Fixed problem where entries are protected after save.
|
|
|
|
|
- Changes from version 3.1.0:
|
|
|
|
|
* Removed context manager.
|
|
|
|
|
* Added autotype string support.
|
|
|
|
|
* Added attachments.
|
|
|
|
|
* Fixed find_entries(path=xxx) behavior.
|
|
|
|
|
* Entry.uuid, Group.uuid now return uuid.UUID object instead of
|
|
|
|
|
string.
|
|
|
|
|
|
2019-04-02 14:28:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Apr 2 08:51:29 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Fix argon2_cffi -> argon2-cffi dependency name
|
|
|
|
|
|
2019-03-19 16:24:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Mar 19 15:59:48 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
|
|
|
|
|
|
- Add minimum version python-construct >= 2.9.31
|
|
|
|
|
|
2019-03-19 14:01:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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
|
|
|
|
|
|
2018-10-09 11:11:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 12 12:23:46 UTC 2018 - badshah400@gmail.com
|
|
|
|
|
|
|
|
|
|
- Update to version 3.0.2:
|
|
|
|
|
* Exclude tests from pypi package.
|
|
|
|
|
- Changes from version 3.0.1:
|
|
|
|
|
* Fix installation (gh#pschmitt/pykeepass#98).
|
|
|
|
|
- Changes from version 3.0.0:
|
|
|
|
|
* Update lxml from 4.2.1 to 4.2.3 (gh#pschmitt/pykeepass#86).
|
|
|
|
|
* KDBX4 support (gh#pschmitt/pykeepass#84).
|
|
|
|
|
* Update argon2-cffi from 18.1.0 to 18.3.0
|
|
|
|
|
(gh#pschmitt/pykeepass#92).
|
|
|
|
|
* Update pycryptodome from 3.6.3 to 3.6.6
|
|
|
|
|
(gh#pschmitt/pykeepass#91).
|
|
|
|
|
* Fix baseelement logic (gh#pschmitt/pykeepass#94).
|
|
|
|
|
* Make pykeepass usable as a context manager
|
|
|
|
|
(gh#pschmitt/pykeepass#87).
|
|
|
|
|
* Strip out non-ASCII characters on decrypt
|
|
|
|
|
(gh#pschmitt/pykeepass#97).
|
|
|
|
|
- Drop dependency on python-libkeepass, python-pykeepass no longer
|
|
|
|
|
requires this since version 3.0.0; python-libkeepass is now
|
|
|
|
|
deprecated.
|
|
|
|
|
- Recompile .pyc files from sources modified after install script
|
|
|
|
|
to prevent inconsistent mtimes between object files and sources.
|
|
|
|
|
|
2018-09-10 13:00:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 22 15:54:50 UTC 2018 - badshah400@gmail.com
|
|
|
|
|
|
|
|
|
|
- Initial package.
|