[scoop] 01/01: Imported Upstream version 0.7.1.1

Daniel Stender danstender-guest at moszumanska.debian.org
Mon Mar 21 16:50:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

danstender-guest pushed a commit to branch upstream
in repository scoop.

commit 6041336ea9cf7c69384da8742cd9635f05faab5f
Author: Daniel Stender <stender at debian.org>
Date:   Mon Mar 21 17:15:25 2016 +0100

    Imported Upstream version 0.7.1.1
---
 PKG-INFO                    |  5 ++---
 doc/blu.diff                | 19 -------------------
 examples/grtest.py          | 22 ----------------------
 examples/testmut.py         | 30 ------------------------------
 scoop.egg-info/PKG-INFO     |  5 ++---
 scoop.egg-info/SOURCES.txt  |  3 ---
 scoop.egg-info/requires.txt |  2 +-
 scoop/__init__.py           |  4 ++--
 setup.cfg                   |  2 +-
 setup.py                    |  5 ++---
 10 files changed, 10 insertions(+), 87 deletions(-)

diff --git a/PKG-INFO b/PKG-INFO
index 944fbf1..f5c7cf2 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: scoop
-Version: 0.7.1.release
+Version: 0.7.1.1
 Summary: Scalable COncurrent Operations in Python
-Home-page: http://scoop.googlecode.com
+Home-page: http://github.com/soravux/scoop
 Author: SCOOP Development Team
 Author-email: scoop-users at googlegroups.com
 License: LGPL
-Download-URL: http://code.google.com/p/scoop/downloads/list
 Description: SCOOP (Scalable COncurrent Operations in Python) is a distributed task module 
         allowing concurrent parallel programming on various environments, from 
         heterogeneous grids to supercomputers.
diff --git a/doc/blu.diff b/doc/blu.diff
deleted file mode 100644
index 0aec505..0000000
--- a/doc/blu.diff
+++ /dev/null
@@ -1,19 +0,0 @@
-# HG changeset patch
-# User Yannick Hold <yannickhold at gmail.com>
-# Date 1391717846 18000
-#      jeu fév 06 15:17:26 2014 -0500
-# Node ID b3804596c7e1e029afc7a22e4a6c3beb8384f38f
-# Parent  fddcebab50d36f3db24300f18acaf99088da439e
-+ Added 0.7 link in documentation
-
-diff -r fddcebab50d3 -r b3804596c7e1 doc/_template/indexsidebar.html
---- a/doc/_template/indexsidebar.html	mer fév 05 17:06:06 2014 -0500
-+++ b/doc/_template/indexsidebar.html	jeu fév 06 15:17:26 2014 -0500
-@@ -9,6 +9,7 @@
- <h3>Other versions</h3>
- <ul>
-   <li><a href="http://scoop.readthedocs.org/en/latest/">Latest</a></li>
-+  <li><a href="http://scoop.readthedocs.org/en/0.7/">0.7</a></li>
-   <li><a href="http://scoop.readthedocs.org/en/0.6/">0.6</a></li>
-   <li><a href="http://scoop.readthedocs.org/en/0.5/">0.5</a></li>
- </ul>
diff --git a/examples/grtest.py b/examples/grtest.py
deleted file mode 100644
index 21a79df..0000000
--- a/examples/grtest.py
+++ /dev/null
@@ -1,22 +0,0 @@
-from greenlet import greenlet
-from scoop import futures
-
-def test1():
-    print(12)
-    gr2.switch()
-    print(34)
-
-def test2():
-    print(56)
-    gr1.switch()
-    print(78)
-
-gr1 = greenlet(test1)
-gr2 = greenlet(test2)
-
-
-if __name__ == '__main__':
-    gr1.switch()
-    #a = futures.submit(test1)
-    #a.result()
-    #gr1.switch()
diff --git a/examples/testmut.py b/examples/testmut.py
deleted file mode 100644
index ac6ec62..0000000
--- a/examples/testmut.py
+++ /dev/null
@@ -1,30 +0,0 @@
-#
-#    This file is part of Scalable COncurrent Operations in Python (SCOOP).
-#
-#    SCOOP is free software: you can redistribute it and/or modify
-#    it under the terms of the GNU Lesser General Public License as
-#    published by the Free Software Foundation, either version 3 of
-#    the License, or (at your option) any later version.
-#
-#    SCOOP is distributed in the hope that it will be useful,
-#    but WITHOUT ANY WARRANTY; without even the implied warranty of
-#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-#    GNU Lesser General Public License for more details.
-#
-#    You should have received a copy of the GNU Lesser General Public
-#    License along with SCOOP. If not, see <http://www.gnu.org/licenses/>.
-#
-"""
-This is an example usage of a map function using SCOOP.
-"""
-
-from __future__ import print_function
-from scoop import futures
-
-def helloWorld(value):
-    value = (value, lambda x: x)
-    return "Hello World from Future #{0}".format(value)
-
-if __name__ == "__main__":
-    returnValues = list(futures.map(helloWorld, range(16)))
-    print("\n".join(returnValues))
diff --git a/scoop.egg-info/PKG-INFO b/scoop.egg-info/PKG-INFO
index 944fbf1..f5c7cf2 100644
--- a/scoop.egg-info/PKG-INFO
+++ b/scoop.egg-info/PKG-INFO
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: scoop
-Version: 0.7.1.release
+Version: 0.7.1.1
 Summary: Scalable COncurrent Operations in Python
