Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-webob
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Python Team
packages
python-webob
Commits
c87547b3
Project 'python-team/modules/python-webob' was moved to 'python-team/packages/python-webob'. Please update any links and bookmarks that may still have the old path.
Commit
c87547b3
authored
5 years ago
by
Sandro Tosi
Browse files
Options
Downloads
Patches
Plain Diff
Drop python2 support; Closes: #938259
parent
244cd98b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+5
-1
5 additions, 1 deletion
debian/changelog
debian/control
+0
-24
0 additions, 24 deletions
debian/control
debian/rules
+2
-2
2 additions, 2 deletions
debian/rules
with
7 additions
and
27 deletions
debian/changelog
+
5
−
1
View file @
c87547b3
python-webob (1:1.8.5-2) UNRELEASED; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
-- Ondřej Nový <onovy@debian.org> Fri, 19 Jul 2019 23:56:37 +0200
[ Sandro Tosi ]
* Drop python2 support; Closes: #938259
-- Sandro Tosi <morph@debian.org> Sun, 19 Jan 2020 16:53:26 -0500
python-webob (1:1.8.5-1) unstable; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
0
−
24
View file @
c87547b3
...
...
@@ -10,15 +10,10 @@ Uploaders:
Build-Depends:
debhelper-compat (= 9),
dh-python,
python-all,
python-setuptools,
python3-sphinx,
python3-all,
python3-setuptools,
Build-Depends-Indep:
python-doc,
python-pytest,
python-simplejson,
python3-doc,
python3-pytest,
python3-simplejson,
...
...
@@ -27,25 +22,6 @@ Homepage: http://webob.org/
Vcs-Git: https://salsa.debian.org/python-team/modules/python-webob.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-webob
Package: python-webob
Architecture: all
Depends:
python-simplejson,
${misc:Depends},
${python:Depends},
Suggests:
python-webob-doc,
Breaks:
python-pylons (<< 1.0.1),
Description: Python module providing WSGI request and response objects (Python 2)
WebOb provides wrappers around the WSGI request environment, and an object to
help create WSGI responses.
.
The objects map much of the specified behavior of HTTP, including header
parsing and accessors for other standard parts of the environment.
.
This is the Python 2 version of the package.
Package: python-webob-doc
Architecture: all
Section: doc
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
2
−
2
View file @
c87547b3
...
...
@@ -5,11 +5,11 @@ export PYBUILD_NAME=webob
#export DH_VERBOSE=1
%:
dh $@ --with
python2,
python3,sphinxdoc --buildsystem=pybuild
dh $@ --with python3,sphinxdoc --buildsystem=pybuild
override_dh_auto_test:
# enable network, tests.test_in_wsgiref.test_request_reading needs it
set -e ; for vers in
2.7
`py3versions -vr` ; do \
set -e ; for vers in `py3versions -vr` ; do \
http_proxy='' PYTHONPATH=.:$(CURDIR)/src python$$vers -m pytest tests ; \
done
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment