[Python-modules-commits] [dulwich] 03/03: Commit Debian 3.0 (quilt) metadata

Jelmer Vernooij jelmer at moszumanska.debian.org
Tue Jul 25 00:06:32 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 c9a26161f940aee86913e4e712b0555d2424740b
Author: Jelmer Vernooij <jelmer at jelmer.uk>
Date:   Tue Jul 25 00:00:05 2017 +0000

    Commit Debian 3.0 (quilt) metadata
    
    [dgit (3.12) quilt-fixup]
---
 ...53d182358669aa689f3f5f39d62a7a2d4eae-1500940805 | 73 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 74 insertions(+)

diff --git a/debian/patches/auto-0.17.3-2-1c5c53d182358669aa689f3f5f39d62a7a2d4eae-1500940805 b/debian/patches/auto-0.17.3-2-1c5c53d182358669aa689f3f5f39d62a7a2d4eae-1500940805
new file mode 100644
index 0000000..30ea004
--- /dev/null
+++ b/debian/patches/auto-0.17.3-2-1c5c53d182358669aa689f3f5f39d62a7a2d4eae-1500940805
@@ -0,0 +1,73 @@
+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 9672be2..05512c8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 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