Skip to content

Commit

Permalink
Merge pull request #124 from mj0nez/fix-packaging
Browse files Browse the repository at this point in the history
fix: bumped pkginfo manually to resolve metadata failure
  • Loading branch information
mj0nez committed Jun 16, 2024
2 parents 914f120 + 1f7f1c6 commit 0298725
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packaging_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- main
jobs:
coverage:
test_packaging:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion dev_requirements/requirements-packaging.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# requirements for the hatchling build ssystem
# requirements for the hatchling build system
build
twine
71 changes: 42 additions & 29 deletions dev_requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
@@ -1,56 +1,67 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile requirements-packaging.in
# pip-compile dev_requirements/requirements-packaging.in
#
bleach==6.0.0
# via readme-renderer
backports-tarfile==1.1.1
# via jaraco-context
build==1.2.1
# via -r dev_requirements/requirements-packaging.in
certifi==2023.7.22
certifi==2024.2.2
# via requests
cffi==1.15.1
cffi==1.16.0
# via cryptography
charset-normalizer==3.1.0
charset-normalizer==3.3.2
# via requests
cryptography==41.0.6
cryptography==42.0.7
# via secretstorage
docutils==0.20.1
# via readme-renderer
idna==3.4
idna==3.7
# via requests
importlib-metadata==6.7.0
importlib-metadata==7.1.0
# via
# build
# keyring
# twine
jaraco-classes==3.2.3
importlib-resources==6.4.0
# via keyring
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==23.13.1
keyring==25.2.1
# via twine
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
# via jaraco-classes
packaging==23.1
more-itertools==10.2.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.17
# via readme-renderer
packaging==24.0
# via build
pkginfo==1.9.6
pkginfo==1.10.0
# via twine
pycparser==2.21
pycparser==2.22
# via cffi
pygments==2.15.1
pygments==2.18.0
# via
# readme-renderer
# rich
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via build
readme-renderer==37.3
readme-renderer==43.0
# via twine
requests==2.31.0
# via
Expand All @@ -60,19 +71,21 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.4.2
rich==13.7.1
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via bleach
tomli==2.0.1
# via build
twine==5.1.0
# via -r dev_requirements/requirements-packaging.in
urllib3==2.0.7
typing-extensions==4.11.0
# via rich
urllib3==2.2.1
# via
# requests
# twine
webencodings==0.5.1
# via bleach
zipp==3.15.0
# via importlib-metadata
zipp==3.18.2
# via
# importlib-metadata
# importlib-resources

0 comments on commit 0298725

Please sign in to comment.