[pytango] 02/02: release v9.2.1

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Tue Jan 31 13:44:27 UTC 2017


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

sbodomerle-guest pushed a commit to branch master
in repository pytango.

commit 02151739bd8769e7b6af68ab3f8ae7d9e7c7bd4e
Author: Sandor Bodo-Merle <sbodomerle at gmail.com>
Date:   Tue Jan 31 13:01:13 2017 +0100

    release v9.2.1
---
 debian/changelog                                   |  8 ++++
 .../0001-correct-typo-s-lenght-length.patch        | 48 ----------------------
 debian/patches/series                              |  1 -
 3 files changed, 8 insertions(+), 49 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 87b34fd..0bc4ca6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pytango (9.2.1-1) unstable; urgency=medium
+
+  * Import Upstream version 9.2.1
+  * debian/patch
+    - drop 0001-correct-typo-s-lenght-length.patch (aplied upstream)
+
+ -- Sandor Bodo-Merle <sbodomerle at gmail.com>  Tue, 31 Jan 2017 12:56:49 +0100
+
 pytango (9.2.0-1) unstable; urgency=medium
 
   * Uploaded into Unstable
diff --git a/debian/patches/0001-correct-typo-s-lenght-length.patch b/debian/patches/0001-correct-typo-s-lenght-length.patch
deleted file mode 100644
index 9f0d21d..0000000
--- a/debian/patches/0001-correct-typo-s-lenght-length.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From 325ce80f72596e81c77561b0f942498886164688 Mon Sep 17 00:00:00 2001
-From: Bodo-Merle Sandor <sbodomerle at gmail.com>
-Date: Sun, 28 Aug 2016 13:45:42 +0200
-Subject: [PATCH] correct typo s/lenght/length/
-
----
- ext/exception.cpp      | 2 +-
- tango/device_server.py | 4 ++--
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/ext/exception.cpp b/ext/exception.cpp
-index 3bb4ce3..703af8a 100644
---- a/ext/exception.cpp
-+++ b/ext/exception.cpp
-@@ -27,7 +27,7 @@ const char *non_string_seq = "Parameter must be a non string sequence "
- 
- const char *non_valid_image = "Parameter must be an IMAGE. This is a sequence"
-                               " of sequences (with all the sub-sequences having"
--                              " the same lenght) or a bidimensional numpy.array";
-+                              " the same length) or a bidimensional numpy.array";
- 
- const char *non_valid_spectrum = "Parameter must be an SPECTRUM. This is a"
-                               " sequence of scalar values or a unidimensional"
-diff --git a/tango/device_server.py b/tango/device_server.py
-index c00e8da..c979289 100644
---- a/tango/device_server.py
-+++ b/tango/device_server.py
-@@ -1570,7 +1570,7 @@ def __doc_Attribute():
-                      can be any type of FLAT sequence of elements compatible with the
-                      attribute type.
-                      In the new form (without dim_x or dim_y) data should be any
--                     sequence for SPECTRUM and a SEQUENCE of equal-lenght SEQUENCES
-+                     sequence for SPECTRUM and a SEQUENCE of equal-length SEQUENCES
-                      for IMAGE attributes.
-                      The recommended sequence is a C continuous and aligned numpy
-                      array, as it can be optimized.
-@@ -1596,7 +1596,7 @@ def __doc_Attribute():
-                      can be any type of FLAT sequence of elements compatible with the
-                      attribute type.
-                      In the new form (without dim_x or dim_y) data should be any
--                     sequence for SPECTRUM and a SEQUENCE of equal-lenght SEQUENCES
-+                     sequence for SPECTRUM and a SEQUENCE of equal-length SEQUENCES
-                      for IMAGE attributes.
-                      The recommended sequence is a C continuous and aligned numpy
-                      array, as it can be optimized.
--- 
-2.9.3
-
diff --git a/debian/patches/series b/debian/patches/series
index bcd1482..4184ed1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-0001-correct-typo-s-lenght-length.patch
 0002-Use-jquery-from-the-archive.patch

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



More information about the debian-science-commits mailing list