forked from pool/python-pass-git-helper
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| de0a74d552 | |||
| 07ba94ba82 | |||
| 40503f8c52 | |||
| fb4202e177 | |||
| a91b2902a5 | |||
| 9db543d7e9 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e7ff68b074ad25f61cac0a8f291fec8cdb9b701c32fbde37e1b5bfa8f2211c6d
|
|
||||||
size 119475
|
|
||||||
3
pass-git-helper-4.1.0.tar.gz
Normal file
3
pass-git-helper-4.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef8679ea3e2c953ad2881f4239eba4f36c623151779d14c6f9e3aff261716b7c
|
||||||
|
size 114794
|
||||||
@@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 27 07:33:02 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.1.0:
|
||||||
|
* introduce new ${path} var to address the entire subpath of
|
||||||
|
the repo url
|
||||||
|
- update to 4.0.0:
|
||||||
|
* build!: drop Python 3.10 support
|
||||||
|
- update to 3.4.0:
|
||||||
|
* static username extractor
|
||||||
|
- update to 3.3.1:
|
||||||
|
* correct log default mapping file
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri Mar 15 08:23:55 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pass-git-helper
|
# spec file for package python-pass-git-helper
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
%bcond_without test
|
%bcond_without test
|
||||||
%endif
|
%endif
|
||||||
Name: python-pass-git-helper
|
Name: python-pass-git-helper
|
||||||
Version: 1.4.0
|
Version: 4.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A git credential helper interfacing with pass
|
Summary: A git credential helper interfacing with pass
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
@@ -32,13 +32,13 @@ Source: https://github.com/languitar/%{modname}/archive/refs/tags/v%{ver
|
|||||||
BuildRequires: %{python_module base}
|
BuildRequires: %{python_module base}
|
||||||
BuildRequires: %{python_module dataclasses >= 0.7 if %python-base < 3.7}
|
BuildRequires: %{python_module dataclasses >= 0.7 if %python-base < 3.7}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module pyxdg}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pyxdg}
|
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
|||||||
Reference in New Issue
Block a user