editorconfig-core-py 0.12.3-1 source package in Ubuntu
Changelog
editorconfig-core-py (0.12.3-1) unstable; urgency=medium * The “Annika Smethurst” release. * New upstream version. Highlights since previous release: * Declare support for Python versions 3.5–3.9. * Drop support for Python versions earlier than 3.5. * Support import as library or execution as main module. * Acknowledge non-maintainer upload “0.12.2-2.1”. * Rename default Git branch in official repository, to ‘main’. * Declare conformance to “Standards-Version: 4.6.1”. No additional changes needed. * Declare Debhelper compatibility level 13. * Override false positive Lintian check for VCS-* field names. * Use current Homepage value for the upstream project. * Remove obsolete field from DEP-12 metadata. * Record the upstream documentation URL. * Specify the package build system does not require root privilege. * Explicitly mark a superficial AutoPkgTest case. * Test all supported Python versions in AutoPkgTest. Closes: bug#954461. Thanks to Scott Kitterman for the report. * Update Lintian overrides to match current Lintian report output. * debian/patches/disable-console-scripts.patch: * Update for changes in upstream source. -- Ben Finney <email address hidden> Sat, 30 Jul 2022 10:37:37 +1000
Upload details
- Uploaded by:
- Ben Finney
- Uploaded to:
- Sid
- Original maintainer:
- Ben Finney
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc | |
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
editorconfig-core-py_0.12.3-1.dsc | 2.1 KiB | 5ab13471f67071f07c5601e12d4cb35979985aa5d0f2f9f080972182b531f176 |
editorconfig-core-py_0.12.3.orig.tar.gz | 13.0 KiB | 57f8ce78afcba15c8b18d46b5170848c88d56fd38f05c2ec60dbbfcb8996e89e |
editorconfig-core-py_0.12.3-1.debian.tar.xz | 9.5 KiB | 14e61d9a56a6e7e401f2d382d1c9d0480f0a474c9cbd87793e1016f6da927edc |
Available diffs
- diff from 0.12.2-2.1 to 0.12.3-1 (6.8 KiB)
No changes file available.
Binary packages built by this source
- python3-editorconfig: library for working with EditorConfig — Python 3
EditorConfig makes it easy to maintain the correct coding style when
switching between different text editors and between different
projects.
.
When developing an editor plugin for reading EditorConfig files, the
EditorConfig core code can be used to locate and parse these files.
.
This package installs the library for Python 3.