forked from pool/python-pass-git-helper
Accepting request 1108642 from security:privacy
OBS-URL: https://build.opensuse.org/request/show/1108642 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pass-git-helper?expand=0&rev=2
This commit is contained in:
commit
6470206d60
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9ab12d81e283411a65285a0030cbfef2548dc580631d2337628e57f10e463aa
|
||||
size 97593
|
3
pass-git-helper-1.4.0.tar.gz
Normal file
3
pass-git-helper-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7ff68b074ad25f61cac0a8f291fec8cdb9b701c32fbde37e1b5bfa8f2211c6d
|
||||
size 119475
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pass-git-helper
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,20 +16,19 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define modname pass-git-helper
|
||||
Name: python-pass-git-helper
|
||||
Version: 1.2.0
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: A git credential helper interfacing with pass
|
||||
License: LGPL-3.0+
|
||||
License: LGPL-3.0-or-later
|
||||
URL: https://github.com/languitar/pass-git-helper
|
||||
Source: https://github.com/languitar/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module base}
|
||||
BuildRequires: %{python_module dataclasses >= 0.7 if %python-base < 3.7}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: %{python_module dataclasses >= 0.7 if %python-base < 3.7}
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
@ -38,8 +37,8 @@ BuildRequires: %{python_module pyxdg}
|
||||
BuildRequires: fdupes
|
||||
Requires: python-pyxdg
|
||||
BuildArch: noarch
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@ -52,10 +51,10 @@ sed -i -e '/--cov-config=setup.cfg/d' setup.cfg
|
||||
sed -i -e '1{\@^#!%{_bindir}/env python@d}' passgithelper.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_clone -a %{buildroot}%{_bindir}/pass-git-helper
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user