1
0

6 Commits

Author SHA256 Message Date
de0a74d552 Accepting request 1329584 from security:privacy
OBS-URL: https://build.opensuse.org/request/show/1329584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pass-git-helper?expand=0&rev=6
2026-01-28 14:12:58 +00:00
07ba94ba82 - 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

OBS-URL: https://build.opensuse.org/package/show/security:privacy/python-pass-git-helper?expand=0&rev=11
2026-01-27 23:53:53 +00:00
40503f8c52 Accepting request 1287718 from security:privacy
- Move dependencies: we need pyxdg even in non-testing context.

OBS-URL: https://build.opensuse.org/request/show/1287718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pass-git-helper?expand=0&rev=5
2025-06-23 13:04:41 +00:00
fb4202e177 - Move dependencies: we need pyxdg even in non-testing context.
OBS-URL: https://build.opensuse.org/package/show/security:privacy/python-pass-git-helper?expand=0&rev=9
2025-06-22 16:26:06 +00:00
a91b2902a5 Accepting request 1269137 from security:privacy
OBS-URL: https://build.opensuse.org/request/show/1269137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pass-git-helper?expand=0&rev=4
2025-04-14 10:59:16 +00:00
9db543d7e9 - 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

OBS-URL: https://build.opensuse.org/package/show/security:privacy/python-pass-git-helper?expand=0&rev=7
2025-04-14 07:22:36 +00:00
4 changed files with 44 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7ff68b074ad25f61cac0a8f291fec8cdb9b701c32fbde37e1b5bfa8f2211c6d
size 119475

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef8679ea3e2c953ad2881f4239eba4f36c623151779d14c6f9e3aff261716b7c
size 114794

View File

@@ -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>

View File

@@ -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