17
0

Accepting request 895004 from home:badshah400:branches:security

- Update to version 4.0.1.
- Drop python-pykeepass-fix-version.patch: incorporated upstream.
- Update dependency versions in keeping with upstream.

OBS-URL: https://build.opensuse.org/request/show/895004
OBS-URL: https://build.opensuse.org/package/show/security/python-pykeepass?expand=0&rev=14
This commit is contained in:
2021-05-26 12:54:29 +00:00
committed by Git OBS Bridge
parent a083213ac5
commit 85b68bed21
5 changed files with 18 additions and 21 deletions

View File

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

3
pykeepass-4.0.1.tar.gz Normal file
View File

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

View File

@@ -1,9 +0,0 @@
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__"]

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun May 23 00:32:17 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 4.0.1:
* No release notes.
- Drop python-pykeepass-fix-version.patch: incorporated upstream.
- Update dependency versions in keeping with upstream.
-------------------------------------------------------------------
Mon Feb 15 23:16:12 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -18,32 +18,30 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pykeepass
Version: 4.0.0
Version: 4.0.1
Release: 0
Summary: Low-level library to interact with keepass databases
License: GPL-3.0-only
Group: Development/Languages/Python
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 badshah400@gmail.com -- 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
BuildRequires: python-rpm-macros
Requires: python-argon2-cffi
Requires: python-argon2-cffi >= 20.1.0
Requires: python-construct >= 2.10.54
Requires: python-future
Requires: python-lxml
Requires: python-pycryptodomex >= 3.6.2
Requires: python-lxml >= 4.6.1
Requires: python-pycryptodomex >= 3.10.1
Requires: python-python-dateutil
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module argon2-cffi}
BuildRequires: %{python_module argon2-cffi >= 20.1.0}
BuildRequires: %{python_module construct >= 2.10.54}
BuildRequires: %{python_module future}
BuildRequires: %{python_module lxml}
BuildRequires: %{python_module pycryptodomex >= 3.6.2}
BuildRequires: %{python_module lxml >= 4.6.1}
BuildRequires: %{python_module pycryptodomex >= 3.10.1}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil}
# /SECTION