{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":449010897,"defaultBranch":"main","name":"pypi-keyring","ownerLogin":"clearlinux-pkgs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-01-17T18:46:49.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/14979720?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715815200.0","currentOid":""},"activityList":{"items":[{"before":"a7e41d615451a8b8a1dcd3c00f1c8b5fc0e1dc42","after":"247037dbbc7ccd30dfb984bead685bb87834be44","ref":"refs/heads/main","pushedAt":"2024-05-15T23:20:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-keyring: Autospec creation for update from version 25.2.0 to version 25.2.1\n\nJason R. Coombs (3):\n Revert \"Allow macos on Python 3.8 to fail as GitHub CI has dropped support.\"\n Fix typo in CLI creds mode.\n Finalize","shortMessageHtmlLink":"pypi-keyring: Autospec creation for update from version 25.2.0 to ver…"}},{"before":"e387c6db5d35c0d108986bafbb28f2d635c21df7","after":"a7e41d615451a8b8a1dcd3c00f1c8b5fc0e1dc42","ref":"refs/heads/main","pushedAt":"2024-04-30T18:50:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-keyring: Autospec creation for update from version 25.1.0 to version 25.2.0\n\nBakerNet (9):\n add getcreds to cli for interface to get_credentials\n Syntax\n ruff\n fix _check_args\n format\n switch to --get-mode instead of separate operation\n Add output format argument for get operation\n typos\n change --get-mode to --mode\n\nBartosz Sławecki (2):\n Add link to blog entry from jaraco/skeleton#115 above CI build matrix.\n Move project metadata to `pyproject.toml` (jaraco/skeleton#122)\n\nJason R. Coombs (11):\n Pin against pytest 8.1.x due to pytest-dev/pytest#12194.\n Migrated config to pyproject.toml using jaraco.develop.migrate-config and ini2toml.\n Allow macos on Python 3.8 to fail as GitHub CI has dropped support.\n Move project.urls to appear in the order that ini2toml generates it. Remove project.scripts.\n Extract methods for getting the credential or password.\n Extract methods for emitting a credential.\n Re-write do_get to re-use credential objects.\n Move checks for 'no result' back into do_get.\n Rewrite _check_args using rules for required params. Consolidates logic and reduces cyclomatic complexity to 2.\n Add news fragment.\n Finalize","shortMessageHtmlLink":"pypi-keyring: Autospec creation for update from version 25.1.0 to ver…"}},{"before":"8dedb69a5ab198d48b5b9fa92b58b4500e4acce0","after":"e387c6db5d35c0d108986bafbb28f2d635c21df7","ref":"refs/heads/main","pushedAt":"2024-04-05T16:52:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-keyring: Autospec creation for update from version 25.0.0 to version 25.1.0\n\nJason R. Coombs (11):\n Re-enable ignoring of temporary merge queue branches. Closes jaraco/skeleton#103.\n Fetch unshallow clones in readthedocs. Closes jaraco/skeleton#114.\n Move Python 3.11 out of the test matrix.\n Configure pytest to support namespace packages. Ref pytest-dev/pytest#12112.\n Replace ExceptionRaisedContext with ExceptionTrap.\n Remove test skip, no longer relevant with Python 3.8 minimum.\n Inject the current directory to sys.path in multiprocessing tests. Closes #673. Ref pytest-dev/pytest#12178.\n Move Python 3.8 compatibility logic into the compat package.\n When completion is unavailable, exit with non-zero status and emit message to stderr.\n Finalize\n Finalize","shortMessageHtmlLink":"pypi-keyring: Autospec creation for update from version 25.0.0 to ver…"}},{"before":"76fa4c187c68df0b2b4eaeebb0c9b33cbb4f4154","after":"8dedb69a5ab198d48b5b9fa92b58b4500e4acce0","ref":"refs/heads/main","pushedAt":"2024-03-27T02:44:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-keyring: Autospec creation for update from version 24.3.1 to version 25.0.0\n\nAvasam (1):\n Allow mypy on PyPy (jaraco/skeleton#111)\n\nJason R. Coombs (32):\n Remove Sphinx pin. Ref sphinx-doc/sphinx#11662.\n Include deps from the base config in diffcov.\n Enable complexity check and pycodestyle warnings. Closes jaraco/skeleton#110.\n Use 'extend-select' to avoid disabling the default config. Ref jaraco/skeleton#110.\n Unify 'create_cf' functionality under a singledispatch.\n Prefer constants to literals with comments.\n Prefer map when appropriate.\n Python booleans are numerics, so just pass it to c_int32.\n Allow cf_create to create integer types as well.\n Fix coverage directive in keyring._compat\n 👹 Feed the hobgoblins (delint).\n Ran pyupgrade for Python 3.8+ followed by ruff format.\n 👹 Feed the hobgoblins (delint).\n Consolidate adjacent strings.\n Moved compatibility modules into a compat package.\n Re-use 'once' from jaraco.functools\n Removed check for config in XDG_DATA_HOME on Linux systems.\n In platform config support, remove support for Windows XP, now 10 years sunset.\n Re-use 'suppress' from jaraco.context.\n Rely on contextlib.suppress in util.suppress_exceptions.\n Apply bugbear fixes from ruff\n Use '_unused' for an unused variable name.\n Remove ignore check for macOS API module now that compatible versions of Python 3.8 are in CI. Ref #547.\n 👹 Feed the hobgoblins (delint).\n 👹 Feed the hobgoblins (delint).\n Ran ruff check --fix --select UP --unsafe-fixes\n 👹 Feed the hobgoblins (delint).\n Replace .format with f-strings. Rely on repr to quote values.\n Correct the order of username/service\n Remove superfluous error messages in tests.\n Replace remaining percent formatting with f-strings.\n Finalize","shortMessageHtmlLink":"pypi-keyring: Autospec creation for update from version 24.3.1 to ver…"}},{"before":"49b49228a0e9d670637d2cb393aea4117d5dd56c","after":"76fa4c187c68df0b2b4eaeebb0c9b33cbb4f4154","ref":"refs/heads/main","pushedAt":"2024-02-29T04:06:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-keyring: Autospec creation for update from version 24.3.0 to version 24.3.1\n\nBartosz Sławecki (1):\n Tweak coverage configuration for type checking (jaraco/skeleton#97)\n\nChristian Clauss (2):\n Upgrade GitHub Actions checkout (jaraco/skeleton#94)\n GitHub Actions: Combine tox jobs diffcov and docs (jaraco/skeleton#95)\n\nDavid Hotham (3):\n simplify and fix typing of priority()\n ruff formatting\n appease mypy\n\nDimitri Papadopoulos Orfanos (2):\n Use the ruff formatter (jaraco/skeleton#99)\n ruff: extended-ignore → ignore (jaraco/skeleton#105)\n\nJason R. Coombs (25):\n Move keyring_jeepney to the bottom of the list and mention limitation. Closes #646.\n Fix implementation of strip_last_newline and added test.\n Add test for do_set\n called_once_with is not valid\n Remove news fragment after allowing time to be processed downstream.\n Suppress deprecation warning in dateutil. Workaround for dateutil/dateutil#1284.\n Update Github Actions badge per actions/starter-workflows#1525.\n Separate collateral jobs on different lines for easier override/extension.\n Drop minimum requirement on pytest-mypy as most environments are already running much later. Closes jaraco/skeleton#96.\n Remove sole entry for branches-ignore. Workaround for and closes jaraco/skeleton#103.\n Bump year on badge\n Remove build and dist from excludes. It appears they are not needed and their presence blocks the names of packages like 'builder' and 'distutils'. Ref pypa/distutils#224.\n Exclude docs and tests directories properly per Setuptools behavior.\n Rely on default discovery for good heuristics for finding packages.\n Enable preview to enable preserving quotes.\n Use latest versions in RTD boilerplate.\n Registering project with tea.\n Correct the name of tea.yaml.\n 👹 Feed the hobgoblins (delint).\n Fix EncodingWarnings\n 🧎‍♀️ Genuflect to the types.\n Replace the type returned by priority to be a 'Number'.\n 🧎‍♀️ Genuflect to the types.\n Add news fragment.\n Finalize\n\nMarcel Telka (1):\n Remove useless shebang from cli.py\n\nSviatoslav Sydorenko (1):\n Enable testing merge queues @ GitHub Actions CI/CD (jaraco/skeleton#93)","shortMessageHtmlLink":"pypi-keyring: Autospec creation for update from version 24.3.0 to ver…"}},{"before":"2aba7786e6fcf42a77c5f68e98e759d916d7fffb","after":"49b49228a0e9d670637d2cb393aea4117d5dd56c","ref":"refs/heads/main","pushedAt":"2023-12-28T21:51:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"version bump from 24.3.0-140 to 24.3.0-141","shortMessageHtmlLink":"version bump from 24.3.0-140 to 24.3.0-141"}},{"before":"fca0b7ccaf500361f500a66e8d11ddbd3c1f86c7","after":"2aba7786e6fcf42a77c5f68e98e759d916d7fffb","ref":"refs/heads/main","pushedAt":"2023-11-14T21:01:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-keyring: Autospec creation for update from version 24.2.0 to version 24.3.0\n\nJason R. Coombs (22):\n Finalize\n Extract config_path fixture. Reduces nesting and re-uses behavior.\n Leverage pytest-enabler 2.2 for the default config.\n Prefer 3.x for Python version (latest stable).\n Collapse skeleton history. Workaround for jaraco/skeleton#87.\n Add links to project home page and pypi. Fixes jaraco/skeleton#77.\n Replace redundant step names with simple 'Run'.\n Increase visibility of security policy. (#4)\n Remove TOX_WORK_DIR workaround, no longer necessary with tox 4. Ref tox-dev/tox#3050.\n Rephrase the error to more generically refer to the 'executable', which may not be Python. Ref #629.\n Pin against sphinx 7.2.5 as workaround for sphinx/sphinx-doc#11662. Closes jaraco/skeleton#88.\n Allow GITHUB_* settings to pass through to tests.\n Remove spinner disablement. If it's not already fixed upstream, that's where it should be fixed.\n Clean up 'color' environment variables.\n Add diff-cover check to Github Actions CI. Closes jaraco/skeleton#90.\n Add descriptions to the tox environments. Closes jaraco/skeleton#91.\n Add FORCE_COLOR to the TOX_OVERRIDE for GHA. Requires tox 4.11.1. Closes jaraco/skeleton#89.\n Prefer ``pass_env`` in tox config. Preferred failure mode for tox-dev/tox#3127 and closes jaraco/skeleton#92.\n Limit sphinxlint jobs to 1. Workaround for sphinx-contrib/sphinx-lint#83.\n Add news fragment.\n Disable type checking on filter call. Fixes #659.\n Finalize\n\nMatěj Cepl (1):\n Add mention of keyring_pass.PasswordStoreBackend\n\nVille Skyttä (4):\n Spelling and grammar fixes\n Remove version from bitwarden-keyring PyPI link\n Fix `--keyring-path` and `--keyring-backend` completions\n Add `--keyring-backend` argument completion for bash\n\nfalling-springs (1):\n Add onepassword-keyring to the external backends","shortMessageHtmlLink":"pypi-keyring: Autospec creation for update from version 24.2.0 to ver…"}},{"before":"d1f6e7317012165570f5a141e3d59e3c3eca086b","after":"fca0b7ccaf500361f500a66e8d11ddbd3c1f86c7","ref":"refs/heads/main","pushedAt":"2023-10-26T22:10:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"version bump from 24.2.0-138 to 24.2.0-139","shortMessageHtmlLink":"version bump from 24.2.0-138 to 24.2.0-139"}},{"before":"38b1bede2630b19e07aa1c3e5cfa80215af7a3de","after":"d1f6e7317012165570f5a141e3d59e3c3eca086b","ref":"refs/heads/main","pushedAt":"2023-06-28T19:19:18.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-keyring: Autospec creation for update from version 24.1.0 to version 24.2.0\n\nJason R. Coombs (7):\n Replace workaround for actions/setup-python#508 with 'allow-prereleases'\n Revert \"Mark multiprocess tests as xfail for now. Ref #634.\"\n Remove tox boilerplate, no longer necessary with later versions of tox.\n Require Python 3.8 or later.\n Expand 'finalize' to commit and tag the change.\n Add changelog\n Finalize\n\nJoel Teichroeb (1):\n Fix reading config file","shortMessageHtmlLink":"pypi-keyring: Autospec creation for update from version 24.1.0 to ver…"}},{"before":"c349edb94c6a07bd3e57de6991d77d674ff458aa","after":"38b1bede2630b19e07aa1c3e5cfa80215af7a3de","ref":"refs/heads/main","pushedAt":"2023-06-24T15:58:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-keyring: Autospec creation for update from version 24.0.0 to version 24.0.1\n\nJason R. Coombs (7):\n Adopt towncrier for managing changelog. Fixes jaraco/skeleton#83.\n Normalized headings in changelog.\n Remove troubleshooting config file, as the README and built-in diagnostics are better.\n Remove .travis-macos. I'm pretty sure it's not needed.\n Remove Dockerfile for Windows. I haven't been able to use Docker with a windows guest since Apple Silicon.\n Fixed EncodingWarnings.\n Rendered changelog.","shortMessageHtmlLink":"pypi-keyring: Autospec creation for update from version 24.0.0 to ver…"}},{"before":"b418ccb5c59074d2fdba52b2df887f881bcdd89a","after":"c349edb94c6a07bd3e57de6991d77d674ff458aa","ref":"refs/heads/main","pushedAt":"2023-06-20T23:19:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"clrpackages","name":null,"path":"/clrpackages","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20404730?s=80&v=4"},"commit":{"message":"pypi-keyring: Autospec creation for update from version 23.13.1 to version 24.0.0\n\nJason R. Coombs (28):\n Build docs in CI, including sphinx-lint.\n Put tidelift docs dependency in its own section to limit merge conflicts.\n Update badge for 2023\n ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now enabled by default.\n Enable default encoding warning where available. See PEP 597.\n Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-black#67.\n Exempt warning. Workaround for realpython/pytest-mypy#152\n Add #upstream markers for filtered warnings. Add filter for platform module (ref python/cpython#100750).\n Remove reference to EncodingWarning as it doesn't exist on some Pythons.\n Warn if the keychain property is set. Fixes #623.\n Removed OS_X module. Ref #487.\n Removed deprecated keyring.util.properties module.\n Revert \"exclude build env from cov reporting (jaraco/skeleton#60)\"\n Disable couldnt-parse warnings. Prescribed workaround for nedbat/coveragepy#1392. Fixes python/importlib_resources#279 and fixes jaraco/skeleton#56.\n Remove unnecessary and incorrect copyright notice. Fixes jaraco/skeleton#78.\n Replace flake8 with ruff. Fixes jaraco/skeleton#79 and sheds debt.\n ⚫ Fade to black.\n ⚫ Fade to black.\n Make substitution fields more prominent and distinct from true 'skeleton' references. (#71)\n Suppress EncodingWarning in build.env. Ref pypa/build#615.\n Remove reference to EncodingWarning as it doesn't exist on some Pythons.\n Update RTD boilerplate to new issue. Ref readthedocs/readthedocs.org#10401.\n Add badge for Ruff.\n Remove inclusion of python version for docs\n Update platform_ to return pathlib objects. Extract function for _config_path.\n Add diagnose command. Fixes #633.\n Mark multiprocess tests as xfail for now. Ref #634.\n Update changelog.\n\nJoyce (1):\n Feat: initial permissions to main.yml (jaraco/skeleton#76)\n\nPhilipp Hörist (4):\n docs: Remove trailing whitespace\n Add type annotations for core.py\n Add type annotations for backend.py\n Make defining priority property more consistent\n\nwzy (1):\n Fix a typo of README.rst","shortMessageHtmlLink":"pypi-keyring: Autospec creation for update from version 23.13.1 to ve…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESw28cAA","startCursor":null,"endCursor":null}},"title":"Activity · clearlinux-pkgs/pypi-keyring"}