[Python-modules-commits] [python-requestsexceptions] 03/04: Initial release. Closes: #804713
Clint Byrum
spamaps at moszumanska.debian.org
Tue Nov 10 21:01:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
spamaps pushed a commit to branch master
in repository python-requestsexceptions.
commit b20d74abb175bb719a6dc0207694f60e965cf017
Author: Clint Byrum <clint at fewbar.com>
Date: Tue Nov 10 12:57:42 2015 -0800
Initial release. Closes: #804713
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 50 +++++++++++++++++++++++++++++++++++++++++++++
debian/copyright | 21 +++++++++++++++++++
debian/patches/series | 4 ++++
debian/rules | 6 ++++++
debian/source/local-options | 3 +++
debian/watch | 3 +++
8 files changed, 93 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cc2bd2c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-requestsexceptions (1.1.1-1) UNRELEASED; urgency=low
+
+ * Initial release. Closes: #804713
+
+ -- Clint Byrum <spamaps at debian.org> Tue, 10 Nov 2015 11:17:59 -0800
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d800cc5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,50 @@
+Source: python-requestsexceptions
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Clint Byrum <spamaps at debian.org>
+Build-Depends: python-all,
+ python3-all,
+ dh-python,
+ debhelper (>=9),
+ python-setuptools,
+ python3-setuptools,
+ python-pbr,
+ python3-pbr,
+Standards-Version: 3.9.5
+Homepage: http://git.openstack.org/cgit/openstack-infra/requestsexceptions/
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-requestsexceptions.git
+Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/python-requestsexceptions.git
+X-Python-Version: >= 2.6
+
+package: python-requestsexceptions
+architecture: all
+multi-arch: foreign
+depends: python3,
+ ${python:depends},
+ ${misc:depends}
+description: import exceptions from potentially bundled packages in requests
+ the python requests library bundles the urllib3 library, however, some
+ software distributions modify requests to remove the bundled library.
+ this makes some operations, such as supressing the “insecure platform
+ warning” messages that urllib emits difficult. this is a simple library
+ to find the correct path to exceptions in the requests library
+ regardless of whether they are bundled.
+ .
+ this package contains the library prepared for python 2.
+
+package: python3-requestsexceptions
+architecture: all
+multi-arch: foreign
+depends: python3,
+ ${python3:depends},
+ ${misc:depends}
+description: import exceptions from potentially bundled packages in requests
+ the python requests library bundles the urllib3 library, however, some
+ software distributions modify requests to remove the bundled library.
+ this makes some operations, such as supressing the “insecure platform
+ warning” messages that urllib emits difficult. this is a simple library
+ to find the correct path to exceptions in the requests library
+ regardless of whether they are bundled.
+ .
+ this package contains the library prepared for python 3.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e697321
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,21 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-requestsexceptions
+Source: https://pypi.python.org/pypi/requestsexceptions
+
+Copyright: 2015 Hewlett-Packard Development Company, L.P.
+Files: *
+License: Apache-2
+ Licensed under the Apache License, Version 2.0 (the "License"); you may
+ not use this file except in compliance with the License. You may obtain
+ a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations
+ under the License.
+ .
+ The full text of the Apache 2.0 license should be included on your
+ system at /usr/share/common-licenses/Apache-2.0.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3f6997d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,4 @@
+# This is manually managed by users with dquilt (quilt(1) wrapper)
+# See http://www.debian.org/doc/manuals/maint-guide/modify.en.html#quiltrc
+# Also this may be updated by dpkg-source(1) when making a package.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..abe6856
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+DH_ALWAYS_EXCLUDE=CVS:.svn:.git
+export PYBUILD_NAME = requestsexceptions
+
+%:
+ dh $@ --with python2 --with python3 --buildsystem=pybuild
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..ff8cc50
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,3 @@
+#### Uncomment to active options. See dpkg-source(1)
+#unapply-patches
+#abort-on-upstream-changes
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d3eeee7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/requestsexceptions/requestsexceptions-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-requestsexceptions.git
More information about the Python-modules-commits
mailing list