Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-tidylib
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-tidylib
Commits
474a691a
Commit
474a691a
authored
6 years ago
by
Dmitry Shachnev
Browse files
Options
Downloads
Patches
Plain Diff
Depend on libtidy5deb1 instead of libtidy5.6.
Closes: #911905.
parent
43d7fef2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+2
-2
2 additions, 2 deletions
debian/control
with
8 additions
and
2 deletions
debian/changelog
+
6
−
0
View file @
474a691a
python-tidylib (0.3.2~dfsg-4) UNRELEASED; urgency=medium
* Depend on libtidy5deb1 instead of libtidy5.6 (closes: #911905).
-- Dmitry Shachnev <mitya57@debian.org> Sun, 28 Oct 2018 10:40:46 +0300
python-tidylib (0.3.2~dfsg-3) unstable; urgency=medium
python-tidylib (0.3.2~dfsg-3) unstable; urgency=medium
[ Ondřej Nový ]
[ Ondřej Nový ]
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
2
−
2
View file @
474a691a
...
@@ -20,7 +20,7 @@ Vcs-Browser: https://salsa.debian.org/python-team/modules/python-tidylib
...
@@ -20,7 +20,7 @@ Vcs-Browser: https://salsa.debian.org/python-team/modules/python-tidylib
Package: python-tidylib
Package: python-tidylib
Architecture: all
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, libtidy5
.6
Depends: ${misc:Depends}, ${python:Depends}, libtidy5
deb1
Description: Python 2 wrapper for HTML Tidy (tidylib)
Description: Python 2 wrapper for HTML Tidy (tidylib)
PyTidyLib is a Python package that wraps the HTML Tidy library. This allows
PyTidyLib is a Python package that wraps the HTML Tidy library. This allows
you, from Python code, to “fix” invalid (X)HTML markup. Some of the library’s
you, from Python code, to “fix” invalid (X)HTML markup. Some of the library’s
...
@@ -38,7 +38,7 @@ Description: Python 2 wrapper for HTML Tidy (tidylib)
...
@@ -38,7 +38,7 @@ Description: Python 2 wrapper for HTML Tidy (tidylib)
Package: python3-tidylib
Package: python3-tidylib
Architecture: all
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, libtidy5
.6
Depends: ${misc:Depends}, ${python3:Depends}, libtidy5
deb1
Description: Python 3 wrapper for HTML Tidy (tidylib)
Description: Python 3 wrapper for HTML Tidy (tidylib)
PyTidyLib is a Python package that wraps the HTML Tidy library. This allows
PyTidyLib is a Python package that wraps the HTML Tidy library. This allows
you, from Python code, to “fix” invalid (X)HTML markup. Some of the library’s
you, from Python code, to “fix” invalid (X)HTML markup. Some of the library’s
...
...
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