Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
mat2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jvoisin
mat2
Commits
dfccf79f
Commit
dfccf79f
authored
Jun 21, 2018
by
jvoisin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump the changelog
parent
8810564b
Pipeline
#16128
passed with stages
in 3 minutes and 15 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
CHANGELOG.md
CHANGELOG.md
+10
-0
mat2
mat2
+1
-1
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.md
View file @
dfccf79f
# 0.1.2 - 2018-06-21
-
Rename some files to ease the packaging
-
Add linters to the CI (mypy, bandit and pyflakes)
-
Prevent exitftool-related parameters injections
-
Improve MAT2's resilience against corrupted files
-
Make MAT2 work on fedora, thanks to @atenart
-
Tighten the threat model
-
Simplify and improve how office files are handled
# 0.1.1 - 2018-05-16
-
Improve the cli usage
...
...
mat2
View file @
dfccf79f
...
...
@@ -10,7 +10,7 @@ import multiprocessing
from
libmat2
import
parser_factory
,
unsupported_extensions
__version__
=
'0.1.
1
'
__version__
=
'0.1.
2
'
def
__check_file
(
filename
:
str
,
mode
:
int
=
os
.
R_OK
)
->
bool
:
if
not
os
.
path
.
exists
(
filename
):
...
...
setup.py
View file @
dfccf79f
...
...
@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools
.
setup
(
name
=
"mat2"
,
version
=
'0.1.
1
'
,
version
=
'0.1.
2
'
,
author
=
"Julien (jvoisin) Voisin"
,
author_email
=
"julien.voisin+mat2@dustri.org"
,
description
=
"A handy tool to trash your metadata"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment