ruff 0.15.17+ds-1
Package Information
| Description | Fast linter for Python, written in Rust Ruff is a linter for Python that includes implementations of many common checks implemented by flake8, flake8 plugins, and pylint. |
|---|---|
| Maintainer | Debian Python Team <team+python@tracker.debian.org> |
| Changed By | Maximiliano Curia <maxy@debian.org> |
| Sponsor | maxy@debian.org |
| Distribution | experimental |
| Architecture | any all |
| VCS | git: https://salsa.debian.org/python-team/packages/ruff.git (browse) |
| Popcon Installs | 107 |
| Binary NEW | Yes (binary-only upload) |
| Tracker | https://tracker.debian.org/pkg/ruff |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Distribution | experimental |
|---|---|
| Date | Thu, 23 Jul 2026 17:22:05 -0300 |
| Source | ruff |
| Version | 0.15.17+ds-1 |
| Changed-By | Maximiliano Curia |
| Architecture | source all amd64 |
Changelog
ruff (0.15.17+ds-1) experimental; urgency=medium
.
[ Jelmer Vernooij ]
* New upstream release.
.
[ Andreas Tille ]
* Add watch file
.
[ Carl Keinath ]
* Added gbp.conf.
* d/rules:
- use cargo wrapper for building.
* d/control:
- added myself to uploaders.
- update rust deps
* d/watch:
- migrate to Version 5
- add repack suffix +ds, as playground dir is not distributed
* d/copyright:
- add Comment for Files-Excluded
* Add patch similar3-compat.patch
.
[ Maximiliano Curia ]
* New upstream version 0.15.17+ds
* Update zip dependency (#25812)
* Update patches.
* Update build dependencies
* Add patch find-ruff-debian-usr-bin
* Explicit call to dh-cargo-built-using
* Add Dversion-Mangle field to watch file
* Lintian Ignore field too long
* Add manpages
* Add myself as uploader
* Add patch to set ty version
* Set a combined version for the ty package.dsc
| Component | main |
|---|---|
| Package-List | python3-ruff deb python optional arch=all ruff deb python optional arch=any ty deb python optional arch=any |
| Section | python |
| Priority | optional |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/astral-sh/ruff
Upstream-Name: Ruff
Upstream-Contact: Astral Software Inc. <hey@astral.sh>
Files-Excluded:
playground
Comment: The in-browser playground is not distributed as part
of the Debian package and is therefore excluded.
Files: *
Copyright: 2017-2018, Anthony Sottile
2024, Apple Inc
2022, Charles Marsh
2012-2015, Charlie Marsh <very-long-email-address@fake.com>
2005-2011, Divmod, Inc
2009-2014, Florent Xicluna <florent.xicluna@gmail.com>
2012-2016, Ian Cordasco <graffatcolmingov@gmail.com>
2014-2020, Ian Lee <IanLee1521@gmail.com>
2023, Jelle Zijlstra
2006-2009, Johann C. Rocholl <johann@rocholl.net>
2020, Martin Thoma
Microsoft Corporation
2018, Nikita Sobolev
Rome Tools, Inc. and its affiliates
2022-2023, Ruff
2020, RustPython Team
2023, Some Author
2012-2018, Steven Myint
2021, Taneli Hukkinen
2011-2013, Tarek Ziade <tarek@ziade.org>
2013, Timothy Edmund Crosley
2016, Łukasz Langa
License: MIT
Files: crates/ty_vendored/vendor/*
Copyright: 2008, Armin Ronacher
2000, Bastian Kleineidam
CNRI
2000, Guido van Rossum
2000, Luke Kenneth Casson Leighton <lkcl@samba.org>
2001-2003, Python Software Foundation
1999-2003, Steve Purcell
2001-2022, Vinay Sajip
License: Apache-2 and MIT
Comment: No explicit license found, using license(s) from:
crates/ty_vendored/vendor/typeshed/LICENSE
Files: crates/ruff_annotate_snippets/*
Copyright: Individual contributors
License: MIT or Apache-2
Comment: No explicit license found, using license(s) from:
crates/ruff_annotate_snippets/LICENSE-APACHE
crates/ruff_annotate_snippets/LICENSE-MIT
Files: crates/ruff_server/resources/test/fixtures/tensorflow_test_notebook.ipynb
Copyright: 2020, The TensorFlow Authors
License: Apache-2
Files: crates/ty_vendored/vendor/typeshed/LICENSE
Copyright: 2015, Jukka Lehtosalo
License: Apache-2 and MIT
Files: .github/workflows/release.yml
Copyright: 2022-2024, axodotdev
License: MIT or Apache-2
Files: debian/*
Copyright: 2023, Jelmer Vernooij <jelmer@debian.org>
License: MIT
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.
.
On Debian systems, the complete text of the Apache License, Version 2.0 can
be found in `/usr/share/common-licenses/Apache-2.0'.
License: MIT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
.
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.