Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package secrets for openSUSE:Factory checked 
in at 2022-10-24 11:13:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/secrets (Old)
 and      /work/SRC/openSUSE:Factory/.secrets.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "secrets"

Mon Oct 24 11:13:14 2022 rev:4 rq:1030678 version:7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/secrets/secrets.changes  2022-08-17 
18:29:42.184109627 +0200
+++ /work/SRC/openSUSE:Factory/.secrets.new.2275/secrets.changes        
2022-10-24 11:13:34.547256661 +0200
@@ -1,0 +2,22 @@
+Mon Oct 17 12:44:50 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Update to version 7.0:
+  + Added support for the trash bin, deletions now go to the trash
+    and can be undone.
+  + Check for file conflicts before saving.
+  + Add support for password history.
+  + Add a Ctrl+V action and a button to copy an entry's URL.
+  + Add support for trash bin.
+  + Use newer widgets from libadwaita.
+  + Update pykeepass to 4.0.3.
+  + Redesigned attributes.
+  + Bug fixes.
+- Drop 0001-Update-pykeepass-to-4.0.3.patch: Fixed upstream.
+- Add python3-validators and python3-zxcvbn: New BuildRequires.
+- Drop python3-construct, pkgconfig(pwquality), python3-construct
+  and python3-pwquality BuildRequires/Requires, no longer needed.
+- Disable meson_test macro for now, currently fails without
+  BuildRequires secrets. This is something we need to take up with
+  upstream. Validate desktop files, schemas and appdata manually.
+
+-------------------------------------------------------------------

Old:
----
  0001-Update-pykeepass-to-4.0.3.patch
  secrets-6.5.obscpio

New:
----
  secrets-7.0.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ secrets.spec ++++++
--- /var/tmp/diff_new_pack.AQXfe0/_old  2022-10-24 11:13:35.127257857 +0200
+++ /var/tmp/diff_new_pack.AQXfe0/_new  2022-10-24 11:13:35.135257873 +0200
@@ -17,39 +17,39 @@
 
 
 Name:           secrets
-Version:        6.5
+Version:        7.0
 Release:        0
 Summary:        A password manager for GNOME
 License:        GPL-3.0-or-later
 URL:            https://gitlab.gnome.org/World/secrets
 Source0:        %{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM
-Patch0:         0001-Update-pykeepass-to-4.0.3.patch
+
 BuildRequires:  appstream-glib
 BuildRequires:  desktop-file-utils
 BuildRequires:  meson >= 0.51.0
 BuildRequires:  pkgconfig
 BuildRequires:  python3-base >= 3.7.0
-BuildRequires:  python3-construct
+BuildRequires:  python3-gobject
 BuildRequires:  python3-gobject-Gdk
 BuildRequires:  python3-pykeepass >= 4.0.3
 BuildRequires:  python3-pyotp >= 2.4.0
 BuildRequires:  python3-pytest
+BuildRequires:  python3-validators
+BuildRequires:  python3-zxcvbn
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.66.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(gtk4) >= 4.5.0
 BuildRequires:  pkgconfig(libadwaita-1)
-BuildRequires:  pkgconfig(pwquality) >= 1.4.0
 
 Requires:       python3-argon2-cffi
-Requires:       python3-construct
 Requires:       python3-gobject-Gdk
 Requires:       python3-lxml
-Requires:       python3-pwquality
 Requires:       python3-pycryptodome
 Requires:       python3-pykeepass
 Requires:       python3-pyotp
+Requires:       python3-validators
+Requires:       python3-zxcvbn
 
 Obsoletes:      gnome-passwordsafe < 6.1
 Provides:       gnome-passwordsafe = %{version}
@@ -82,7 +82,12 @@
 %find_lang %{name} %{?no_lang_C}
 
 %check
-%meson_test
+# Disable meson_test for now, fails without BuildRequires itself to complete
+# Run the 3 first tests manually
+#%%meson_test
+desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
+glib-compile-schemas --strict --dry-run 
%{buildroot}%{_datadir}/glib-2.0/schemas/
+appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.xml
 
 %files
 %license LICENSE

++++++ _service ++++++
--- /var/tmp/diff_new_pack.AQXfe0/_old  2022-10-24 11:13:35.167257939 +0200
+++ /var/tmp/diff_new_pack.AQXfe0/_new  2022-10-24 11:13:35.167257939 +0200
@@ -1,9 +1,9 @@
 <?xml version="1.0"?>
 <services>
-  <service name="obs_scm" mode="disabled" >
+  <service name="obs_scm" mode="manual" >
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/World/secrets.git</param>
-    <param name="revision">refs/tags/6.5</param>
+    <param name="revision">refs/tags/7.0</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>
@@ -16,7 +16,7 @@
     <param name="file">*.tar</param>
     <param name="compression">xz</param>
   </service>
-  <service name="set_version" mode="disabled" />
+  <service name="set_version" mode="manual" />
 </services>
 
 

++++++ secrets-6.5.obscpio -> secrets-7.0.obscpio ++++++
++++ 45364 lines of diff (skipped)

++++++ secrets.obsinfo ++++++
--- /var/tmp/diff_new_pack.AQXfe0/_old  2022-10-24 11:13:35.451258524 +0200
+++ /var/tmp/diff_new_pack.AQXfe0/_new  2022-10-24 11:13:35.455258533 +0200
@@ -1,5 +1,5 @@
 name: secrets
-version: 6.5
-mtime: 1651896720
-commit: 2103661272e0f9b6b63db7103b08c818478debde
+version: 7.0
+mtime: 1665153400
+commit: 6e0c69d87653fa6b83a5cfda2e8bb9f4398d9eee
 

Reply via email to