control: reopen -1 =

Hi Pietro,

This issue is not fixed yet.

I am providing a patch which should fix this for good. The version
number is normalized to 1.2.0 (dropping the .dev suffix), which matches
the version number found in version.py from the PyPI tarball.

Please consider applying it.

Thanks,
Ghis
From 09f7d483dacfd03c5acc14fe2a0bb318a6832b9b Mon Sep 17 00:00:00 2001
From: Ghislain Antony Vaillant <ghisv...@gmail.com>
Date: Tue, 24 Jan 2017 23:44:41 +0000
Subject: [PATCH] Fix normalization of version number

Update patch 0001_normalize_version.patch

Gbp-Dch: full
---
 debian/patches/0001_normalize_version.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/0001_normalize_version.patch b/debian/patches/0001_normalize_version.patch
index d259d26..1c6fff3 100644
--- a/debian/patches/0001_normalize_version.patch
+++ b/debian/patches/0001_normalize_version.patch
@@ -7,11 +7,11 @@ Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
 Forwarded: not-needed
 Last-Update: 2017-01-18
 
---- bottleneck-1.2.0.orig/bottleneck/version.py
-+++ bottleneck-1.2.0/bottleneck/version.py
+--- a/bottleneck/version.py
++++ b/bottleneck/version.py
 @@ -1,4 +1,4 @@
  "Bottleneck version"
  
  # Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z"
 -__version__ = "1.2.0dev"
-+__version__ = "1.2.0.dev"
++__version__ = "1.2.0"
-- 
2.11.0

Reply via email to