Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pass-git-helper for
openSUSE:Factory checked in at 2023-09-04 22:52:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pass-git-helper (Old)
and /work/SRC/openSUSE:Factory/.python-pass-git-helper.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pass-git-helper"
Mon Sep 4 22:52:36 2023 rev:2 rq:1108642 version:1.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pass-git-helper/python-pass-git-helper.changes
2022-10-03 13:45:02.189385657 +0200
+++
/work/SRC/openSUSE:Factory/.python-pass-git-helper.new.1766/python-pass-git-helper.changes
2023-09-04 22:52:50.334191022 +0200
@@ -1,0 +2,7 @@
+Sat Sep 2 19:21:38 UTC 2023 - Matej Cepl <[email protected]>
+
+- Update to 1.4.0:
+ - added ${protocol} var
+ - enable defining password_store_dir per mapping
+
+-------------------------------------------------------------------
Old:
----
pass-git-helper-1.2.0.tar.gz
New:
----
pass-git-helper-1.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pass-git-helper.spec ++++++
--- /var/tmp/diff_new_pack.73EKVN/_old 2023-09-04 22:52:51.262223827 +0200
+++ /var/tmp/diff_new_pack.73EKVN/_new 2023-09-04 22:52:51.266223968 +0200
@@ -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}
@@ -39,7 +38,7 @@
Requires: python-pyxdg
BuildArch: noarch
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
%python_subpackages
%description
@@ -52,10 +51,10 @@
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}
++++++ pass-git-helper-1.2.0.tar.gz -> pass-git-helper-1.4.0.tar.gz ++++++
++++ 13446 lines of diff (skipped)