forked from pool/python-keyring-pass
Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 91942868bc | |||
| 01677c9fee | |||
| 6a1167270e |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d4236dfae4df15eff4d8bca1b3088b0b212e976cd34f8b39ab739dae72badf9f
|
|
||||||
size 4639
|
|
||||||
3
keyring_pass-0.9.3.tar.gz
Normal file
3
keyring_pass-0.9.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca88c045fd8b4986301c5aa43ad4c0ff142d990a2ad6c142aeb1515502a22235
|
||||||
|
size 4659
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 24 09:30:39 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update to 0.9.3:
|
||||||
|
- moved __main__ code to main.py
|
||||||
|
- Add missing Requires: password-store
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 8 13:14:52 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Mon Jan 8 13:14:52 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-keyring-pass
|
# spec file for package python-keyring-pass
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-keyring-pass
|
Name: python-keyring-pass
|
||||||
Version: 0.9.2
|
Version: 0.9.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pass backend for python-keyring
|
Summary: Pass backend for python-keyring
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -28,6 +28,7 @@ BuildRequires: %{python_module poetry-core}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: password-store
|
||||||
Requires: python-jaraco.classes
|
Requires: python-jaraco.classes
|
||||||
Requires: python-keyring
|
Requires: python-keyring
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|||||||
Reference in New Issue
Block a user