commit/readFeeds: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sun, 19 Nov 2017 02:15:14 +0000 (UTC)

2 new commits in readFeeds:

https://bitbucket.org/nvdaaddonteam/readfeeds/commits/d1c6dd9a7aca/
Changeset:   d1c6dd9a7aca
Branch:      None
User:        norrumar
Date:        2017-11-19 01:50:23+00:00
Summary:     Add appveyor.yml

Affected #:  1 file

diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..3710d04
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,32 @@
+version: '{branch}-{build}'
+environment:
+  PY_PYTHON: 2.7-32
+install:
+- cmd: >-
+    python -m pip install wheel
+
+    py -m pip install scons
+
+    py -m pip install markdown
+build_script:
+- cmd: scons
+
+artifacts:
+- path: '*.nvda-addon'
+  name: addon
+  type: WebDeployPackage
+  
+before_deploy:
+- ps: $env:REPO_NAME =  
$env:APPVEYOR_REPO_NAME.Substring($env:APPVEYOR_REPO_NAME.IndexOf('/') + 1)
+
+deploy:
+- provider: GitHub
+  tag: $(APPVEYOR_REPO_TAG_NAME)
+  release: Release $(APPVEYOR_REPO_TAG_NAME)
+  description: This is the release $(APPVEYOR_REPO_TAG_NAME) of the 
$(REPO_NAME) addon for the NVDA screen reader built and uploaded to GitHub 
using Appveyor.
+
+  auth_token:
+    secure: 3yxF2EQ/wfLKNEobcRfdNL6srjXjoMdRa/LSQ7z2PJNqOL3IEyiFtlnxxHeIQskH
+  artifact: addon
+  on:
+    appveyor_repo_tag: true
\ No newline at end of file


https://bitbucket.org/nvdaaddonteam/readfeeds/commits/f6fc9c4dc4b0/
Changeset:   f6fc9c4dc4b0
Branch:      stable
User:        norrumar
Date:        2017-11-19 02:13:54+00:00
Summary:     Bump version: 3.5

* Make "Filter by:" string translatable, thanks Ângelo Abrantes.
* l10n updates

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index 2dc0149..666bc77 100644
--- 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" : _("""Add-on for using NVDA as a feed reader."""),
        # version
-       "addon_version" : "3.4",
+       "addon_version" : "3.5",
        # Author(s)
        "addon_author" : u"Noelia Ruiz Martínez <nrm1977@xxxxxxxxx>, Mesar 
Hameed <mhameed@xxxxxxxxxxxxx>",
        # URL for the add-on documentation support

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

--

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: