Release 0.4.3

This commit is contained in:
Sean Davis 2020-12-28 19:55:14 -08:00
parent 204a393d7a
commit 5ca6204ea5
18 changed files with 46 additions and 25 deletions

View File

@ -1,4 +1,4 @@
Copyright (C) 2013-2019 Sean Davis <sean@bluesabre.org> Copyright (C) 2013-2020 Sean Davis <sean@bluesabre.org>
Artwork Copyright (C) 2013-2015 Simon Steinbeiß <simon@xfce.org> Artwork Copyright (C) 2013-2015 Simon Steinbeiß <simon@xfce.org>
Camera functionality based on web_cam_box Camera functionality based on web_cam_box

13
NEWS
View File

@ -1,5 +1,18 @@
Mugshot NEWS Mugshot NEWS
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
28 Dec 2020, Mugshot 0.4.3
- New stable release
- Add support for Python 3.9
- Switched to RDN-format for .desktop and gschema (org.bluesabre.mugshot)
(fixes asv-cid-desktopapp-is-not-rdns)
- Port python3-dbus usage to GDBus
- Remove period at end of short description (fixes asv-summary-has-dot-suffix)
- Translation Updates:
. Catalan, Chinese (China), Danish, Dutch, German, Lithuanian, Malay,
Malay (Arabic), Polish, Serbian, Spanish, Turkish
28 Jul 2019, Mugshot 0.4.2 28 Jul 2019, Mugshot 0.4.2
- New stable release - New stable release

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2019 Sean Davis <sean@bluesabre.org> # Copyright (C) 2013-2020 Sean Davis <sean@bluesabre.org>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014-2019 Sean Davis <sean@bluesabre.org> --> <!-- Copyright 2014-2020 Sean Davis <sean@bluesabre.org> -->
<component type="desktop"> <component type="desktop">
<id>org.bluesabre.Mugshot.desktop</id> <id>org.bluesabre.Mugshot.desktop</id>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
@ -44,6 +44,14 @@
</provides> </provides>
<releases> <releases>
<release version="0.4.3" date="2020-12-28">
<description>
<_p>This maintenance release adds support for Python 3.9
and includes many translation updates.
</_p>
</description>
</release>
<release version="0.4.2" date="2019-07-28"> <release version="0.4.2" date="2019-07-28">
<description> <description>
<_p>Mugshot has moved to GitHub! This maintenance release <_p>Mugshot has moved to GitHub! This maintenance release

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2019 Sean Davis <sean@bluesabre.org> # Copyright (C) 2013-2020 Sean Davis <sean@bluesabre.org>
# #
# Portions of this file are adapted from web_cam_box, # Portions of this file are adapted from web_cam_box,
# Copyright (C) 2010 Rick Spencer <rick.spencer@canonical.com> # Copyright (C) 2010 Rick Spencer <rick.spencer@canonical.com>

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2019 Sean Davis <sean@bluesabre.org> # Copyright (C) 2013-2020 Sean Davis <sean@bluesabre.org>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2019 Sean Davis <sean@bluesabre.org> # Copyright (C) 2013-2020 Sean Davis <sean@bluesabre.org>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2019 Sean Davis <sean@bluesabre.org> # Copyright (C) 2013-2020 Sean Davis <sean@bluesabre.org>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2019 Sean Davis <sean@bluesabre.org> # Copyright (C) 2013-2020 Sean Davis <sean@bluesabre.org>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2019 Sean Davis <sean@bluesabre.org> # Copyright (C) 2013-2020 Sean Davis <sean@bluesabre.org>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2019 Sean Davis <sean@bluesabre.org> # Copyright (C) 2013-2020 Sean Davis <sean@bluesabre.org>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2019 Sean Davis <sean@bluesabre.org> # Copyright (C) 2013-2020 Sean Davis <sean@bluesabre.org>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2019 Sean Davis <sean@bluesabre.org> # Copyright (C) 2013-2020 Sean Davis <sean@bluesabre.org>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2019 Sean Davis <sean@bluesabre.org> # Copyright (C) 2013-2020 Sean Davis <sean@bluesabre.org>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2019 Sean Davis <sean@bluesabre.org> # Copyright (C) 2013-2020 Sean Davis <sean@bluesabre.org>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by
@ -28,7 +28,7 @@ __all__ = [
# files). By default, this is ../data, relative your trunk layout # files). By default, this is ../data, relative your trunk layout
__mugshot_data_directory__ = '../data/' __mugshot_data_directory__ = '../data/'
__license__ = 'GPL-3+' __license__ = 'GPL-3+'
__version__ = '0.4.2' __version__ = '0.4.3'
class project_path_not_found(Exception): class project_path_not_found(Exception):

View File

@ -1,5 +1,5 @@
### BEGIN LICENSE ### BEGIN LICENSE
# Copyright (C) 2013-2019 Sean Davis <sean@bluesabre.org> # Copyright (C) 2013-2020 Sean Davis <sean@bluesabre.org>
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 3, as published # under the terms of the GNU General Public License version 3, as published
# by the Free Software Foundation. # by the Free Software Foundation.

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-30 07:46-0400\n" "POT-Creation-Date: 2020-12-28 19:39-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -107,27 +107,27 @@ msgstr ""
msgid "Retry" msgid "Retry"
msgstr "" msgstr ""
#: ../mugshot/MugshotWindow.py:344 #: ../mugshot/MugshotWindow.py:343
msgid "Authentication cancelled." msgid "Authentication cancelled."
msgstr "" msgstr ""
#: ../mugshot/MugshotWindow.py:347 #: ../mugshot/MugshotWindow.py:346
msgid "Authentication failed." msgid "Authentication failed."
msgstr "" msgstr ""
#: ../mugshot/MugshotWindow.py:350 #: ../mugshot/MugshotWindow.py:349
msgid "An error occurred when saving changes." msgid "An error occurred when saving changes."
msgstr "" msgstr ""
#: ../mugshot/MugshotWindow.py:352 #: ../mugshot/MugshotWindow.py:351
msgid "User details were not updated." msgid "User details were not updated."
msgstr "" msgstr ""
#: ../mugshot/MugshotWindow.py:454 #: ../mugshot/MugshotWindow.py:453
msgid "Update Pidgin buddy icon?" msgid "Update Pidgin buddy icon?"
msgstr "" msgstr ""
#: ../mugshot/MugshotWindow.py:455 #: ../mugshot/MugshotWindow.py:454
msgid "Would you also like to update your Pidgin buddy icon?" msgid "Would you also like to update your Pidgin buddy icon?"
msgstr "" msgstr ""

View File

@ -1,7 +1,7 @@
#!/usr/bin/python3 #!/usr/bin/python3
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- # -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
# Mugshot - Lightweight user configuration utility # Mugshot - Lightweight user configuration utility
# Copyright (C) 2013-2019 Sean Davis <sean@bluesabre.org> # Copyright (C) 2013-2020 Sean Davis <sean@bluesabre.org>
# #
# This program is free software: you can redistribute it and/or modify it # This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by # under the terms of the GNU General Public License as published by
@ -188,7 +188,7 @@ class InstallAndUpdateDataDirectory(DistUtilsExtra.auto.install_auto):
DistUtilsExtra.auto.setup( DistUtilsExtra.auto.setup(
name='mugshot', name='mugshot',
version='0.4.2', version='0.4.3',
license='GPL-3+', license='GPL-3+',
author='Sean Davis', author='Sean Davis',
author_email='sean@bluesabre.org', author_email='sean@bluesabre.org',