[Python-modules-commits] [dulwich] 05/07: Drop auto patch.

Jelmer Vernooij jelmer at moszumanska.debian.org
Mon Jul 31 01:38:55 UTC 2017


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

jelmer pushed a commit to branch master
in repository dulwich.

commit 44ae927d4054a2969d145a6e0fc35ebe4e958044
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Mon Jul 31 01:23:23 2017 +0000

    Drop auto patch.
---
 ...53d182358669aa689f3f5f39d62a7a2d4eae-1500940805 | 73 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 74 deletions(-)

diff --git a/debian/patches/auto-0.17.3-2-1c5c53d182358669aa689f3f5f39d62a7a2d4eae-1500940805 b/debian/patches/auto-0.17.3-2-1c5c53d182358669aa689f3f5f39d62a7a2d4eae-1500940805
deleted file mode 100644
index 30ea004..0000000
--- a/debian/patches/auto-0.17.3-2-1c5c53d182358669aa689f3f5f39d62a7a2d4eae-1500940805
+++ /dev/null
@@ -1,73 +0,0 @@
-From: Jelmer Vernooij <jelmer at debian.org>
-Subject: Automatically generated patch (0.17.3-2)
-
-Last (up to) 3 git changes, FYI:
-
-commit 1c5c53d182358669aa689f3f5f39d62a7a2d4eae
-Author: Jelmer Vernooij <jelmer at jelmer.uk>
-Date:   Mon Jul 24 23:57:53 2017 +0000
-
-    releasing package dulwich version 0.17.3-2
-
-commit e0eb92b4f51b3ee27a8850ea7e0e651baa14971e
-Author: Jelmer Vernooij <jelmer at jelmer.uk>
-Date:   Mon Jul 24 23:51:11 2017 +0000
-
-    Stop shipping pypy C extensions in python-dulwich. Closes: #868542
-
-commit 37c5565d970b4886cabd4193a7f8170b025d1b5b
-Author: Jelmer Vernooij <jelmer at jelmer.uk>
-Date:   Sun Jun 18 20:14:49 2017 +0000
-
-    releasing package dulwich version 0.17.3-1
----
-
---- dulwich-0.17.3.orig/.travis.yml
-+++ dulwich-0.17.3/.travis.yml
-@@ -1,38 +1,12 @@
--language: python
--sudo: false
--cache: pip
-+sudo: required
-+language: generic
- 
--python:
--  - 2.7
--  - 3.3
--  - 3.4
--  - 3.5
--  - 3.5-dev
--  - 3.6
--  - 3.6-dev
--  - 3.7-dev
--  - pypy3.3-5.2-alpha1
--
--env:
--  - PYTHONHASHSEED=random
--    TEST_REQUIRE="gevent greenlet geventhttpclient fastimport"
--
--matrix:
--  include:
--    - python: pypy
--      env: TEST_REQUIRE=fastimport
--
--install:
--  - travis_retry pip install -U pip coverage codecov $TEST_REQUIRE
-+services:
-+  - docker
- 
- script:
--  # Test without c extensions
--  - python -m coverage run -p --source=dulwich -m unittest dulwich.tests.test_suite
--
--  # Test with c extensions
--  - python setup.py build_ext -i
--  - python -m coverage run -p --source=dulwich -m unittest dulwich.tests.test_suite
-+  - wget -O- http://travis.debian.net/script.sh | sh -
- 
--after_success:
--  - python -m coverage combine
--  - codecov
-+branches:
-+  except:
-+    - /^debian\/\d/
diff --git a/debian/patches/series b/debian/patches/series
index 05512c8..9672be2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 sources_debian
-auto-0.17.3-2-1c5c53d182358669aa689f3f5f39d62a7a2d4eae-1500940805

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/dulwich.git



More information about the Python-modules-commits mailing list