commit/wintenApps: josephsl: WinTenAps 16.12, l10n, requires version 1511

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sun, 27 Nov 2016 17:19:31 -0000

1 new commit in wintenApps:

https://bitbucket.org/nvdaaddonteam/wintenapps/commits/a97d442922da/
Changeset:   a97d442922da
Branch:      stable
User:        josephsl
Date:        2016-11-27 16:11:21+00:00
Summary:     WinTenAps 16.12, l10n, requires version 1511

Signed-off-by: Joseph Lee <joseph.lee22590@xxxxxxxxx>

Affected #:  3 files

diff --git a/addon/installTasks.py b/addon/installTasks.py
index 7c04013..6afbef0 100755
--- a/addon/installTasks.py
+++ b/addon/installTasks.py
@@ -10,9 +10,9 @@ import gui
 import wx
 
 def onInstall():
-       requiredVer = "Windows 10 version 1507"
+       requiredVer = "Windows 10 Version 1511"
        # Translators: Dialog text shown when attempting to install the add-on 
on an unsupported version of Windows (minSupportedVersion is the minimum 
version required for this add-on)..
-       if sys.getwindowsversion().build < 10240 and gui.messageBox(_("You are 
using an older version of Windows. This add-on requires {minSupportedVersion} 
or later. Are you sure you wish to install this add-on 
anyway?").format(minSupportedVersion = requiredVer),
+       if sys.getwindowsversion().build < 10586 and gui.messageBox(_("You are 
using an older version of Windows. This add-on requires {minSupportedVersion} 
or later. Are you sure you wish to install this add-on 
anyway?").format(minSupportedVersion = requiredVer),
        # Translators: title of the dialog shown when attempting to install the 
add-on on an old version of Windows.
        _("Old Windows version"), wx.YES | wx.NO | wx.CANCEL | wx.CENTER | 
wx.ICON_QUESTION) == wx.NO:
                raise RuntimeError("Old Windows version detected")

diff --git a/buildVars.py b/buildVars.py
index d64c1b0..d19f84d 100755
--- a/buildVars.py
+++ b/buildVars.py
@@ -19,7 +19,7 @@ addon_info = {
        # Translators: Long description to be shown for this add-on on add-on 
information from add-ons manager
        "addon_description" : _("""A collection of app modules for various 
Windows 10 apps"""),
        # version
-       "addon_version" : "16.11.1",
+       "addon_version" : "16.12",
        # Author(s)
        "addon_author" : u"Joseph Lee <joseph.lee22590@xxxxxxxxx>, Derek Riemer 
<driemer.riemer@xxxxxxxxx> and others",
        # URL for the add-on documentation support

diff --git a/readme.md b/readme.md
index a58bb6b..f67bc70 100755
--- a/readme.md
+++ b/readme.md
@@ -24,7 +24,7 @@ The following app modules or support modules for some apps 
are included (see eac
 * Weather.
 * Miscellaneous modules for controls such as Start Menu tiles.
 
-Note: this add-on requires Windows 10 Version 1507 (build 10240) or later and 
NVDA 2016.3 or later. For best results, use the add-on with latest stable build 
(build 14393).
+Note: this add-on requires Windows 10 Version 1511 (build 10586) or later and 
NVDA 2016.3 or later. For best results, use the add-on with latest stable build 
(build 14393).
 
 ## General

Repository URL: https://bitbucket.org/nvdaaddonteam/wintenapps/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts:

  • » commit/wintenApps: josephsl: WinTenAps 16.12, l10n, requires version 1511 - commits-noreply