* 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
10 lines
289 B
Diff
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__"]
|