Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Update pyproject.toml license settings and minimum python version#49

Merged
Miauwkeru merged 9 commits intomainfrom
update-pyproject-toml-file
Sep 24, 2025
Merged

Update pyproject.toml license settings and minimum python version#49
Miauwkeru merged 9 commits intomainfrom
update-pyproject-toml-file

Conversation

@Miauwkeru
Copy link
Contributor

  • Change the minimum python version to 3.10
  • Update deprecated license settings

@Miauwkeru Miauwkeru requested a review from twiggler September 19, 2025 14:54
@codecov
Copy link

codecov bot commented Sep 19, 2025

Codecov Report

❌ Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 80.35%. Comparing base (d7ed551) to head (0894bce).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
dissect/esedb/lcmapstring.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #49   +/-   ##
=======================================
  Coverage   80.35%   80.35%           
=======================================
  Files          16       16           
  Lines        1410     1410           
=======================================
  Hits         1133     1133           
  Misses        277      277           
Flag Coverage Δ
unittests 80.35% <83.33%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

description = "A Dissect module implementing a parser for Microsofts Extensible Storage Engine Database (ESEDB), used for example in Active Directory, Exchange and Windows Update"
readme = "README.md"
requires-python = "~=3.9"
license.text = "Apache License 2.0"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason to this licence change?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's an error, there are no plans to change this license. The only acceptable future license changes are other dissect projects to Apache2 😄.

pyproject.toml Outdated
requires-python = "~=3.9"
license.text = "Apache License 2.0"
requires-python = ">=3.10"
license = "AGPL-3.0-or-later"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong license.

@Miauwkeru Miauwkeru force-pushed the update-pyproject-toml-file branch from 0f922ef to f024fb1 Compare September 22, 2025 07:52
Copy link
Member

@Schamper Schamper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where are the other pyproject.toml changes?

@Schamper Schamper dismissed their stale review September 23, 2025 14:44

Wrong diff view

pyproject.toml Outdated

[tool.ruff]
line-length = 120
required-version = ">=0.9.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update

@Miauwkeru Miauwkeru force-pushed the update-pyproject-toml-file branch from 5af02b2 to 0894bce Compare September 24, 2025 12:41
@Miauwkeru Miauwkeru merged commit e0d6bf4 into main Sep 24, 2025
21 checks passed
@Miauwkeru Miauwkeru deleted the update-pyproject-toml-file branch September 24, 2025 14:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants