[Python-modules-commits] [vcr.py] 04/07: deb/control: corrected mistake in package description
Daniel Stender
danstender-guest at moszumanska.debian.org
Sat Aug 1 08:32:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository vcr.py.
commit b876a0964595b106b6a86595bb808b890fad87a8
Author: Daniel Stender <debian at danielstender.com>
Date: Fri Jul 31 18:21:17 2015 +0200
deb/control: corrected mistake in package description
---
debian/changelog | 2 +-
debian/control | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a155979..b6b583a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ vcr.py (1.6.1-1) UNRELEASED; urgency=medium
* Initial release (Closes: #792700).
- -- Daniel Stender <debian at danielstender.com> Fri, 31 Jul 2015 17:52:47 +0200
+ -- Daniel Stender <debian at danielstender.com> Fri, 31 Jul 2015 18:20:43 +0200
diff --git a/debian/control b/debian/control
index d90903e..e9710ce 100644
--- a/debian/control
+++ b/debian/control
@@ -54,7 +54,7 @@ Description: record and replay HTML interactions (Python library)
default). These cassettes could be replayed then for fast, deterministic
and accurate HTML testing.
.
- vcr.py supports the following Python HTML libraries:
+ vcr.py supports the following Python HTTP libraries:
- urllib2 (stdlib)
- urllib3
- http.client (Python3 stdlib)
@@ -76,7 +76,7 @@ Description: record and replay HTML interactions (Python3 library)
default). These cassettes could be replayed then for fast, deterministic
and accurate HTML testing.
.
- vcr.py supports the following Python HTML libraries:
+ vcr.py supports the following Python HTTP libraries:
- urllib2 (stdlib)
- urllib3
- http.client (Python3 stdlib)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/vcr.py.git
More information about the Python-modules-commits
mailing list