Compare commits
No commits in common. "c54c2a3802f1884c6924861efbee84dd1f247de9" and "616fbd39e1233585d8de08775cb41cfbdc92a949" have entirely different histories.
c54c2a3802
...
616fbd39e1
4 changed files with 4 additions and 10 deletions
|
@ -10,7 +10,7 @@ repos:
|
|||
- id: name-tests-test
|
||||
- id: requirements-txt-fixer
|
||||
- repo: https://github.com/asottile/setup-cfg-fmt
|
||||
rev: v2.8.0
|
||||
rev: v2.7.0
|
||||
hooks:
|
||||
- id: setup-cfg-fmt
|
||||
- repo: https://github.com/asottile/reorder-python-imports
|
||||
|
@ -32,7 +32,7 @@ repos:
|
|||
hooks:
|
||||
- id: autopep8
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 7.2.0
|
||||
rev: 7.1.2
|
||||
hooks:
|
||||
- id: flake8
|
||||
exclude: ^identify/vendor/licenses\.py$
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,9 +1,3 @@
|
|||
identify (2.6.10-1) sid; urgency=medium
|
||||
|
||||
* Merging upstream version 2.6.10.
|
||||
|
||||
-- Daniel Baumann <daniel@debian.org> Tue, 22 Apr 2025 05:19:04 +0200
|
||||
|
||||
identify (2.6.9-1) sid; urgency=medium
|
||||
|
||||
* Updating to standards version 4.7.2.
|
||||
|
|
|
@ -156,7 +156,6 @@ EXTENSIONS = {
|
|||
'lua': {'text', 'lua'},
|
||||
'm': {'text', 'objective-c'},
|
||||
'm4': {'text', 'm4'},
|
||||
'magik': {'text', 'magik'},
|
||||
'make': {'text', 'makefile'},
|
||||
'manifest': {'text', 'manifest'},
|
||||
'map': {'text', 'map'},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = identify
|
||||
version = 2.6.10
|
||||
version = 2.6.9
|
||||
description = File identification library for Python
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
|
@ -10,6 +10,7 @@ author_email = ckuehl@ocf.berkeley.edu
|
|||
license = MIT
|
||||
license_files = LICENSE
|
||||
classifiers =
|
||||
License :: OSI Approved :: MIT License
|
||||
Programming Language :: Python :: 3
|
||||
Programming Language :: Python :: 3 :: Only
|
||||
Programming Language :: Python :: Implementation :: CPython
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue