17
0
Files
python-pykeepass/python-pykeepass-fix-version.patch
Marcus Meissner a083213ac5 Accepting request 872675 from home:badshah400:branches:security
* Update to version 4.0.0.
* 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.

OBS-URL: https://build.opensuse.org/request/show/872675
OBS-URL: https://build.opensuse.org/package/show/security/python-pykeepass?expand=0&rev=12
2021-02-18 09:52:56 +00:00

10 lines
289 B
Diff

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__"]