GNOME OpenGPG key signing helper
https://github.com/muelli/geysigning
Its purpose is to ease signing other peoples' keys. It is similar
to caff, PIUS, or monkeysign. In fact, it is influenced a lot by
these tools and either reimplements ideas or reuses code.
Consider either of the aboved mentioned tools when you need a much
more mature codebase.
- Developed at GNOME:Apps
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/gnome-keysign && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000625 625 Bytes | |
_servicedata | 0000000240 240 Bytes | |
gnome-keysign-0.9.5.tar.xz | 0001246980 1.19 MB | |
gnome-keysign.changes | 0000003827 3.74 KB | |
gnome-keysign.spec | 0000003275 3.2 KB |
Revision 4 (latest revision is 9)
Dominique Leuenberger (dimstar_suse)
accepted
request 538064
from
Dominique Leuenberger (dimstar)
(revision 4)
- Update to version 0.9.5: old: openSUSE:Factory/gnome-keysign new: GNOME:Apps/gnome-keysign rev None Index: _service =================================================================== --- _service (revision 3) +++ _service (revision 19) @@ -6,7 +6,7 @@ <param name="versionformat">@PARENT_TAG@</param> <param name="submodules">enable</param> <param name="changesgenerate">enable</param> - <param name="revision">refs/tags/0.9</param> + <param name="revision">refs/tags/0.9.5</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> Index: _servicedata =================================================================== --- _servicedata (revision 3) +++ _servicedata (revision 19) @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/GNOME-Keysign/gnome-keysign.git</param> - <param name="changesrevision">ad72a9f305894ea0e65e5f70e4067d722556b83e</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">8f4aa01eadbcfad1f588ebf49949f2af9638c0b0</param></service></servicedata> \ No newline at end of file Index: gnome-keysign.changes =================================================================== --- gnome-keysign.changes (revision 3) +++ gnome-keysign.changes (revision 19) @@ -1,4 +1,19 @@ ------------------------------------------------------------------- +Tue Oct 03 11:43:51 UTC 2017 - tobiasmue@gnome.org + +- Update to version 0.9.5: + * Bluetooth support through BlueZ and Twisted + * Translation support with Babel + * Increased Python 3 compatibility + * default to gpgme instead of monkeysign + * Better resiliance for pathologic OpenPGP keys +- Drop python-monkeysign Requires: we switched to gpgme. +- Add python-Babel BuildRequires: new dependency for the + translations. +- Add python-gpg, python-pybluez and python-twisted Requires: new + dependencies. + +------------------------------------------------------------------- Fri May 26 15:24:14 UTC 2017 - jmatejek@suse.com - Add version on python-monkeysign Requires, ease updates for Index: gnome-keysign.spec =================================================================== --- gnome-keysign.spec (revision 3) +++ gnome-keysign.spec (revision 19) @@ -17,7 +17,7 @@ Name: gnome-keysign -Version: 0.9 +Version: 0.9.5 Release: 0 Summary: GNOME OpenGPG key signing helper License: GPL-3.0+ @@ -25,6 +25,7 @@ Url: https://github.com/GNOME-Keysign/gnome-keysign Source: %{name}-%{version}.tar.xz BuildRequires: gobject-introspection +BuildRequires: python-Babel BuildRequires: python-setuptools BuildRequires: update-desktop-files %ifarch x86_64 @@ -37,10 +38,12 @@ Requires: python-cairo Requires: python-gobject Requires: python-gobject-Gdk -Requires: python-monkeysign >= %{version} +Requires: python-gpg +Requires: python-pybluez Requires: python-qrcode Requires: python-requests Requires: python-setuptools +Requires: python-twisted BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Index: gnome-keysign-0.9.5.tar.xz =================================================================== Binary file gnome-keysign-0.9.5.tar.xz (revision 19) added Index: gnome-keysign-0.9.tar.xz =================================================================== Binary file gnome-keysign-0.9.tar.xz (revision 3) deleted
Comments 0