mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-18 12:40:14 +08:00
up_correct_version -- fix upstream version to be 0.8.2 (thanks Julian again)
This commit is contained in:
Vendored
+2
@@ -14,6 +14,8 @@ skimage (0.8.2-1) unstable; urgency=low
|
||||
- changeset_0eea2a48fe2dca7bbb3681fcd5b511579cad6347.diff -- resolves
|
||||
incompatibility with cython 0.19 (thanks Julian Taylor for the
|
||||
pointer)
|
||||
- up_correct_version -- fix upstream version to be 0.8.2 (thanks
|
||||
Julian again)
|
||||
|
||||
-- Yaroslav Halchenko <debian@onerussian.com> Mon, 03 Jun 2013 10:28:31 -0400
|
||||
|
||||
|
||||
Vendored
+1
@@ -1 +1,2 @@
|
||||
changeset_0eea2a48fe2dca7bbb3681fcd5b511579cad6347.diff
|
||||
up_correct_version
|
||||
|
||||
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -17,7 +17,7 @@ MAINTAINER_EMAIL = 'stefan@sun.ac.za'
|
||||
URL = 'http://scikit-image.org'
|
||||
LICENSE = 'Modified BSD'
|
||||
DOWNLOAD_URL = 'http://github.com/scikit-image/scikit-image'
|
||||
-VERSION = '0.8.1'
|
||||
+VERSION = '0.8.2'
|
||||
PYTHON_VERSION = (2, 5)
|
||||
DEPENDENCIES = {
|
||||
'numpy': (1, 6),
|
||||
Reference in New Issue
Block a user