[med-svn] [Git][med-team/openslide-python][master] 3 commits: Remove deprecated attribute "Feature" discontinued after setuptools>=46
Nilesh Patra
gitlab at salsa.debian.org
Tue May 5 15:54:12 BST 2020
Nilesh Patra pushed to branch master at Debian Med / openslide-python
Commits:
69174807 by Nilesh Patra at 2020-05-05T20:16:15+05:30
Remove deprecated attribute "Feature" discontinued after setuptools>=46
- - - - -
6f86b5ce by Nilesh Patra at 2020-05-05T20:17:27+05:30
Add upstream/metadata
- - - - -
d4a1ceed by Nilesh Patra at 2020-05-05T20:18:21+05:30
Switch to compat version 13
- - - - -
4 changed files:
- debian/control
- + debian/patches/remove-Feature.patch
- debian/patches/series
- + debian/upstream/metadata
Changes:
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all-dev,
python3-pil,
=====================================
debian/patches/remove-Feature.patch
=====================================
@@ -0,0 +1,30 @@
+Description: Remove setuptools.Feature which is deprecated
+Bug-Debian: https://bugs.debian.org/959564
+Author: Nilesh Patra <npatra974 at gmail.com>
+Patch-Forwarded-Upstream: https://github.com/openslide/openslide-python/pull/81
+Last-Update: Tue, 5 May 2020 20:09:32 +0530
+--- a/setup.py
++++ b/setup.py
+@@ -1,5 +1,5 @@
+ import os
+-from setuptools import setup, Extension, Feature
++from setuptools import setup, Extension
+
+ # Load version string
+ _verfile = os.path.join(os.path.dirname(__file__), 'openslide', '_version.py')
+@@ -15,15 +15,6 @@
+ packages=[
+ 'openslide',
+ ],
+- features={
+- 'performance': Feature(
+- 'performance-enhancing extension module',
+- standard=True,
+- ext_modules=[
+- Extension('openslide._convert', ['openslide/_convert.c']),
+- ],
+- ),
+- },
+ test_suite='tests',
+ maintainer='OpenSlide project',
+ maintainer_email='openslide-users at lists.andrew.cmu.edu',
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
fix-test-failures-pillow-3.4.x.patch
+remove-Feature.patch
=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,7 @@
+---
+Archive: GitHub
+Bug-Database: https://github.com/openslide/openslide-python/issues
+Contact: https://github.com/openslide/openslide-python/issues
+Name: openslide-python
+Repository: https://github.com/openslide/openslide-python.git
+Repository-Browse: https://github.com/openslide/openslide-python
View it on GitLab: https://salsa.debian.org/med-team/openslide-python/-/compare/9516a4c4660dd3f784e73ddf09ac87d523ddf02d...d4a1ceed27189e2098c57551b02cbf397fc9ef1d
--
View it on GitLab: https://salsa.debian.org/med-team/openslide-python/-/compare/9516a4c4660dd3f784e73ddf09ac87d523ddf02d...d4a1ceed27189e2098c57551b02cbf397fc9ef1d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200505/509c48c6/attachment-0001.html>
More information about the debian-med-commit
mailing list