-Home-page: http://scoop.googlecode.com
+Home-page: http://github.com/soravux/scoop
 Author: SCOOP Development Team
 Author-email: scoop-users at googlegroups.com
 License: LGPL
-Download-URL: http://code.google.com/p/scoop/downloads/list
 Description: SCOOP (Scalable COncurrent Operations in Python) is a distributed task module 
         allowing concurrent parallel programming on various environments, from 
         heterogeneous grids to supercomputers.
diff --git a/scoop.egg-info/SOURCES.txt b/scoop.egg-info/SOURCES.txt
index 2a1020b..a4543df 100644
--- a/scoop.egg-info/SOURCES.txt
+++ b/scoop.egg-info/SOURCES.txt
@@ -5,7 +5,6 @@ README.txt
 setup.py
 doc/Makefile
 doc/api.rst
-doc/blu.diff
 doc/conf.py
 doc/contributing.rst
 doc/examples.rst
@@ -34,7 +33,6 @@ examples/deap_ga_evosn.py
 examples/deap_ga_onemax.py
 examples/exceptExample.py
 examples/full_tree.py
-examples/grtest.py
 examples/image_resize.py
 examples/interactive_shell.py
 examples/lambda.py
@@ -51,7 +49,6 @@ examples/shared_example.py
 examples/shared_example_doc.py
 examples/sorting.py
 examples/sum_multiples.py
-examples/testmut.py
 examples/tree_traversal.py
 examples/url_fetch.py
 examples/url_fetch_doc.py
diff --git a/scoop.egg-info/requires.txt b/scoop.egg-info/requires.txt
index 99aabde..6da8ff2 100644
--- a/scoop.egg-info/requires.txt
+++ b/scoop.egg-info/requires.txt
@@ -3,4 +3,4 @@ pyzmq>=13.1.0
 argparse>=1.1
 
 [nice]
-psutil>=0.6.1
\ No newline at end of file
+psutil>=0.6.1
diff --git a/scoop/__init__.py b/scoop/__init__.py
index 471c8b3..8024f99 100644
--- a/scoop/__init__.py
+++ b/scoop/__init__.py
@@ -17,8 +17,8 @@
 __author__ = ("Marc Parizeau", "Olivier Gagnon", "Marc-Andre Gardner",
               "Yannick Hold-Geoffroy", "Felix-Antoine Fortin",
               "Francois-Michel de Rainville")
-__version__ = "0.7.1"
-__revision__ = "release"
+__version__ = "0.7"
+__revision__ = "1.1"
 
 import logging
 
diff --git a/setup.cfg b/setup.cfg
index 6bc2ff3..ebbec92 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [egg_info]
-tag_date = 0
 tag_build = 
 tag_svn_revision = 0
+tag_date = 0
 
diff --git a/setup.py b/setup.py
index b43ae38..6da2b8f 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ if sys.version_info < (2, 7):
 
 
 setup(name='scoop',
-      version="{ver} {rev}".format(
+      version="{ver}.{rev}".format(
           ver=scoop.__version__,
           rev=scoop.__revision__,
       ),
@@ -20,8 +20,7 @@ setup(name='scoop',
       long_description=open('README.txt').read(),
       author='SCOOP Development Team',
       author_email='scoop-users at googlegroups.com',
-      url='http://scoop.googlecode.com',
-      download_url='http://code.google.com/p/scoop/downloads/list',
+      url='http://github.com/soravux/scoop',
       install_requires=['greenlet>=0.3.4',
                         'pyzmq>=13.1.0',
                         'argparse>=1.1',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scoop.git



More information about the debian-science-commits mailing list