OBS-URL: https://build.opensuse.org/package/show/security:privacy/python-pass-git-helper?expand=0&rev=9
64 lines
2.4 KiB
Plaintext
64 lines
2.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Jun 22 16:25:44 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
- Move dependencies: we need pyxdg even in non-testing context.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 11 12:48:10 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 3.3.0:
|
|
* add support for password extractor
|
|
- update to 3.2.0:
|
|
* **setup:** switch from setup.py to setup.cfg
|
|
- update to 3.1.0:
|
|
* test on Python 3.13
|
|
* build!: drop support for Python 3.9
|
|
* officially support Python 3.12
|
|
* the minimum officially supported version of Python is
|
|
now 3.10. The helper might continue to work with older
|
|
versions but
|
|
- update to 1.5.0:
|
|
* check if password file exists before running `pass`
|
|
(b50ca3b), closes #371
|
|
- update to 1.4.1:
|
|
* improve error message for unknown username extractor
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 15 08:23:55 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
- Testing on SLE-15 is just too much.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 2 19:21:38 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Update to 1.4.0:
|
|
- added ${protocol} var
|
|
- enable defining password_store_dir per mapping
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 28 23:12:19 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Update to 1.2.0:
|
|
- support Python 3.10 (292d9fc)
|
|
- don't leak Python exceptions to the user (4415d7e), closes
|
|
#38
|
|
- Adds an encoding configuration per pass entry (fixes #27 +
|
|
#29) and includes some code cleanup (#30).
|
|
- Adds support for the ${username} replacement in the
|
|
configuration file. For details, refer to #11. Thanks to
|
|
@somasis for the feature.
|
|
- This version adds more flexibility for selecting the username
|
|
from an entry. Different strategies have been implemented to
|
|
realize different needs such as searching for a line matching
|
|
a given regular expression. The readme file explains the
|
|
configuration in detail.
|
|
- The host of a request can now be used as a variable to
|
|
construct a the entry of the password store. This allows
|
|
wildcard entries dispatching to any number of file system
|
|
entries in the password store.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 28 22:58:55 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Initial packaging effort for pass-git-helper 0.3.0.
|