Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python/importlib_resources

Backport of the importlib.resources module
https://github.com/python/importlib_resources

Collapse skeleton history. Workaround for jaraco/skeleton#87.

c29955f9be8e44b2ea5fea12f86b7bd46a0b3958 authored over 1 year ago
Prefer 3.x for Python version (latest stable).

cca49a4481167049f6bdd0f8038e685e5b8e929f authored over 1 year ago
Leverage pytest-enabler 2.2 for the default config.

74ba8acbe019de9f30dee6d319c8621caac070ae authored over 1 year ago
Expand 'finalize' to commit and tag the change.

8e83c3f0bc7baab5f2db37487526e374a1f68494 authored over 1 year ago
Merge https://github.com/jaraco/skeleton

5c2b705a56a980013db2cf00ab828778872c98cf authored over 1 year ago
Require Python 3.8 or later.

3b7d8a912d54ccf88f79eea0dfc903d101067bb5 authored over 1 year ago
Remove tox boilerplate, no longer necessary with later versions of tox.

07a87ea9d8671ea4f529858201866e3f78fa3afc authored over 1 year ago
Replace workaround for actions/setup-python#508 with 'allow-prereleases'

cd145f4080ef0e954aa4716fc3f240c508a5693c authored over 1 year ago
Merge https://github.com/jaraco/skeleton

# Conflicts:
# CHANGES.rst
# tox.ini

1aaac9256c15fc9c810109a8468e5bcd525573f9 authored over 1 year ago
Adopt towncrier for managing changelog. Fixes jaraco/skeleton#83.

Renamed CHANGES.rst to NEWS.rst to align with towncrier defaults.

74b0d396c87892e9122c96994cf2c26329141208 authored over 1 year ago
Merge https://github.com/jaraco/skeleton

94d9191238b1d4cdfdc983d6937455cdb52acc46 authored over 1 year ago
Remove inclusion of python version for docs

241541c07c9c30e48b57d59e527ef923d05c82d6 authored over 1 year ago
Add badge for Ruff.

e7cd730d0d708c8f1f3eb28a29927f3475b3e855 authored over 1 year ago
Update RTD boilerplate to new issue. Ref readthedocs/readthedocs.org#10401.

6f754807a0abd25e0b52f024df2072d53f336974 authored over 1 year ago
Merge https://github.com/jaraco/skeleton

6bc35f9747c5a7e700838657bfd1b2b027833791 authored over 1 year ago
Remove reference to EncodingWarning as it doesn't exist on some Pythons.

a0acaace3e29937d0711b3de8019cd3fe4799cf7 authored over 1 year ago
Merge https://github.com/jaraco/skeleton

8093b3c6922b34c7379ece9a46170eb97b1a9250 authored over 1 year ago
Suppress EncodingWarning in build.env. Ref pypa/build#615.

4ce054b47df31b4845968043c8772ee4a604390a authored over 1 year ago
Merge https://github.com/jaraco/skeleton

# Conflicts:
# README.rst
# docs/index.rst
# setup.cfg

