Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pykeepass for
openSUSE:Factory checked in at 2021-02-18 20:41:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pykeepass (Old)
and /work/SRC/openSUSE:Factory/.python-pykeepass.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pykeepass"
Thu Feb 18 20:41:23 2021 rev:5 rq:873337 version:4.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pykeepass/python-pykeepass.changes
2020-08-05 20:28:20.619065567 +0200
+++
/work/SRC/openSUSE:Factory/.python-pykeepass.new.28504/python-pykeepass.changes
2021-02-18 20:53:10.735482651 +0100
@@ -1,0 +2,20 @@
+Mon Feb 15 23:16:12 UTC 2021 - Atri Bhattacharya <[email protected]>
+
+- Update to version 4.0.0:
+ * Paths changed from strings to lists.
+ * Added PyKeePass.recyclebin_group.
+ * Added PyKeePass.trash_group().
+ * Added PyKeePass.trash_entry().
+ * Added PyKeePass.empty_group().
+ * Support reading/saving from streams.
+ * Fixed PyKeePass.dump_xml() pretty printing.
+ * Fixed gh#libkeepass/pykeepass#212 - properly pad encrypted
+ payload.
+ * Fixed gh#libkeepass/pykeepass#222 - corrected transform_rounds
+ field length.
+- Add python-pykeepass-fix-version.patch: Fix version so that
+ egg-infos don't end up with the wrong version; patch taken from
+ upstream commit.
+- Update URL and Source URL to new github repository.
+
+-------------------------------------------------------------------
Old:
----
pykeepass-3.2.1.tar.gz
New:
----
pykeepass-4.0.0.tar.gz
python-pykeepass-fix-version.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pykeepass.spec ++++++
--- /var/tmp/diff_new_pack.giwyml/_old 2021-02-18 20:53:11.211483098 +0100
+++ /var/tmp/diff_new_pack.giwyml/_new 2021-02-18 20:53:11.215483102 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pykeepass
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,15 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pykeepass
-Version: 3.2.1
+Version: 4.0.0
Release: 0
Summary: Low-level library to interact with keepass databases
License: GPL-3.0-only
Group: Development/Languages/Python
-URL: https://github.com/pschmitt/pykeepass
-Source:
https://github.com/pschmitt/pykeepass/archive/%{version}.tar.gz#/pykeepass-%{version}.tar.gz
+URL: https://github.com/libkeepass/pykeepass
+Source:
https://github.com/libkeepass/pykeepass/archive/%{version}.tar.gz#/pykeepass-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM python-pykeepass-fix-version.patch [email protected]
-- Fix version so that egg-infos don't end up with the wrong version; patch
taken from upstream commit
+Patch0: python-pykeepass-fix-version.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -51,7 +53,7 @@
This library allows you to write entries to a KeePass database
%prep
-%setup -q -n pykeepass-%{version}
+%autosetup -p1 -n pykeepass-%{version}
sed -i '1{/^#!.*env python/d}' pykeepass/pykeepass.py
pykeepass/kdbx_parsing/kdbx*.py
%build
++++++ pykeepass-3.2.1.tar.gz -> pykeepass-4.0.0.tar.gz ++++++
++++ 1627 lines of diff (skipped)
++++++ python-pykeepass-fix-version.patch ++++++
Index: pykeepass-4.0.0/pykeepass/version.py
===================================================================
--- pykeepass-4.0.0.orig/pykeepass/version.py
+++ pykeepass-4.0.0/pykeepass/version.py
@@ -1,3 +1,3 @@
-__version__ = "3.2.1"
+__version__ = "4.0.0"
__all__= ["__version__"]