Skip to content

Tags: andhus/dirhash-python

Tags

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
sets lower bound for scantree (#30)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add requires-python metadata (#28)

* Add requires-python metadata through the addition of setuptools's
  python_requires in setup.py.
   - c.f. https://peps.python.org/pep-0621/#requires-python

* The addition of requires-python is to provide guards to keep older
  CPython versions from installing releases that could contain
  unrunnable code.

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #27 from andhus/formatting-follow-up

Formatting follow up

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #24 from andhus/fix-versioneer

Re-inits `versioneer` and adds missing `cmdclass` to `setup.py`

v0.3.0alpha1

Toggle v0.3.0alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #24 from andhus/fix-versioneer

Re-inits `versioneer` and adds missing `cmdclass` to `setup.py`

v0.3.0alpha0

Toggle v0.3.0alpha0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #23 from andhus/publish-workflow

[WIP] Auto publishing

v0.2.1

Toggle v0.2.1's commit message
bump version -> 0.2.1

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from andhus/dirhash_standard

Implementation based on the Dirhash Standard