c0eb91577314887ff34753d66bae6b8eccabedb7 authored over 1 year ago
Make substitution fields more prominent and distinct from true 'skeleton' references. (#71)

Fixes #70

96ebfe14538c2279b54dd19567e5922880b4fdf3 authored over 1 year ago
Merge https://github.com/jaraco/skeleton

# Conflicts:
# .flake8
# LICENSE

8de19cf901dece8c587e2d072a687a7acf81d49e authored over 1 year ago
Replace flake8 with ruff. Fixes jaraco/skeleton#79 and sheds debt.

d2ec0473f8d4c25cc6f696e70ba110e1061e4dfe authored over 1 year ago
Remove unnecessary and incorrect copyright notice. Fixes jaraco/skeleton#78.

5957d58266e479f124b31f30e4322e798fdf386b authored almost 2 years ago
Feat: initial permissions to main.yml (jaraco/skeleton#76)

Signed-off-by: Joyce <[email protected]>

109f8c09ddb4904dc3f83307473520b2250ccb30 authored almost 2 years ago
Merge pull request #268 from python/feature/future-is-here

7f4fbb5ee026d7610636d5ece18b09c64aa0c893 authored almost 2 years ago
Update changelog.

f5af90874fd0e76f92e9e5d27a4c997c1a87e7aa authored almost 2 years ago
Give the local zip/namespace/file readers precedence over the native reader.

8da2027c506edd294445c93bd810f760696185a3 authored almost 2 years ago
Disable native reader even if it supplies files, because it might not have features/fixes present in this library. Fixes #257.

68be8b432051731aae620297e42660bd547d5551 authored almost 2 years ago
Add tests capturing expectation of custom loaders. Ref #268.

2bd9048421fcf044adb080c738ddbc7b46545168 authored almost 2 years ago
Update changelog.

1f0a098cb8ca0e9e7c8dad76e7cac583b586f709 authored almost 2 years ago
Merge commit 'v5.10.4'

59e212e9c9489e6920944c4ee3cd1d7a848f8221 authored almost 2 years ago
Pass 'encoding' to target.open in test_open_text_FileNotFoundError. Fixes #280.

28d26e860a88a6255a729c50259c4662cd86fbf2 authored almost 2 years ago
Merge pull request #278 from python/bugfix/multiplexed-descendants

Support multiplexed descendants in MultiplexedPath.

5d9fb42b242360998bcb751328d3cb4d9c3bd6bc authored almost 2 years ago
Merge branch 'main' into bugfix/multiplexed-descendants

289aadb3094dd8c1679c5706974ab67d52b00567 authored almost 2 years ago
Update changelog.

ff16bd3adf8060ad0c6e39a17ac1ccbf67b9bda2 authored almost 2 years ago
Fix EncodingWarnings

0dd691bbcb24907c84c856a0b9a5f25c38ea9629 authored almost 2 years ago
Update _path.build/create from jaraco.path 3.4.1. Fixes EncodingWarnings.

a176eb97643f4af8c0f597bd806c01677339fc71 authored almost 2 years ago
Merge https://github.com/jaraco/skeleton

36a77628de2711652d3c67dd629b5156eaf285b4 authored almost 2 years ago
Disable couldnt-parse warnings. Prescribed workaround for nedbat/coveragepy#1392. Fixes python/importlib_resources#279 and fixes jaraco/skeleton#56.

56cdf46aa19450d58b4a56af6553a0225762ae4b authored almost 2 years ago
Prefer suppress to except/pass.

0a9b721b9748da6e96a6d1123392a4ad5819f79d authored almost 2 years ago
Extract fixture for zip_on_path.

b8060130bf72b5170baa8a29493d4baf4f31cca5 authored almost 2 years ago
Remove 'absolute' call, unneeded.

3289eb45ec2e2bfef667da1c33988713bdb2679a authored almost 2 years ago
Revert "exclude build env from cov reporting (jaraco/skeleton#60)"

This reverts commit e719f86c138a750f0c4599cd01cb8067b1ca95c8.

The issue seems to have been addr...

9650fc184fc120a21623d8f92d03ee4ccbaa89d8 authored almost 2 years ago
Remove reference to EncodingWarning as it doesn't exist on some Pythons.

6f7ac885c61eb74df8c2db435cdbec412da06fe6 authored almost 2 years ago
Add #upstream markers for filtered warnings. Add filter for platform module (ref python/cpython#100750).

5f095d18d76f7ae36e57fa3241da341b0f9cd365 authored almost 2 years ago
Add section on Namespace Packages. Fixes #262.

f123039aa13d9e57fee72fa82d809c4748f39f3c authored almost 2 years ago
Update changelog.

7fb0260f7c7dd068be176207de8b5a875179c221 authored almost 2 years ago
Prefer tee and only.

438af1586ebb382a4ad3f583a5fcd0c519b2d93a authored almost 2 years ago
In MultiplexedPath.iterdir, honor multiple subdirectories of the same name.

35e7ebcecb27fb650a9568c06ead3fc43eba9e64 authored almost 2 years ago
Add test for MultiplexedPath.joinpath with common subdirs

c4acc7070c8271b6afc861c0847cc09e27fcdd84 authored almost 2 years ago
Exempt warning. Workaround for realpython/pytest-mypy#152

0d9c6f0f5b6182cdac448270dbc0529f91b50bd9 authored almost 2 years ago
Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67.

f18255faba76a6a86bf3fa6f73da9d974262aebd authored almost 2 years ago
Enable default encoding warning where available. See PEP 597.

284359e5123eb6a9f975092d1fb17dfa814d1594 authored almost 2 years ago
ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now enabled by default.

f9e01d2197d18b2b21976bae6e5b7f90b683bc4f authored about 2 years ago
Merge https://github.com/jaraco/skeleton

388d87b1ed1716ccde3d6d3fe6d4e8e36727ee46 authored about 2 years ago
Update badge for 2023

eb2bdc83a7d3cfd1c2bc3aeae39a900d654a6839 authored about 2 years ago
Prefer docstrings to comments where appropriate.

a2be8da546c5ad803aea0eab34876e9b8aa0e2c8 authored about 2 years ago
⚫ Fade to black.

3ce5cc70f1d67b0ff9d87082de1d422c0e5b76e7 authored about 2 years ago
gh-82874: Convert remaining importlib format uses to f-str. (#98005)

f-yes

222aaed500d503c29792539e137fb4f69e8b2a03 authored about 2 years ago
Update changelog.

af2280044e2828ce51efcba9e5c22afe6dba9e37 authored about 2 years ago
Cherry-pick write_bytes technique from gh-100586.

d62307884400f33777dd4430288816d417b5a332 authored about 2 years ago
Merge https://github.com/jaraco/skeleton

f9d039d9fe6cb90327bad94f81bdfec208bc4b30 authored about 2 years ago
Merge https://github.com/jaraco/tidelift

# Conflicts:
# setup.cfg

38ec7adac9f647fb8e2bc4f1e0a8896b8b019db2 authored about 2 years ago
Put tidelift docs dependency in its own section to limit merge conflicts.

a6c6660d71fcd9f55d4ddbb4cd411ab34cc38ec9 authored about 2 years ago
Build docs in CI, including sphinx-lint.

82465b907d5131a57862a7242d64d610c3a05039 authored about 2 years ago
Merge https://github.com/jaraco/skeleton

f8c6b6660d6884891d2bce5523f98713263aac80 authored about 2 years ago
Prevent Python 3.12 from blocking checks.

c68ac3b7a3001502f681722dc55dff70a3169276 authored about 2 years ago
Remove unnecessary shebang and encoding header in docs conf.

ef521390cb51a12eab5c4155900f45dc2c89d507 authored about 2 years ago
tox 4 requires a boolean value, so use '1' to FORCE_COLOR. Fixes jaraco/skeleton#74.

86a55c8320e2706d0f92e3248c29351bff83da4b authored about 2 years ago
Merge https://github.com/jaraco/skeleton

7e9020a1b84726fdc6ba71ee2893119d1ee61e02 authored about 2 years ago
Honor ResourceWarnings. Fixes jaraco/skeleton#73.

9708c37ef0d286c4e907adc59f46cc92262e3bf1 authored about 2 years ago
Merge pull request #274 from tirkarthi/fix-warnings

Fix ResourceWarning due to unclosed file resource.

b14f9b539e37d7cc5acbb445527f31611ab877eb authored about 2 years ago
Merge https://github.com/jaraco/skeleton

d3f1e59a0b6b59a59a3591651b5ef6fdb0e13e9b authored about 2 years ago
Update changelog

45edbc1a5c7b1924042a1eea114da541a5d16d07 authored about 2 years ago
Disable flake8 on Python 3.12. Workaround for tholo/pytest-flake8#87.

9e13598ce4b81c2c964dd555fa407bb3ba4cc607 authored about 2 years ago
Add Python 3.12 to matrix. Only test 3.8-3.10 on Linux.

56b6f1d1d7a975b27f96c4e15a20077914b4c554 authored about 2 years ago
Merge https://github.com/jaraco/skeleton

# Conflicts:
# README.rst

33719f1864a6bba2b9a26e6ea24e98d84a10721c authored about 2 years ago
Apply explicit_package_bases for mypy and unpin the version. Ref python/mypy#14057.

401287d8d0f9fb0365149983f5ca42618f00a6d8 authored about 2 years ago
Remove the hyperlink for the Python versions badge. The PyPI badge is a better anchor for the hyperlink.

f999a531587170b577da64d4bfb67a68b9aec106 authored about 2 years ago
Pin mypy to '<0.990' due to realpython/pytest-mypy#141

da84e5c7dabacf379165a0829b2f1741060ee2c6 authored about 2 years ago
Fix ResourceWarning due to unclosed file resource.

a4b3ef808e88981efd32a7d7eb7de5288329651a authored about 2 years ago
Bump importlib_resources version synced to stdlib.

6d64beb916bf6572f39973ea32b64268b2a4274a authored over 2 years ago
rename `.readthedocs.yml` to `.readthedocs.yaml` (RTD docs indicate that `.readthedocs.yml` will be deprecated) (#68)

54675240d4b4d2452a3777c5156f688e42a6c985 authored over 2 years ago
GHA pretty env (#67)

* 🎨 Make the GHA log is clean and colorized

This patch sets up root-level environment variabl...

e95c54fe607aaa980a064b6490312483381ba0ab authored over 2 years ago
Merge pull request #260 from python/feature/implicit-here

Allow a package to resolve its own resources simply

4ff0b1bce92e3e77f9f86cbe40a518c038a4935f authored over 2 years ago
Update changelog

d34eeaca3ab5721790ca2246c0153822ec687187 authored over 2 years ago
Implement caller inference to allow ``files()`` to be called without any parameter.

e15a6b79ba1b11e21476f7274e0f2fafd5054486 authored over 2 years ago
Extract fixture for SiteDir.

38f789d46073c4d03595ae207196dff728c38eef authored over 2 years ago
Add test capturing expectation.

8bb0635f79f613f9be9d30118939e4a81e84e8d7 authored over 2 years ago
Merge pull request #258 from python/feature/203-non-package-modules

Support non-package modules.

19ca481038b7eba476600f31213a1ee71b3df116 authored over 2 years ago
Add doctests to flesh out coverage.

4e63613fd98f2e5034c613442b4ea2b908cc03cc authored over 2 years ago
Rename the 'package' parameter to 'anchor'.

eb7f123376a5c7c5a90e83d25f949119d6d40e97 authored over 2 years ago
Correct the changelog to mention the correct function affected.

4c672fb9bec443a45bf084ec56233b8b418befee authored over 2 years ago
Merge https://github.com/jaraco/skeleton

73d9cdcb024a26e6f9190fcbc0c8bf572bfc5609 authored over 2 years ago
Prefer relative imports for abc.

be6d5e6fe0581e16ba382198eb904fe6120329b9 authored over 2 years ago
Use more namespaces.

887ad2224009ec38b939688e990c5000c5d8dd8d authored over 2 years ago
Extend type spec for clarity.

091f22946570abaad6aabceb5649adc64032cff0 authored over 2 years ago
Remove docs pertinent to Python 3.6 and earlier.

4e4aef2de30f91882f1510f4027b6354464d5dff authored over 2 years ago
Rewrite section using imperative voice and add determiners.

3300fc212f45a860181ba91d932d19e11642946a authored over 2 years ago
Update docs to prefer the name 'anchor' to 'package', as the anchor may be a module.

8c3edebebbd477987c713cfbb7135928fc8420cc authored over 2 years ago