[python-geojson] 07/10: Remove patch (no longer necessary)

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Sat Jan 31 11:12:53 UTC 2015


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

johanvdw-guest pushed a commit to branch master
in repository python-geojson.

commit 4faa557b570f837527ac68dc4ce3d82af14a9558
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Thu Jan 29 15:06:20 2015 +0100

    Remove patch (no longer necessary)
---
 ...cify-exact-versions-of-required-libraries.patch | 23 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 24 deletions(-)

diff --git a/debian/patches/0001-Don-t-specify-exact-versions-of-required-libraries.patch b/debian/patches/0001-Don-t-specify-exact-versions-of-required-libraries.patch
deleted file mode 100644
index 2f403a3..0000000
--- a/debian/patches/0001-Don-t-specify-exact-versions-of-required-libraries.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Johan Van de Wauw <johan.vandewauw at gmail.com>
-Date: Thu, 29 Jan 2015 12:56:16 +0100
-Subject: Don't specify exact versions of required libraries
-
----
- setup.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/setup.py b/setup.py
-index fb7d28f..293cd5d 100644
---- a/setup.py
-+++ b/setup.py
-@@ -30,8 +30,8 @@ setup(
-     packages=["geojson"],
-     package_dir={"geojson": "geojson"},
-     package_data={"geojson": ["*.rst"]},
--    setup_requires=["nose==1.3.0"],
--    tests_require=["nose==1.3.0", "coverage==3.6"],
-+    setup_requires=["nose"],
-+    tests_require=["nose", "coverage"],
-     install_requires=["setuptools"],
-     test_suite="nose.collector",
-     classifiers=[
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 3f11685..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Don-t-specify-exact-versions-of-required-libraries.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-geojson.git



More information about the Pkg-grass-devel mailing list